Author: bernhard
Date: Sun Aug  7 12:32:34 2005
New Revision: 8858

Modified:
   trunk/t/pmc/timer.t
   trunk/t/src/extend.t
Log:
Enable some tests for cygwin. See [perl #29836] 
http://rt.perl.org/rt3/Ticket/Display.html?id=29836.
Cygwin users please report, or fix, test failures.


Modified: trunk/t/pmc/timer.t
==============================================================================
--- trunk/t/pmc/timer.t (original)
+++ trunk/t/pmc/timer.t Sun Aug  7 12:32:34 2005
@@ -21,6 +21,7 @@ use Test::More;
 
 my %platforms = map {$_=>1} qw/
     aix
+    cygwin
     darwin
     dec_osf
     freebsd

Modified: trunk/t/src/extend.t
==============================================================================
--- trunk/t/src/extend.t        (original)
+++ trunk/t/src/extend.t        Sun Aug  7 12:32:34 2005
@@ -388,7 +388,6 @@ Wibble
 OUTPUT
 
 my $temp = 'temp';;
-SKIP: { skip("Hangs on cygwin", 1) if $^O eq 'cygwin';
 open S, ">$temp.pasm" or die "Can't write $temp.pasm";
 print S <<'EOF';
   .pcc_sub _sub1:
@@ -462,7 +461,6 @@ back
 hello in sub2
 back
 OUTPUT
-};
 
 open S, ">$temp.pasm" or die "Can't write $temp.pasm";
 print S <<'EOF';

Reply via email to