Ticket #1544 (closed bug: fixed)
t/profiling/profiling.t fails on darwin
Reported by: | dukeleto | Owned by: | jkeenan |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | testing | Version: | 2.2.0 |
Severity: | high | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | darwin |
Description
$ prove -v ./t/profiling/profiling.t ./t/profiling/profiling.t .. 1..12 ok 1 # profile creation didn't explode ok 2 # profile has a version number ok 3 # profile contains a CLI string ok 4 # profile has a say op ok 5 # profile has canonical timing information ok 6 # matcher didn't find non-existent opcode ok 7 # profile shows 'say' inside main sub not ok 8 # profile properly reflects normal control flow (simple) not ok 9 # profile properly reflects normal control flow (slightly less simple) not ok 10 # profile properly reflects tailcall control flow ok 11 # profile shows say on the correct line not ok 12 # profile shows 'say' inside nqp sub Failed 4/12 subtests Test Summary Report ------------------- ./t/profiling/profiling.t (Wstat: 0 Tests: 12 Failed: 4) Failed tests: 8-10, 12 Files=1, Tests=12, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.99 cusr 0.19 csys = 1.22 CPU) Result: FAIL
Change History
Note: See
TracTickets for help on using
tickets.