(blead patch) Skip a torture test under blead, and skip certain torture tests under...
Yves Orton [Sat, 19 Feb 2005 11:04:00 +0000 (12:04 +0100)]
Message-ID: <9b18b3110502190204641e103c@mail.gmail.com

p4raw-id: //depot/perl@23987

t/japh/abigail.t

index 98a26de..b5e719c 100644 (file)
@@ -235,11 +235,11 @@ truncate$0,-1+-s$0;exec$0;}}//rekcaH_lreP_rehtona_tsuJ
     --
     chomp @programs;
 
-    if ($^O eq 'VMS') {
+    if ($^O eq 'VMS' or $^O eq 'MSWin32') {
         # VMS needs extensions for files to be executable,
         # but the Japhs above rely on $0 being exactly the
         # filename of the program.
-        skip "VMS", 2 * @programs;
+        skip $^O, 2 * @programs;
         last
     }
 
@@ -481,6 +481,7 @@ SKIP: Abuses a fixed bug.
 
 #######  Prototype fun 3
 sub _ "Just another Perl Hacker"; print prototype \&_
+SKIP: Abuses a fixed bug.
 
 #######  Split 1
                split // => '"';