# New Ticket Created by  Joshua Juran 
# Please include the string:  [perl #36200]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36200 >


A 'make test' of parrot failed some tests on Linux/m68k.

Here is the contents of myconfig:

Summary of my parrot 0.2.1 (r8279) configuration:
   configdate='Mon Jun  6 03:37:27 2005'
   Platform:
     osname=linux, archname=m68k-linux-thread-multi
     jitcapable=0, jitarchname=nojit,
     jitosname=linux, jitcpuarch=m68k
     execcapable=0
     perl=/usr/bin/perl
   Compiler:
     cc='cc', ccflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS  
-DDEBIAN -fno-regmove  -I/usr/local/include -D_LARGEFILE_SOURCE  
-D_FILE_OFFSET_BITS=64',
   Linker and Libraries:
     ld='cc', ldflags=' -L/usr/local/lib',
     cc_ldflags='',
     libs='-ldl -lm -lpthread -lcrypt -lrt'
   Dynamic Linking:
     share_ext='.so', ld_share_flags='-shared -L/usr/local/lib -fPIC',
     load_ext='.so', ld_load_flags='-shared -L/usr/local/lib -fPIC'
   Types:
     iv=long, intvalsize=4, intsize=4, opcode_t=long, opcode_t_size=4,
     ptrsize=4, ptr_alignment=1 byteorder=4321,
     nv=double, numvalsize=8, doublesize=8

And here is the make output:

