Ticket #227 (closed bug: invalid)
t/op/pushaction fails with runcore PBC
| Reported by: | dmajnemer | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | testing | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: | linux |
Description
perl t/harness --gc-debug --running-make-test -r t/op/pushaction.t
t/op/pushaction....NOK 6/7
# Failed test 'pushaction as closure'
# at t/op/pushaction.t line 100.
# Exited with error code: 1
# Received:
# main
# at popmark, flag = 0
# a = Null PMC in say
# current instr.: 'exit_handler' pc 32 (/local/scratch/dmajnem2/parrot/t/op/pushaction_6.pir:22)
# called from Sub 'main' pc 15 (/local/scratch/dmajnem2/parrot/t/op/pushaction_6.pir:11)
#
# Expected:
# main
# at popmark, flag = 0
# a = 42
#
# Looks like you failed 1 test of 7.
t/op/pushaction....dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 6
Failed 1/7 tests, 85.71% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/op/pushaction.t 1 256 7 1 6
Failed 1/1 test scripts. 1/7 subtests failed.
Files=1, Tests=7, 0 wallclock secs ( 0.18 cusr + 0.05 csys = 0.23 CPU)
Failed 1/1 test programs. 1/7 subtests failed.
icc --version
icc (ICC) 10.1 20080801
Change History
Note: See
TracTickets for help on using
tickets.
