cvs commit: ponie/perl/ext/B/t bytecode.t
[email protected] (Arthur Bergman) 12 Mar 2004 14:39:14 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/03/12 06:39:14
Modified: perl/ext/B/t bytecode.t
Log:
disable bytecode test for ponie since all will change anyway
Revision Changes Path
1.2 +3 -0 ponie/perl/ext/B/t/bytecode.t
Index: bytecode.t
===================================================================
RCS file: /cvs/public/ponie/perl/ext/B/t/bytecode.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -r1.1 -r1.2
--- bytecode.t 9 Sep 2003 11:58:59 -0000 1.1
+++ bytecode.t 12 Mar 2004 14:39:13 -0000 1.2
@@ -3,6 +3,9 @@
my $keep_plc_fail = 1; # set it to keep the bytecode files on failures
BEGIN {
+ print "1..0 # skip - Bytecode needs to be redone for parrot anyway\n";
+ exit 0;
+
if ($^O eq 'VMS') {
print "1..0 # skip - Bytecode/ByteLoader doesn't work on VMS\n";
exit 0;