Skip Menu |

This queue is for tickets about the File-Copy-Reliable CPAN distribution.

Report information
The Basics
Id: 132710
Status: new
Priority: 0/
Queue: File-Copy-Reliable

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.32
Fixed in: (no value)



Subject: Unknown error
Sometimes the test suite fails with an "Unknown error" (seen for example on a FreeBSD 13 system with perl 5.30.2): ... # Failed test 'rethrows copy error' # at t/simple.t line 68. # expecting: Regexp ((?^:copy_reliable\(t/pod.t, t/tmp/pod.t\) failed: Unknown error:? 3141)) # found: copy_reliable(t/pod.t, t/tmp/pod.t) failed: 3141 at t/simple.t line 67. # Failed test 'rethrows move error' # at t/simple.t line 86. # expecting: Regexp ((?^:move_reliable\(t/pod.t, t/tmp/pod.t\) failed: Unknown error:? 3142)) # found: move_reliable(t/pod.t, t/tmp/pod.t) failed: 3142 at t/simple.t line 85. # Looks like you failed 2 tests of 22. t/simple.t ........ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/22 subtests ...