Ticket #1555 (closed bug: fixed)
t/op/lexicals.t failures
Reported by: | coke | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | none | Version: | trunk |
Severity: | high | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
These need to get resolved before the 2.3.0 release.
Test Summary Report ------------------- t/op/lexicals.t (Wstat: 768 Tests: 58 Failed: 3) Failed tests: 8, 32, 39 Non-zero exit status: 3
# Failed test 'api parsing' # at t/op/lexicals.t line 114. # Exited with error code: 1 # Received: # Lexical 'a' not found # current instr.: 'main' pc 3 (/Users/coke/sandbox/parrot/t/op/lexicals_8.pir:5) # # Expected: # ok # ok # # Failed test 'closure 8' # at t/op/lexicals.t line 826. # 'Lexical '$x' not found # current instr.: 'anon_1' pc 18 (/Users/coke/sandbox/parrot/t/op/lexicals_32.pir:17) # called from Sub 'main' pc 11 (/Users/coke/sandbox/parrot/t/op/lexicals_32.pir:11) # ' # doesn't match '/Null PMC access/ # ' # './parrot "/Users/coke/sandbox/parrot/t/op/lexicals_32.pir"' failed with exit code 1 # Failed test 'package-scoped closure 4 - autoclose' # at t/op/lexicals.t line 1019. # 'Lexical '$x' not found # current instr.: '&g' pc 6 (/Users/coke/sandbox/parrot/t/op/lexicals_39.pir:13) # called from Sub '&main' pc 19 (/Users/coke/sandbox/parrot/t/op/lexicals_39.pir:17) # ' # doesn't match '/Null PMC access/ # ' # './parrot "/Users/coke/sandbox/parrot/t/op/lexicals_39.pir"' failed with exit code 1 # ' # './parrot "/Users/coke/sandbox/parrot/t/op/lexicals_39.pir"' failed with exit code 1 # Looks like you failed 3 tests of 58.
Change History
Note: See
TracTickets for help on using
tickets.