PERL PERL5 PORTERS 33 BLEAD PATCH SKIP A TORTURE TEST UNDER BLEAD AND SKIP CERTAIN TORTURE TESTS UNDER WIN32
Date: Sat, 19 Feb 2005 11:04:00 +0100

Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
From: demerphq@no-spam (Demerphq)

Some of Abigails japhs dont work on win32 or depend on fixed bugs.
This patch skips the relevent tests as per the file convention already established.

Cheers,
Yves
-- First they ignore you, then they laugh at you, then they fight you,
then you win.
+Gandhi
### Make Abigails stuff pass test diff -wurd ./t/japh/abigail.t g:\blead_trie/t/japh/abigail.t --- ./t/japh/abigail.t=092003-08-01 08:38:23.000000000 +0200
+++ g:\blead_trie/t/japh/abigail.t=092005-02-18 20:06:57.574860800 +0100
@@no-spam -235,11 +235,11 @@no-spam --
chomp @no-spam =20
- 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 * @no-spam + skip $^O, 2 * @no-spam last }
=20
@@no-spam -481,6 +481,7 @@no-spam =20
####### Prototype fun 3
sub _ "Just another Perl Hacker"; print prototype \&_
+SKIP: Abuses a fixed bug.
=20
####### Split 1
split // =3D> '"';

[qptext abigail.patch]


Date: Mon, 21 Feb 2005 14:23:14 +0100

Subject: Re: (blead patch) Skip a torture test under blead, and skip certain
From: rgarciasuarez@no-spam (Rafael Garcia-Suarez)
demerphq wrote:
> Some of Abigails japhs dont work on win32 or depend on fixed bugs.
> This patch skips the relevent tests as per the file convention already > established.

Thanks, applied as #23987.