Ticket #2096 (closed bug: fixed)
t/dynoplibs/debug.t: fails one test on some Darwin
Reported by: | gbens | Owned by: | jkeenan |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | testing | Version: | 3.2.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | darwin |
Description (last modified by jkeenan) (diff)
In my smolder reports from Mac OS 10.6.4 (10F569) Darwin 10.4.0, this test consistently fails:
t/dynoplibs/debug.t .. 1..12 ok 1 - getline, getfile ok 2 - debug_print ok 3 - debug_print without debugger ok 4 - debug_backtrace not ok 5 - debug_break # Failed test 'debug_break' # at lib/Parrot/Test.pm line 636. # ' # 1 # # ' # doesn't match '(?-xism:[(]pdb[)] (print I0\n)?1)' ok 6 - debug backtrace - Null PMC access ok 7 - debug backtrace - method not found ok 8 - debug backtrace - division by 0 ok 9 - debug backtrace - recursion 1 ok 10 - debug backtrace - recursion 2 ok 11 - setfile and setline ok 12 - setfile and setline # Looks like you failed 1 test of 12. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests Test Summary Report ------------------- t/dynoplibs/debug.t (Wstat: 256 Tests: 12 Failed: 1) Failed test: 5 Non-zero exit status: 1 Files=1, Tests=12, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.19 cusr 0.16 csys = 0.41 CPU) Result: FAIL Failed 1/1 test programs. 1/12 subtests failed.
Change History
Note: See
TracTickets for help on using
tickets.