Looks like we've got a slew of gcc3 issues (which don't show up on the
tinderboxes, cause nobody's running a gcc3 box.)

rspier@bear ~/projects/parrot$ make test
perl t/harness
t/op/basic..........ok

t/op/bitwise........ok

t/op/debuginfo......ok

t/op/hacks..........ok

t/op/ifunless.......ok

t/op/integer........ok

t/op/interp.........ok

t/op/macro..........ok, 1/9 skipped: Await exceptions

t/op/number.........ok

t/op/rx.............ok, 2/27 skipped: various reasons

t/op/stacks.........ok, 1/18 skipped: Await exceptions

t/op/string.........ok

t/op/time...........ok

t/op/trans..........ok

t/pmc/array.........#     Failed test (t/pmc/array.t at line 6)
#          got: 'ok 1
# ok 2
# not ok 3
# not ok 4
# ok 5
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# '
# Looks like you failed 1 tests of 1.
t/pmc/array.........dubious

        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/1 tests, 0.00% okay
t/pmc/perlarray.....ok
t/pmc/perlhash......ok, 8/8 skipped: Hashes unimplemented

t/pmc/perlstring....ok 6/8#     Failed test (t/pmc/perlstring.t at line
265)
#          got: 'xxxxxxxxxxxx
# yyyyyy
# zzz
# aa
# '
#     expected: 'xxxxxxxxxxxx
# yyyyyy
# zzz
#
# '
t/pmc/perlstring....NOK 7# Looks like you failed 1 tests of 8.

t/pmc/perlstring....dubious

        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 7
        Failed 1/8 tests, 87.50% okay (-1 skipped test: 6 okay, 75.00%)
t/pmc/pmc...........ok 48/56#     Failed test (t/pmc/pmc.t at line 1021)

#          got: 'xyz
# '
#     expected: '0010xy1z
# '
t/pmc/pmc...........NOK 49#     Failed test (t/pmc/pmc.t at line 1056)

#          got: '
#
# ok
# '
#     expected: '0
# 947
# ok
# '
t/pmc/pmc...........NOK 50#     Failed test (t/pmc/pmc.t at line 1094)

#          got: '
#
# ok
# '
#     expected: '0
# -947
# ok
# '
t/pmc/pmc...........NOK 51#     Failed test (t/pmc/pmc.t at line 1130)

#          got: '
#
#
# '
#     expected: '0
# 0
# 0
# '
t/pmc/pmc...........NOK 52#     Failed test (t/pmc/pmc.t at line 1162)

#          got: '
#
# '
#     expected: '0
# 0
# '
t/pmc/pmc...........ok 55/56# Looks like you failed 5 tests of 56.

t/pmc/pmc...........dubious

        Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 49-53
        Failed 5/56 tests, 91.07% okay (-1 skipped test: 50 okay, 89.29%)
Failed Test        Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------
t/pmc/array.t              1   256     1    1 100.00%  1
t/pmc/perlstring.t         1   256     8    1  12.50%  7
t/pmc/pmc.t                5  1280    56    5   8.93%  49-53
14 subtests skipped.
Failed 3/19 test scripts, 84.21% okay. 7/317 subtests failed, 97.79% okay.
make: *** [test_dummy] Error 2

Reply via email to