Skip Menu |

This queue is for tickets about the Test-EOL CPAN distribution.

Report information
The Basics
Id: 76037
Status: resolved
Priority: 0/
Queue: Test-EOL

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

Bug Information
Severity: Critical
Broken in:
  • 1.1
  • 1.2
  • 1.3
Fixed in: (no value)



Subject: t/11-all.t failures on Win32
Test::EOL 1.1 fails to install on Win32 due to some failing tests: t/00-compile.t ............ ok t/11-all.t ................ ok # Failed test 'windows EOL found in tmp file2 ' # at t/12-fail.t line 36. # 'not ok 1 - No incorrect line endings in 'C:\Users\Dolmen\Ap pData\Local\Temp\N_4ecFpkQh/iCXHfZgaSb.pL' on line 8: [\r][\r][\r][\r][\r][\r] # 1..1 # ' # doesn't match '(?^m:^not ok 1 - No incorrect line endings in '[^']*' on\ l ine\ 8\:\ \[\\r\]\[\\r\]\[\\r\]\[\\r\]\[\\r\]\[\\r\]\[\\r\])' # Failed test 'windows EOL found in tmp file 3' # at t/12-fail.t line 46. # 'not ok 1 - No incorrect line endings in 'C:\Users\Dolmen\Ap pData\Local\Temp\uNOctXAvrl\jxYCpAJOy_.pm' on line 9: [\r][\r] # 1..1 # ' # doesn't match '(?^m:^not ok 1 - No incorrect line endings in '[^']*' on\ l ine\ 9\:\ \[\\r\]\[\\r\]\[\\r\])' # Looks like you failed 2 tests of 9. t/12-fail.t ............... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/9 subtests t/13-latin1.t ............. ok t/release-no-tabs.t ....... skipped: these tests are for release candidate testi ng t/release-pod-coverage.t .. skipped: these tests are for release candidate testi ng t/release-pod-syntax.t .... skipped: these tests are for release candidate testi ng Test Summary Report ------------------- t/12-fail.t (Wstat: 512 Tests: 9 Failed: 2) Failed tests: 5, 7 Non-zero exit status: 2 Files=7, Tests=18, 2 wallclock secs ( 0.12 usr + 0.06 sys = 0.19 CPU) Result: FAIL Failed 1/7 test programs. 2/18 subtests failed. -- Olivier Mengué - http://perlresume.org/DOLMEN
Le 2012-03-26 01:02:02, DOLMEN a écrit : Show quoted text
> Test::EOL 1.1 fails to install on Win32 due to some failing tests:
Still not fixed in 1.3. Here is a cpantesters report that confirms the issue: http://www.cpantesters.org/cpan/report/e270e49c-878e-1015-ad08-a09405085451 -- Olivier Mengué - http://perlresume.org/DOLMEN
Subject: [PATCH] t/12-fail.t failures on Win32
Thanks very much! I've applied your patches and released a new version.