Ticket #1274 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

failure in t/pmc/filehandle.t

Reported by: coke Owned by:
Priority: major Milestone: 1.8
Component: none Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

$ prove t/pmc/filehandle.t
[12:43:55] t/pmc/filehandle.t .. 1/18 
#   Failed test 'exit status'
#   at t/pmc/filehandle.t line 588.
#          got: 'expect 0 exit status: 127
# expect 1 exit status: 1
# '
#     expected: 'expect 0 exit status: 0
# expect 1 exit status: 1
# '
# Looks like you failed 1 test of 18.
[12:43:55] t/pmc/filehandle.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/18 subtests 
        (less 1 skipped subtest: 16 okay)
[12:43:56]

Test Summary Report
-------------------
t/pmc/filehandle.t (Wstat: 256 Tests: 18 Failed: 1)
  Failed test:  18
  Non-zero exit status: 1
Files=1, Tests=18,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.47 cusr  0.33 csys =  0.85 CPU)
Result: FAIL

This is at r42527; This test file was modified in r42521.

Change History

Changed 12 years ago by coke

this on OS X/x86 10.4

Changed 12 years ago by cotto

  • status changed from new to closed
  • resolution set to fixed

The problem was that . isn't in the PATH on Coke's system. The misfailure is fixed by r42528.

Note: See TracTickets for help on using tickets.