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]
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.