Compiling with:
xx.c
cc -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-regmove  
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g  
-Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow  
-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings  
-Waggregate-return -Winline -W -Wno-unused -Wsign-compare -I./include  
-DHAVE_COMPUTED_GOTO -I. -o xx.o -c xx.c
echo -oimcc/imclexer.c imcc/imcc.l
-oimcc/imclexer.c imcc/imcc.l
/usr/bin/perl -e 'open(A,qq{>>$_}) or die foreach @ARGV'  
imcc/imcc.l.flag imcc/imclexer.c
/usr/bin/perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >>  
8;' docs
make[1]: Entering directory `/home/jjuran/src/parrot/docs'
/usr/bin/perl -e '-d or mkdir $_,0777 or die foreach @ARGV' ops
make[1]: Leaving directory `/home/jjuran/src/parrot/docs'
/usr/bin/perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >>  
8;' dynclasses
make[1]: Entering directory `/home/jjuran/src/parrot/dynclasses'
make[1]: Leaving directory `/home/jjuran/src/parrot/dynclasses'
/usr/bin/perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >>  
8;' compilers/pge
make[1]: Entering directory `/home/jjuran/src/parrot/compilers/pge'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jjuran/src/parrot/compilers/pge'
/usr/bin/perl t/harness --gc-debug --running-make-test  t/library/*.t  
t/op/*.t t/pmc/*.t t/native_pbc/*.t imcc/t/*/*.t t/dynclass/*.t  
t/src/*.t t/perl/*.t
t/library/dumper...............NOK 6
#     Failed test (t/library/dumper.t at line 216)
#          got: '"hash1" => PerlHash {
# }
# "hash1" => PerlHash {
#     "hello" => "world"
# }
# "hash1" => PerlHash {
#     "hello" => "world",
#     "hello2" => "world2"
# }
# '
#     expected: '"hash1" => PerlHash {
# }
# "hash1" => PerlHash {
#     "hello" => "world"
# }
# "hash1" => PerlHash {
#     "hello" => "world",
#     "hello2" => "world2"
# }
# "hash1" => PerlHash {
#     "hash2" => PerlHash {
#     },
#     "hello" => "world",
#     "hello2" => "world2"
# }
# "hash1" => PerlHash {
#     "hash2" => PerlHash {
#         "hello3" => "world3"
#     },
#     "hello" => "world",
#     "hello2" => "world2"
# }
# "hash1" => PerlHash {
#     "hash2" => PerlHash {
#         "array1" => PerlArray (size:5) [
#             "this",
#             "is",
#             "a",
#             "test",
#             PerlHash {
#                 "is" => "cool",
#                 "name" => "parrot"
#             }
#         ],
#         "hello3" => "world3"
#     },
#     "hello" => "world",
#     "hello2" => "world2"
# }
# '
t/library/dumper...............NOK 8
#     Failed test (t/library/dumper.t at line 352)
#          got: '"hash" => PerlHash {
# '
#     expected: '"hash" => PerlHash {
# |  "hash2" => PerlHash {
# |  |  "array" => PerlArray (size:2) [
# |  |  |  1,
# |  |  |  PerlArray (size:1) [
# |  |  |  |  "test"
# |  |  |  ]
# |  |  ],
# |  |  "test2" => "test2"
# |  },
# |  "test1" => "test1"
# } with-properties: PerlHash {
# |  "array2" => \hash["hash2"]["array"][1]
# }
# "hash" => PerlHash {
# |  "hash2" => PerlHash {
# |  |  "array" => PerlArray (size:2) [
# |  |  |  1,
# |  |  |  PerlArray (size:1) [
# |  |  |  |  "test"
# |  |  |  ]
# |  |  ],
# |  |  "test2" => "test2"
# |  },
# |  "test1" => "test1"
# } with-properties: PerlHash {
# |  "array2" => \hash["hash2"]["array"][1]
# }
# name = 'hash'
# indent = '|  '
# '
t/library/dumper...............NOK 15
#     Failed test (t/library/dumper.t at line 638)
#          got: '"hash1" => Hash {
# }
# "hash1" => Hash {
#     "hello" => "world"
# }
# "hash1" => Hash {
#     "hello" => "world",
#     "hello2" => "world2"
# }
# '
#     expected: '"hash1" => Hash {
# }
# "hash1" => Hash {
#     "hello" => "world"
# }
# "hash1" => Hash {
#     "hello" => "world",
#     "hello2" => "world2"
# }
# "hash1" => Hash {
#     "hash2" => Hash {
#     },
#     "hello" => "world",
#     "hello2" => "world2"
# }
# "hash1" => Hash {
#     "hash2" => Hash {
#         "hello3" => "world3"
#     },
#     "hello" => "world",
#     "hello2" => "world2"
# }
# "hash1" => Hash {
#     "hash2" => Hash {
#         "array1" => PerlArray (size:5) [
#             "this",
#             "is",
#             "a",
#             "test",
#             Hash {
#                 "is" => "cool",
#                 "name" => "parrot"
#             }
#         ],
#         "hello3" => "world3"
#     },
#     "hello" => "world",
#     "hello2" => "world2"
# }
# '
t/library/dumper...............ok 26/26# Looks like you failed 3 tests  
of 26.
t/library/dumper...............dubious
         Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 6, 8, 15
         Failed 3/26 tests, 88.46% okay
t/library/getopt_long..........NOK 1
#     Failed test (t/library/getopt_long.t at line 24)
#          got: ''
#     expected: 'getopt_long.t 0.01
# This is just a test.
# You have passed the option '--bool'.
# You have passed the option '--string'. The value is 'asdf'.
# You have passed the option '--integer'. The value is '42'.
# You have passed the additional argument: 'some'.
# You have passed the additional argument: 'thing'.
# All args have been parsed.
# '
# Looks like you failed 1 test of 1.
t/library/getopt_long..........dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
         Failed 1/1 tests, 0.00% okay
t/library/md5..................ok
t/library/parrotlib............ok
t/library/pcre.................ok
         1/1 skipped: no pcre-config
t/library/pge..................ok
t/library/sort.................NOK 4
#     Failed test (t/library/sort.t at line 163)
#          got: ''
#     expected: 'alpha
# bravo
# charlie
# delta
# echo
# foxtrot
# golf
# hotel
# '
t/library/sort.................NOK 5
#     Failed test (t/library/sort.t at line 206)
#          got: ''
#     expected: 'alpha
# bravo
# charlie
# delta
# echo
# foxtrot
# golf
# hotel
# '
t/library/sort.................NOK 6
#     Failed test (t/library/sort.t at line 249)
#          got: ''
#     expected: '0
# 0
# 0.100000
# 0.200000
# 0.300000
# 0.400000
# 0.500000
# 1
# 2
# 3
# 4
# 5
# alpha
# bravo
# charlie
# delta
# echo
# foxtrot
# golf
# hotel
# '
t/library/sort.................NOK 7
#     Failed test (t/library/sort.t at line 316)
#          got: ''
#     expected: 'h
# w
# x
# y
# '
t/library/sort.................NOK 8
#     Failed test (t/library/sort.t at line 351)
#          got: ''
#     expected: 'h
# w
# x
# y
# '
t/library/sort.................NOK 9
#     Failed test (t/library/sort.t at line 397)
#          got: ''
#     expected: 'aaaa1
# aaaa2
# bbb
# bbbbbb
# hash2
# hello
# hello2
# '
# Looks like you failed 6 tests of 9.
t/library/sort.................dubious
         Test returned status 6 (wstat 1536, 0x600)
DIED. FAILED tests 4-9
         Failed 6/9 tests, 33.33% okay
t/library/streams..............ok
t/library/yaml_parser_syck.....ok
t/op/00ff-dos..................ok
t/op/00ff-unix.................ok
t/op/64bit.....................skipped
         all skipped: 64bit INTVAL platforms only
t/op/arithmetics...............ok
t/op/basic.....................ok
t/op/bitwise...................ok
t/op/calling...................ok
t/op/comp......................ok
t/op/conv......................ok
t/op/debuginfo.................ok
         3/8 skipped: getline/setline changes not finished
t/op/gc........................NOK 14
#     Failed test (t/op/gc.t at line 454)
#          got: ''
#     expected: 'ok 1
# 9
# '
t/op/gc........................ok 19/19# Looks like you failed 1 test  
of 19.
t/op/gc........................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 14
         Failed 1/19 tests, 94.74% okay
t/op/globals...................ok
t/op/hacks.....................ok
         2/2 skipped: no universal SIGFPE handling
t/op/ifunless..................ok
t/op/info......................ok
t/op/integer...................ok
t/op/interp....................ok
t/op/jit.......................NOK 54
#     Failed test (t/op/jit.t at line 976)
#          got: ''
#     expected: 'ok 1
# '
t/op/jit.......................ok 60/60# Looks like you failed 1 test  
of 60.
t/op/jit.......................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 54
         Failed 1/60 tests, 98.33% okay
t/op/jitn......................ok
t/op/lexicals..................ok
t/op/literal...................ok
t/op/macro.....................ok
         1/18 skipped: Await exceptions
t/op/number....................ok
t/op/random....................ok
t/op/rx........................ok
         1/23 skipped: Pending some sort of lowercasing op
t/op/spawnw....................ok
t/op/stacks....................ok
         3/56 skipped: no stack limit currently
t/op/string....................ok
         7/156 skipped: various reasons
t/op/string_cclass.............ok
t/op/string_cs.................ok
t/op/stringu...................ok
t/op/time......................ok
t/op/trans.....................ok
t/op/types.....................ok
t/pmc/array....................ok
t/pmc/bigint...................skipped
         all skipped: No BigInt Lib configured
t/pmc/boolean..................NOK 6
#     Failed test (t/pmc/boolean.t at line 150)
#          got: 'ok 1
# ok 2
# ok 3
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# ok 7
# ok 8
# ok 9
# '
t/pmc/boolean..................ok 9/9# Looks like you failed 1 test of  
9.
t/pmc/boolean..................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 6
         Failed 1/9 tests, 88.89% okay
t/pmc/builtin..................ok
t/pmc/complex..................NOK 5
#     Failed test (t/pmc/complex.t at line 180)
#          got: ''
#     expected: '2+2i
# 2+0i
# 1+1i
# 0-1i
# 1-1i
# 5.3+1i
# 5+5i
# 0+2i
# 0+3i
# 0+3i
# '
t/pmc/complex..................NOK 6
#     Failed test (t/pmc/complex.t at line 246)
#          got: ''
#     expected: '0+0i
# 0-2i
# 1+1i
# 0-1i
# -1-1i
# 2-4i
# 2-2i
# 1.8+1i
# -1024-3i
# 1024+3i
# '
t/pmc/complex..................NOK 7
#     Failed test (t/pmc/complex.t at line 312)
#          got: ''
#     expected: '-5+12i
# 29+0i
# 5+2i
# 0+3i
# 3+6i
# 1-1i
# 2-2i
# 1-1i
# 10+10i
# '
t/pmc/complex..................NOK 8
#     Failed test (t/pmc/complex.t at line 373)
#          got: '1+0i
# 0+1i
# 5-3i
# 25+0i
# 3-4i
# -1+2i
# -1+1.5i
# '
#     expected: '1+0i
# 0+1i
# 5-3i
# 25+0i
# 3-4i
# -1+2i
# -1+1.5i
# 4-6i
# '
t/pmc/complex..................NOK 26
#     Failed test (t/pmc/complex.t at line 767)
#          got: '2.8+2i
# '
#     expected: '2.8+2i
# -2.8-2i
# '
# Looks like you failed 5 tests of 26.
t/pmc/complex..................dubious
         Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 5-8, 26
         Failed 5/26 tests, 80.77% okay
t/pmc/config...................ok
t/pmc/coroutine................ok
         2/13 skipped: various reasons
t/pmc/delegate.................ok
t/pmc/env......................ok
t/pmc/eval.....................ok
t/pmc/exception................NOK 21
#     Failed test (t/pmc/exception.t at line 460)
#          got: ''
#     expected: 'ok 1
# 99
# '
t/pmc/exception................ok 30/30# Looks like you failed 1 test  
of 30.
t/pmc/exception................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 21
         Failed 1/30 tests, 96.67% okay
t/pmc/fixedbooleanarray........ok
t/pmc/fixedfloatarray..........ok
t/pmc/fixedintegerarray........ok
t/pmc/fixedpmcarray............NOK 10
#     Failed test (t/pmc/fixedpmcarray.t at line 295)
#                   ''
#     doesn't match '(?-xism:ok 1
# 1 2 5 9 10 x
# compares: 0
# ok 1
# 1 2 5 9 10 x
# compares: [1-9]\d*)'
t/pmc/fixedpmcarray............ok 13/13# Looks like you failed 1 test  
of 13.
t/pmc/fixedpmcarray............dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 10
         Failed 1/13 tests, 92.31% okay
t/pmc/fixedstringarray.........ok
t/pmc/float....................NOK 17
#     Failed test (t/pmc/float.t at line 503)
#          got: ''
#     expected: 'ok 1
# ok 2
# '
t/pmc/float....................NOK 18
#     Failed test (t/pmc/float.t at line 524)
#          got: ''
#     expected: 'ok 1
# ok 2
# ok 3
# '
t/pmc/float....................NOK 19
#     Failed test (t/pmc/float.t at line 552)
#          got: ''
#     expected: 'ok 1
# ok 2
# '
t/pmc/float....................NOK 21
#     Failed test (t/pmc/float.t at line 594)
#          got: ''
#     expected: 'ok 1
# ok 2
# '
t/pmc/float....................NOK 22
#     Failed test (t/pmc/float.t at line 615)
#          got: ''
#     expected: 'ok 1
# ok 2
# ok 3
# '
t/pmc/float....................NOK 23
#     Failed test (t/pmc/float.t at line 643)
#          got: ''
#     expected: 'ok 1
# ok 2
# '
t/pmc/float....................NOK 26
#     Failed test (t/pmc/float.t at line 721)
#          got: 'ok 1
# ok 2
# ok 3
# ok 4
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# ok 7
# ok 8
# '
t/pmc/float....................NOK 39
#     Failed test (t/pmc/float.t at line 1113)
#          got: ''
#     expected: '0
# 0
# 1
# 1
# 0
# 0
# '
t/pmc/float....................NOK 40
#     Failed test (t/pmc/float.t at line 1156)
#          got: ''
#     expected: '0
# 1
# 1
# 1
# 0
# 1
# '
t/pmc/float....................NOK 41
#     Failed test (t/pmc/float.t at line 1199)
#          got: ''
#     expected: '1
# 0
# 0
# 0
# 1
# 0
# '
t/pmc/float....................NOK 42
#     Failed test (t/pmc/float.t at line 1242)
#          got: ''
#     expected: '1
# 1
# 0
# 0
# 1
# 1
# '
t/pmc/float....................ok 44/44# Looks like you failed 11 tests  
of 44.
t/pmc/float....................dubious
         Test returned status 11 (wstat 2816, 0xb00)
DIED. FAILED tests 17-19, 21-23, 26, 39-42
         Failed 11/44 tests, 75.00% okay
t/pmc/floatvalarray............ok
t/pmc/freeze...................ok
t/pmc/globals..................ok
t/pmc/hash.....................ok
t/pmc/integer..................NOK 1
#     Failed test (t/pmc/integer.t at line 22)
#          got: '0
# 1
# '
#     expected: '0
# 1
# 2
# 3
# 4
# 5
# '
t/pmc/integer..................NOK 11
#     Failed test (t/pmc/integer.t at line 309)
#          got: ''
#     expected: '8
# 8
# 4
# 12
# 3
# 0
# 36
# '
# Looks like you failed 2 tests of 11.
t/pmc/integer..................dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1, 11
         Failed 2/11 tests, 81.82% okay
t/pmc/intlist..................ok
t/pmc/io.......................ok
         1/31 skipped: clone not finished yet
t/pmc/iter.....................ok
         1/41 skipped: N/Y: length of rest of array
t/pmc/key......................ok
t/pmc/managedstruct............ok
t/pmc/mmd......................NOK 18
#     Failed test (t/pmc/mmd.t at line 660)
#          got: ''
#     expected: '42
# '
t/pmc/mmd......................NOK 27
#     Failed test (t/pmc/mmd.t at line 882)
#          got: '4
# 38
# '
#     expected: '4
# 38
# 42
# '
# Looks like you failed 2 tests of 27.
t/pmc/mmd......................dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 18, 27
         Failed 2/27 tests, 92.59% okay
t/pmc/multiarray...............ok
t/pmc/multisub.................ok
t/pmc/n_arithmetics............NOK 3
#     Failed test (t/pmc/n_arithmetics.t at line 89)
#          got: ''
#     expected: '3877
# 3877
# 4011
# 4011
# '
t/pmc/n_arithmetics............NOK 6
#     Failed test (t/pmc/n_arithmetics.t at line 186)
#          got: '-32.5203
# '
#     expected: '-32.5203
# -32.5203
# 363.636
# 363.636
# '
t/pmc/n_arithmetics............NOK 9
#     Failed test (t/pmc/n_arithmetics.t at line 275)
#          got: '3876.88
# '
#     expected: '3876.88
# 3876.88
# 3876.88
# 7876.88
# '
t/pmc/n_arithmetics............NOK 11
#     Failed test (t/pmc/n_arithmetics.t at line 337)
#          got: '-492492
# '
#     expected: '-492492
# -492492
# -492492
# 984984
# '
t/pmc/n_arithmetics............NOK 12
#     Failed test (t/pmc/n_arithmetics.t at line 368)
#          got: '-0.0307808
# '
#     expected: '-0.0307808
# -0.0307808
# -123.123
# 1
# 100
# '
t/pmc/n_arithmetics............NOK 13
#     Failed test (t/pmc/n_arithmetics.t at line 407)
#          got: '3877.12
# '
#     expected: '3877.12
# 3877.12
# '
t/pmc/n_arithmetics............NOK 16
#     Failed test (t/pmc/n_arithmetics.t at line 485)
#          got: '-49252.2
# '
#     expected: '-49252.2
# -49252.2
# '
t/pmc/n_arithmetics............NOK 17
#     Failed test (t/pmc/n_arithmetics.t at line 510)
#          got: '-0.0307789
# '
#     expected: '-0.0307789
# -32.4898
# '
t/pmc/n_arithmetics............NOK 18
#     Failed test (t/pmc/n_arithmetics.t at line 535)
#          got: ''
#     expected: '1
# ok
# '
t/pmc/n_arithmetics............NOK 19
#     Failed test (t/pmc/n_arithmetics.t at line 553)
#          got: ''
#     expected: '1
# ok
# '
# Looks like you failed 10 tests of 19.
t/pmc/n_arithmetics............dubious
         Test returned status 10 (wstat 2560, 0xa00)
DIED. FAILED tests 3, 6, 9, 11-13, 16-19
         Failed 10/19 tests, 47.37% okay
t/pmc/namespace................ok
t/pmc/nci......................NOK 27
#     Failed test (t/pmc/nci.t at line 854)
#                   '10
# 1359910
# 4
# '
#     doesn't match '/10
# 20
# (4|8)
# /
# '
t/pmc/nci......................NOK 29
#     Failed test (t/pmc/nci.t at line 916)
#          got: '10
# '
#     expected: '10
# 100
# 77
# 200.000000
# '
t/pmc/nci......................NOK 33
#     Failed test (t/pmc/nci.t at line 1126)
#          got: '32
# 0
# 553648128
# 0
# '
#     expected: '32
# 127
# 12345
# 33
# '
t/pmc/nci......................NOK 34
#     Failed test (t/pmc/nci.t at line 1181)
#          got: '32
# 0
# 553648128
# 0
# '
#     expected: '32
# 127
# 12345
# 33
# '
t/pmc/nci......................ok 56/56# Looks like you failed 4 tests  
of 56.
t/pmc/nci......................dubious
         Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 27, 29, 33-34
         Failed 4/56 tests, 92.86% okay
t/pmc/object-meths.............ok
         1/28 skipped: currently broken
t/pmc/objects..................NOK 31
#     Failed test (t/pmc/objects.t at line 1002)
#          got: 'in set_integer
# in set_integer
# in add
# '
#     expected: 'in set_integer
# in set_integer
# in add
# in get_string
# two
# in set_integer
# in add
# in get_string
# 42
# '
t/pmc/objects..................ok 62/62# Looks like you failed 1 test  
of 62.
t/pmc/objects..................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 31
         Failed 1/62 tests, 98.39% okay
t/pmc/orderedhash..............ok
         1/22 skipped: Mixing keyed & indexed access is broken - see  
ticket 33641
t/pmc/perlarray................ok
t/pmc/perlhash.................ok
         1/37 skipped: no more chartype
t/pmc/perlint..................NOK 12
#     Failed test (t/pmc/perlint.t at line 276)
#          got: ''
#     expected: 'ok 1
# '
t/pmc/perlint..................NOK 15
#     Failed test (t/pmc/perlint.t at line 319)
#          got: ''
#     expected: '255
# 12
# 15
# 129
# 28
# '
t/pmc/perlint..................NOK 16
#     Failed test (t/pmc/perlint.t at line 363)
#          got: ''
#     expected: '231
# 15
# 0
# 126
# 172
# '
t/pmc/perlint..................NOK 17
#     Failed test (t/pmc/perlint.t at line 407)
#          got: ''
#     expected: '136
# 29
# 12
# 12
# 100
# '
t/pmc/perlint..................NOK 18
#     Failed test (t/pmc/perlint.t at line 451)
#          got: ''
#     expected: '85
# 153
# '
t/pmc/perlint..................NOK 19
#     Failed test (t/pmc/perlint.t at line 474)
#          got: ''
#     expected: '85
# 153
# 240
# 204
# 255
# '
t/pmc/perlint..................NOK 20
#     Failed test (t/pmc/perlint.t at line 524)
#          got: '6
# 3
# 10
# 5
# '
#     expected: '6
# 3
# 10
# 5
# 6
# 5
# '
t/pmc/perlint..................NOK 21
#     Failed test (t/pmc/perlint.t at line 571)
#          got: '24
# 48
# 40
# 80
# '
#     expected: '24
# 48
# 40
# 80
# 24
# 80
# '
t/pmc/perlint..................NOK 23
#     Failed test (t/pmc/perlint.t at line 635)
#          got: '6
# 3
# '
#     expected: '6
# 3
# 1.500000
# '
t/pmc/perlint..................NOK 35
#     Failed test (t/pmc/perlint.t at line 799)
#          got: '-3877
# -3877
# '
#     expected: '-3877
# -3877
# -1
# '
t/pmc/perlint..................NOK 36
#     Failed test (t/pmc/perlint.t at line 820)
#          got: '492000
# 492000
# '
#     expected: '492000
# 492000
# -492000
# 0
# '
t/pmc/perlint..................NOK 37
#     Failed test (t/pmc/perlint.t at line 845)
#          got: ''
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlint..................NOK 39
#     Failed test (t/pmc/perlint.t at line 899)
#          got: ''
#     expected: 'ok 1
# ok 2
# ok 3
# '
t/pmc/perlint..................NOK 40
#     Failed test (t/pmc/perlint.t at line 926)
#          got: '492004.920000
# 492004.920000
# '
#     expected: '492004.920000
# 492004.920000
# 306
# '
t/pmc/perlint..................NOK 41
#     Failed test (t/pmc/perlint.t at line 950)
#          got: ''
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlint..................NOK 49
#     Failed test (t/pmc/perlint.t at line 1107)
#          got: '1
# '
#     expected: '1
# 2
# 2
# '
t/pmc/perlint..................NOK 56
#     Failed test (t/pmc/perlint.t at line 1377)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlint..................NOK 57
#     Failed test (t/pmc/perlint.t at line 1400)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# '
t/pmc/perlint..................NOK 61
#     Failed test (t/pmc/perlint.t at line 1653)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# '
t/pmc/perlint..................NOK 63
#     Failed test (t/pmc/perlint.t at line 1741)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# '
t/pmc/perlint..................NOK 65
#     Failed test (t/pmc/perlint.t at line 1835)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# '
t/pmc/perlint..................NOK 66
#     Failed test (t/pmc/perlint.t at line 1888)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# '
t/pmc/perlint..................ok 70/70# Looks like you failed 22 tests  
of 70.
t/pmc/perlint..................dubious
         Test returned status 22 (wstat 5632, 0x1600)
DIED. FAILED tests 12, 15-21, 23, 35-37, 39-41, 49, 56-57, 61, 63, 65-66
         Failed 22/70 tests, 68.57% okay
t/pmc/perlnum..................NOK 37
#     Failed test (t/pmc/perlnum.t at line 732)
#          got: ''
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlnum..................NOK 38
#     Failed test (t/pmc/perlnum.t at line 754)
#          got: ''
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlnum..................NOK 39
#     Failed test (t/pmc/perlnum.t at line 775)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlnum..................NOK 40
#     Failed test (t/pmc/perlnum.t at line 797)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlnum..................NOK 41
#     Failed test (t/pmc/perlnum.t at line 818)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlnum..................NOK 42
#     Failed test (t/pmc/perlnum.t at line 840)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# '
t/pmc/perlnum..................NOK 45
#     Failed test (t/pmc/perlnum.t at line 899)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# '
t/pmc/perlnum..................NOK 46
#     Failed test (t/pmc/perlnum.t at line 929)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# '
t/pmc/perlnum..................ok 54/54# Looks like you failed 8 tests  
of 54.
t/pmc/perlnum..................dubious
         Test returned status 8 (wstat 2048, 0x800)
DIED. FAILED tests 37-42, 45-46
         Failed 8/54 tests, 85.19% okay
t/pmc/perlstring...............NOK 7
#     Failed test (t/pmc/perlstring.t at line 316)
#          got: ''
#     expected: 'Grunties
# fnargh
# fnarghGrunties
# '
t/pmc/perlstring...............NOK 19
#     Failed test (t/pmc/perlstring.t at line 727)
#          got: ''
#     expected: 'ok 1
# '
t/pmc/perlstring...............NOK 29
#     Failed test (t/pmc/perlstring.t at line 941)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# '
t/pmc/perlstring...............NOK 41
#     Failed test (t/pmc/perlstring.t at line 1157)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# '
t/pmc/perlstring...............NOK 43
#     Failed test (t/pmc/perlstring.t at line 1215)
#          got: '0
# '
#     expected: '0
# 1
# -1
# '
t/pmc/perlstring...............NOK 44
#     Failed test (t/pmc/perlstring.t at line 1244)
#          got: '0
# '
#     expected: '0
# 1
# -1
# 1
# -1
# 0
# '
t/pmc/perlstring...............NOK 49
#     Failed test (t/pmc/perlstring.t at line 1352)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# '
t/pmc/perlstring...............NOK 52
#     Failed test (t/pmc/perlstring.t at line 1430)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# ok 7
# ok 8
# ok 9
# ok 10
# '
t/pmc/perlstring...............NOK 55
#     Failed test (t/pmc/perlstring.t at line 1552)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# ok 7
# ok 8
# ok 9
# ok 10
# '
t/pmc/perlstring...............NOK 56
#     Failed test (t/pmc/perlstring.t at line 1636)
#          got: '%Ec
# Dw
# '
#     expected: '%Ec
# Dw
# ABCX
#    X
# '
t/pmc/perlstring...............NOK 61
#     Failed test (t/pmc/perlstring.t at line 1803)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# '
t/pmc/perlstring...............NOK 63
#     Failed test (t/pmc/perlstring.t at line 1883)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# '
t/pmc/perlstring...............ok 68/68# Looks like you failed 12 tests  
of 68.
t/pmc/perlstring...............dubious
         Test returned status 12 (wstat 3072, 0xc00)
DIED. FAILED tests 7, 19, 29, 41, 43-44, 49, 52, 55-56, 61, 63
         Failed 12/68 tests, 82.35% okay (less 1 skipped test: 55 okay,  
80.88%)
t/pmc/perlundef................NOK 7
#     Failed test (t/pmc/perlundef.t at line 252)
#          got: '10
# -20
# 0
# '
#     expected: '10
# -20
# 0
# 0
# '
t/pmc/perlundef................NOK 8
#     Failed test (t/pmc/perlundef.t at line 284)
#          got: 'ok 1
# ok 2
# ok 3
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# '
t/pmc/perlundef................NOK 10
#     Failed test (t/pmc/perlundef.t at line 332)
#          got: ''
#     expected: '15
# 240
# '
# Looks like you failed 3 tests of 10.
t/pmc/perlundef................dubious
         Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 7-8, 10
         Failed 3/10 tests, 70.00% okay
t/pmc/pmc......................NOK 10
#     Failed test (t/pmc/pmc.t at line 319)
#          got: ''
#     expected: '15
# 240
# '
t/pmc/pmc......................NOK 11
#     Failed test (t/pmc/pmc.t at line 337)
#          got: ''
#     expected: '0
# 0
# '
t/pmc/pmc......................ok 23/23# Looks like you failed 2 tests  
of 23.
t/pmc/pmc......................dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 10-11
         Failed 2/23 tests, 91.30% okay
t/pmc/prop.....................ok
t/pmc/ref......................ok
t/pmc/resizablebooleanarray....ok
t/pmc/resizablefloatarray......ok
t/pmc/resizableintegerarray....ok
t/pmc/resizablepmcarray........NOK 14
#     Failed test (t/pmc/resizablepmcarray.t at line 365)
#          got: ''
#     expected: '1 2 5 9 10 x
# '
t/pmc/resizablepmcarray........ok 23/23# Looks like you failed 1 test  
of 23.
t/pmc/resizablepmcarray........dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 14
         Failed 1/23 tests, 95.65% okay
t/pmc/resizablestringarray.....ok
t/pmc/sarray...................ok
t/pmc/scratchpad...............ok
t/pmc/signal...................NOK 1
#     Failed test (t/pmc/signal.t at line 87)
#          got: ''
#     expected: 'start
# '
# './parrot  --gc-debug "/home/jjuran/src/parrot/t/pmc/signal_1.pasm"'  
failed with exit code 16777215
t/pmc/signal...................NOK 2
#     Failed test (t/pmc/signal.t at line 101)
#          got: ''
#     expected: 'start
# '
# './parrot  --gc-debug "/home/jjuran/src/parrot/t/pmc/signal_2.pasm"'  
failed with exit code 16777215
t/pmc/signal...................ok 3/3# Looks like you failed 2 tests of  
3.
t/pmc/signal...................dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-2
         Failed 2/3 tests, 33.33% okay (less 1 skipped test: 0 okay,  
0.00%)
t/pmc/string...................NOK 5
#     Failed test (t/pmc/string.t at line 242)
#          got: ''
#     expected: 'Grunties
# fnargh
# fnarghGrunties
# '
t/pmc/string...................NOK 12
#     Failed test (t/pmc/string.t at line 527)
#          got: '0
# '
#     expected: '0
# 1
# -1
# '
t/pmc/string...................NOK 13
#     Failed test (t/pmc/string.t at line 556)
#          got: ''
#     expected: '0
# 1
# -1
# 1
# -1
# 0
# '
t/pmc/string...................NOK 17
#     Failed test (t/pmc/string.t at line 639)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# '
t/pmc/string...................NOK 20
#     Failed test (t/pmc/string.t at line 717)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# ok 7
# ok 8
# ok 9
# ok 10
# '
t/pmc/string...................NOK 23
#     Failed test (t/pmc/string.t at line 839)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# ok 5
# ok 6
# ok 7
# ok 8
# ok 9
# ok 10
# '
t/pmc/string...................NOK 24
#     Failed test (t/pmc/string.t at line 923)
#          got: '%Ec
# Dw
# '
#     expected: '%Ec
# Dw
# ABCX
#    X
# '
t/pmc/string...................NOK 28
#     Failed test (t/pmc/string.t at line 1042)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# '
t/pmc/string...................NOK 29
#     Failed test (t/pmc/string.t at line 1077)
#          got: 'ok 1
# '
#     expected: 'ok 1
# ok 2
# ok 3
# ok 4
# '
t/pmc/string...................ok 34/34# Looks like you failed 9 tests  
of 34.
t/pmc/string...................dubious
         Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED tests 5, 12-13, 17, 20, 23-24, 28-29
         Failed 9/34 tests, 73.53% okay (less 1 skipped test: 24 okay,  
70.59%)
t/pmc/sub......................ok
t/pmc/sys......................ok
t/pmc/threads..................NOK 5
#     Failed test (t/pmc/threads.t at line 198)
#          got: ''
#     expected: '500500
# 500500
# '
t/pmc/threads..................ok 11/11# Looks like you failed 1 test  
of 11.
t/pmc/threads..................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 5
         Failed 1/11 tests, 90.91% okay (less 2 skipped tests: 8 okay,  
72.73%)
t/pmc/timer....................ok
t/pmc/tqueue...................ok
t/pmc/undef....................ok
t/native_pbc/integer...........ok
t/native_pbc/number............ok
t/native_pbc/string............ok
         1/1 skipped: string changes
imcc/t/imcpasm/cfg.............ok
imcc/t/imcpasm/opt0............ok
imcc/t/imcpasm/opt1............ok
         1/72 skipped: constant concat N/Y
imcc/t/imcpasm/opt2............ok
         5/5 skipped: -O2 disabled
imcc/t/imcpasm/optc............ok
         6/6 skipped: PCC changes
imcc/t/imcpasm/pcc.............ok
         10/11 skipped: PCC changes
imcc/t/imcpasm/sub.............ok
imcc/t/reg/spill...............ok
imcc/t/syn/bsr.................ok
imcc/t/syn/clash...............ok
imcc/t/syn/const...............ok
imcc/t/syn/eval................ok
         7/7 skipped: changed eval semantics - see t/pmc/eval.t
imcc/t/syn/file................ok
         1/12 skipped: multiple loading not speced - failing
imcc/t/syn/keyed...............ok
         1/1 skipped: experimental
imcc/t/syn/labels..............ok
imcc/t/syn/macro...............ok
imcc/t/syn/namespace...........ok
imcc/t/syn/objects.............ok
imcc/t/syn/op..................ok
imcc/t/syn/pcc.................NOK 14
#     Failed test (imcc/t/syn/pcc.t at line 512)
#          got: ''
#     expected: '42
# 44
# 43
# '
imcc/t/syn/pcc.................NOK 16
#     Failed test (imcc/t/syn/pcc.t at line 611)
#          got: '3
# '
#     expected: '3
# 2
# 1
# 0
# caught it!
# '
imcc/t/syn/pcc.................ok 47/47# Looks like you failed 2 tests  
of 47.
imcc/t/syn/pcc.................dubious
         Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 14, 16
         Failed 2/47 tests, 95.74% okay
imcc/t/syn/pod.................ok
imcc/t/syn/scope...............ok
imcc/t/syn/tail................NOK 1
#     Failed test (imcc/t/syn/tail.t at line 13)
#          got: '[doing _funcall]
# _floor returned 2 values, 6 and 2.
# [doing _funcall]
# '
#     expected: '[doing _funcall]
# _floor returned 2 values, 6 and 2.
# [doing _funcall]
# _fib_step returned 3 values, 23, 20, and 3.
# '
imcc/t/syn/tail................NOK 2
#     Failed test (imcc/t/syn/tail.t at line 101)
#          got: '[doing _funcall]
# _floor returned 2 values, 6 and 2.
# [doing _funcall]
# '
#     expected: '[doing _funcall]
# _floor returned 2 values, 6 and 2.
# [doing _funcall]
# _fib_step returned 3 values, 23, 20, and 3.
# '
imcc/t/syn/tail................NOK 3
#     Failed test (imcc/t/syn/tail.t at line 189)
#          got: '[doing _funcall]
# _floor returned 2 values, 6 and 2.
# [doing _funcall]
# '
#     expected: '[doing _funcall]
# _floor returned 2 values, 6 and 2.
# [doing _funcall]
# _fib_step returned 3 values, 23, 20, and 3.
# '
imcc/t/syn/tail................NOK 4
#     Failed test (imcc/t/syn/tail.t at line 275)
#          got: ''
#     expected: '[got 3 results]
# _fib_step returned 3 values, 23, 20, and 3.
# '
imcc/t/syn/tail................ok 6/6# Looks like you failed 4 tests of  
6.
imcc/t/syn/tail................dubious
         Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 1-4
         Failed 4/6 tests, 33.33% okay
t/dynclass/foo.................NOK 7
#     Failed test (t/dynclass/foo.t at line 157)
#          got: ''
#     expected: '144
# '
t/dynclass/foo.................ok 9/9# Looks like you failed 1 test of  
9.
t/dynclass/foo.................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 7
         Failed 1/9 tests, 88.89% okay (less 1 skipped test: 7 okay,  
77.78%)
t/dynclass/gdbmhash............skipped
         all skipped: No gdbm library available
t/dynclass/pybuiltin...........ok
         1/6 skipped: No BigInt Lib configured
t/dynclass/pyclass.............ok
t/dynclass/pycomplex...........ok
t/dynclass/pyfunc..............NOK 4
#     Failed test (t/dynclass/pyfunc.t at line 125)
#          got: ''
#     expected: 'uno two tres
# uno two three
# one two three
# '
# Looks like you failed 1 test of 4.
t/dynclass/pyfunc..............dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
         Failed 1/4 tests, 75.00% okay
t/dynclass/pyint...............NOK 2
#     Failed test (t/dynclass/pyint.t at line 43)
#          got: ''
#     expected: '18 18 18
# '
t/dynclass/pyint...............NOK 5
#     Failed test (t/dynclass/pyint.t at line 126)
#          got: ''
#     expected: '-3 -3 -3 -3
# '
t/dynclass/pyint...............NOK 13
#     Failed test (t/dynclass/pyint.t at line 304)
#          got: ''
#     expected: '-8 -8 -8 -8
# '
t/dynclass/pyint...............NOK 20
#     Failed test (t/dynclass/pyint.t at line 464)
#          got: ''
#     expected: '961 29791 961 0.5 0.5
# '
t/dynclass/pyint...............ok 26/26# Looks like you failed 4 tests  
of 26.
t/dynclass/pyint...............dubious
         Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 2, 5, 13, 20
         Failed 4/26 tests, 84.62% okay (less 1 skipped test: 21 okay,  
80.77%)
t/src/basic....................ok
t/src/compiler.................ok
t/src/cppcomments..............ok
t/src/exit.....................ok
t/src/extend...................ok
t/src/hash.....................ok
         1/10 skipped: changed this useless dump format
t/src/intlist..................ok
t/src/io.......................NOK 17
#     Failed test (t/src/io.t at line 533)
#          got: 'adcd
# done
# '
#     expected: 'bede
# done
# '
t/src/io.......................ok 20/20# Looks like you failed 1 test  
of 20.
t/src/io.......................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 17
         Failed 1/20 tests, 95.00% okay
t/src/list.....................ok
t/src/manifest.................ok
t/src/sprintf..................ok
t/src/string...................ok
         1/1 skipped: Pending Unicode
t/perl/Parrot_Distribution.....ok
t/perl/Parrot_Docs.............ok
t/perl/Parrot_IO...............ok
Failed Test               Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------ 
-------
imcc/t/syn/pcc.t             2   512    47    2   4.26%  14 16
imcc/t/syn/tail.t            4  1024     6    4  66.67%  1-4
t/dynclass/foo.t             1   256     9    1  11.11%  7
t/dynclass/pyfunc.t          1   256     4    1  25.00%  4
t/dynclass/pyint.t           4  1024    26    4  15.38%  2 5 13 20
t/library/dumper.t           3   768    26    3  11.54%  6 8 15
t/library/getopt_long.t      1   256     1    1 100.00%  1
t/library/sort.t             6  1536     9    6  66.67%  4-9
t/op/gc.t                    1   256    19    1   5.26%  14
t/op/jit.t                   1   256    60    1   1.67%  54
t/pmc/boolean.t              1   256     9    1  11.11%  6
t/pmc/complex.t              5  1280    26    5  19.23%  5-8 26
t/pmc/exception.t            1   256    30    1   3.33%  21
t/pmc/fixedpmcarray.t        1   256    13    1   7.69%  10
t/pmc/float.t               11  2816    44   11  25.00%  17-19 21-23 26  
39-42
t/pmc/integer.t              2   512    11    2  18.18%  1 11
t/pmc/mmd.t                  2   512    27    2   7.41%  18 27
t/pmc/n_arithmetics.t       10  2560    19   10  52.63%  3 6 9 11-13  
16-19
t/pmc/nci.t                  4  1024    56    4   7.14%  27 29 33-34
t/pmc/objects.t              1   256    62    1   1.61%  31
t/pmc/perlint.t             22  5632    70   22  31.43%  12 15-21 23  
35-37 39-
                                                          41 49 56-57 61  
63 65-
                                                          66
t/pmc/perlnum.t              8  2048    54    8  14.81%  37-42 45-46
t/pmc/perlstring.t          12  3072    68   12  17.65%  7 19 29 41  
43-44 49 52
                                                          55-56 61 63
t/pmc/perlundef.t            3   768    10    3  30.00%  7-8 10
t/pmc/pmc.t                  2   512    23    2   8.70%  10-11
t/pmc/resizablepmcarray.t    1   256    23    1   4.35%  14
t/pmc/signal.t               2   512     3    2  66.67%  1-2
t/pmc/string.t               9  2304    34    9  26.47%  5 12-13 17 20  
23-24
                                                          28-29
t/pmc/threads.t              1   256    11    1   9.09%  5
t/src/io.t                   1   256    20    1   5.00%  17
3 tests and 67 subtests skipped.
Failed 30/151 test scripts, 80.13% okay. 123/2490 subtests failed,  
95.06% okay.
make: *** [test] Error 255

Reply via email to