--Brent Dax
[EMAIL PROTECTED]
Configure pumpking for Perl 6
They *will* pay for what they've done.
# -----Original Message-----
# From: Simon Cozens [mailto:[EMAIL PROTECTED]]
# Sent: Wednesday, October 03, 2001 09:51
# To: Brent Dax
# Cc: [EMAIL PROTECTED]
# Subject: Re: Parrot 0.0.2
#
#
# OK, let's try and clear this up.
#
# On Wed, Oct 03, 2001 at 09:39:32AM -0700, Brent Dax wrote:
# > # got: 'Seem to have negative Nx
# > not ok
# > '
# > # expected: 'Seem to have negative Nx
# > Seem to have positive Nx after pop
# > '
#
# Don't know what's going on here.
#
# > t/op/string.....NOK 4# Failed test (Parrot/Test.pm at line 74)
# > # got: 'Error: Control left bounds of byte-code
# block (now at
# > location
# > 31)!
#
# There isn't an "end" on that test. Fixed.
#
# > # got: 'failure
# > '
#
# Since there was no other output, this failed:
# time I0
# ge I0, 0, OK1
#
# Now that's anyone's guess.
#
# I've added some debugging prints, can you try a resync?
I tried it and ended up with something weird:
C:\Brent\Visual Studio Projects\Perl 6\parrot\parrot>pmake test
Reading C:/Perl/site/lib/Make.pm
Reading C:\Brent\Visual Studio Projects\Perl 6\parrot\parrot\makefile
C:\Perl\bin\perl.exe t/harness
t/op/basic......ok
t/op/bitwise....ok
t/op/integer....ok
t/op/number.....ok
t/op/stacks.....NOK 5# Failed test (Parrot/Test.pm at line 74)
# got: 'Seem to have negative Nx
not ok
'
(etc, as before)
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------
-------
t/op/stacks.t 1 256 9 1 11.11% 5
t/op/time.t 1 256 2 1 50.00% 2
4 subtests skipped.
Failed 2/8 test scripts, 75.00% okay. 2/100 subtests failed, 98.00%
okay.
Code 65280 from C:\Perl\bin\perl.exe t/harness at
C:/Perl/site/lib/Make.pm line
265.
C:\Brent\Visual Studio Projects\Perl 6\parrot\parrot>perl t/harness
t/op/basic......ok
t/op/bitwise....ok
t/op/integer....ok
t/op/number.....ok
t/op/stacks.....ok, 3/9 skipped: various reasons
t/op/string.....ok, 1/11 skipped: TODO: printing empty string reg
segfaults
t/op/time.......ok
t/op/trans......ok
All tests successful, 4 subtests skipped.
Files=8, Tests=100, 32 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00
CPU)
Weird, huh? If I use nmake /a (forces it to do test, even though it
thinks test is up to date) instead of pmake, I get the same output as
pmake. This is pretty spooky...