On Dec 5, 2007, at 9:12 PM, chromatic via RT wrote:

On Wednesday 05 December 2007 17:46:19 James E Keenan wrote:

[parrot] 506 $ mv i.pbc t/native_pbc/integer_${N}.pbc

In that step, replace ${N} with the test number, that is, integer_1.pbc, integer_2.pbc, etc. Otherwise the test will use the same .pbc files it was
failing on before, and the failures won't be any more interesting.



On both Darwin and Linux, the integer.t now passes; number.t continues to fail. Here's the Linux output:

[li11-226:parrot] 517 $ prove -v t/native_pbc/integer.t \
> t/native_pbc/number.t
t/native_pbc/integer....1..1
ok 1 - i386 32 bit opcode_t, 32 bit intval
ok
t/native_pbc/number.....1..1
not ok 1 - i386 double float 32 bit opcode_t

#     Failed test (t/native_pbc/number.t at line 86)
# Exited with error code: [SIGNAL 11]
# Received:
#
# Expected:
# 1.000000
# 4.000000
# 16.000000
# 64.000000
# 256.000000
# 1024.000000
# 4096.000000
# 16384.000000
# 65536.000000
# 262144.000000
# 1048576.000000
# 4194304.000000
# 16777216.000000
# 67108864.000000
# 268435456.000000
# 1073741824.000000
# 4294967296.000000
# 17179869184.000000
# 68719476736.000000
# 274877906944.000000
# 1099511627776.000000
# 4398046511104.000000
# 17592186044416.000000
# 70368744177664.000000
# 281474976710656.000000
# 1125899906842620.000000
#
# Looks like you failed 1 test of 1.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
Failed Test           Stat Wstat Total Fail  List of Failed
------------------------------------------------------------------------ -------
t/native_pbc/number.t    1   256     1    1  1
Failed 1/2 test scripts. 1/2 subtests failed.
Files=2, Tests=2, 2 wallclock secs ( 0.08 cusr + 0.01 csys = 0.09 CPU)
Failed 1/2 test programs. 1/2 subtests failed.

Reply via email to