# New Ticket Created by Andrew Johnson # Please include the string: [perl #56006] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56006 >
Running 'make test' on Solaris 10 x86 box, the following tests fail (or unexpectedly succeed): t/op/sprintf.................................ok 117/308 skipped: various reasons, 1/308 unexpectedly succeeded TODO PASSED test 157 t/pmc/pmc....................................ok 2/19 # Failed test 'PMC type check' # at t/pmc/pmc.t line 102. t/pmc/pmc....................................NOK 5/19# Exited with error code: 139 # Received: # All names and ids ok. # Segmentation Fault # # Expected: # /All names and ids ok/ # t/pmc/pmc....................................ok 14/19# Looks like you failed 1 test of 19. t/pmc/pmc....................................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 5 Failed 1/19 tests, 94.74% okay (less 1 skipped test: 17 okay, 89.47%) t/pmc/ro.....................................ok 6/17 # Failed test 'ROTest (dry run) ($I0 = value.'writer'(42))' # at t/pmc/ro.t line 192. t/pmc/ro.....................................NOK 9/17# Exited with error code: 134 # Received: # src/inter_call.c:253: failed assertion 'sig_pmc->vtable->base_type == enum_class_FixedIntegerArray' # Abort # # Expected: # reached end # t/pmc/ro.....................................ok 12/17 # Failed test 'ROTest (dry run) ($I0 = value.'reader'())' # at t/pmc/ro.t line 192. t/pmc/ro.....................................NOK 13/17# Exited with error code: 134 # Received: # src/inter_call.c:253: failed assertion 'PObj_is_PMC_TEST(sig_pmc)' # Abort # # Expected: # reached end # # Failed test 'ROTest (read-only/okay) ($I0 = value.'reader'())' # at t/pmc/ro.t line 195. t/pmc/ro.....................................NOK 14/17# Exited with error code: 134 # Received: # src/inter_call.c:253: failed assertion 'PObj_is_PMC_TEST(sig_pmc)' # Abort # # Expected: # reached end # # Looks like you failed 3 tests of 17. t/pmc/ro.....................................dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 9, 13-14 Failed 3/17 tests, 82.35% okay t/dynpmc/rational............................ok 1/2 # Failed test 'version-method' # at t/dynpmc/rational.t line 45. t/dynpmc/rational............................NOK 2/2# Exited with error code: 134 # Received: # src/inter_call.c:253: failed assertion 'sig_pmc->vtable->base_type == enum_class_FixedIntegerArray' # Abort # # Expected: # 0.0.0 # # Looks like you failed 1 test of 2. t/dynpmc/rational............................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/stm/basic..................................ok 6/9 # Failed test 'GC isn't too eager' # at t/stm/basic.t line 246. t/stm/basic..................................NOK 8/9# Exited with error code: 139 # Received: # Segmentation Fault # # Expected: # ok # # Failed test 'Push limits (write and read records)' # at t/stm/basic.t line 279. t/stm/basic..................................NOK 9/9# Exited with error code: 139 # Received: # Segmentation Fault # # Expected: # done # # Looks like you failed 2 tests of 9. t/stm/basic..................................dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 8-9 Failed 2/9 tests, 77.78% okay t/stm/basic_mt............................... # Failed test 'wait (simple)' # at t/stm/basic_mt.t line 31. # Exited with error code: 134 # Received: # src/stm/backend.c:516: failed assertion 'newsub->first_read == 0' # Abort # # Expected: # okay # t/stm/basic_mt...............................ok 2/4 # Failed test 'wait + invalidate outer transcation' # at t/stm/basic_mt.t line 217. t/stm/basic_mt...............................NOK 4/4# Exited with error code: 134 # Received: # src/stm/backend.c:516: failed assertion 'newsub->first_read == 0' # Abort # # Expected: # okay # # Looks like you failed 2 tests of 4. t/stm/basic_mt...............................dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1, 4 Failed 2/4 tests, 50.00% okay (less 2 skipped tests: 0 okay, 0.00%) t/stm/runtime................................ok 1/5 # Failed test 'queue adapted for the library' t/stm/runtime................................NOK 4/5# at t/stm/runtime.t line 506. # Exited with error code: 134 # Received: # src/stm/backend.c:516: failed assertion 'newsub->first_read == 0' # Abort # # Expected: # ok # # Looks like you failed 1 test of 5. t/stm/runtime................................dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 4 Failed 1/5 tests, 80.00% okay (less 2 skipped tests: 2 okay, 40.00%) Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/dynpmc/rational.t 1 256 2 1 2 t/pmc/pmc.t 1 256 19 1 5 t/pmc/ro.t 3 768 17 3 9 13-14 t/stm/basic.t 2 512 9 2 8-9 t/stm/basic_mt.t 2 512 4 2 1 4 t/stm/runtime.t 1 256 5 1 4 (1 subtest UNEXPECTEDLY SUCCEEDED), 31 tests and 594 subtests skipped. Failed 6/585 test scripts. 10/11183 subtests failed. Files=585, Tests=11183, 1093 wallclock secs (182.71 cusr + 28.79 csys = 211.50 CPU) Failed 6/585 test programs. 10/11183 subtests failed. - Andrew