Skip Menu |

This queue is for tickets about the PerlIO-unicodeeol CPAN distribution.

Report information
The Basics
Id: 93031
Status: resolved
Worked: 15 min
Priority: 0/
Queue: PerlIO-unicodeeol

People
Owner: PCM [...] cpan.org
Requestors: rjbs [...] cpan.org
Cc:
AdminCc:

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



Subject: doesn't pass tests on my Win7 virtual machine
C:\strawberry\perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e cp -- unicodeeol. bs blib\arch\auto\PerlIO\unicodeeol\unicodeeol.bs C:\strawberry\perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e chmod -- 644 blib \arch\auto\PerlIO\unicodeeol\unicodeeol.bs C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t # Failed test 'Line 4+5 - matched' # at t/01-basic.t line 15. # got: 'Line 4 # ' # expected: 'Line 4┬àLine 5┬å # ' # Failed test 'Line 6+7+8 - matched' # at t/01-basic.t line 16. # got: 'Line 5å # ' # expected: 'Line 6ΓÇ¿Line 7ΓÇ⌐Line 8Γü # ' # Failed test 'Line 9 - matched' # at t/01-basic.t line 17. # got: 'Line 6 # ' # expected: 'Line 9ΓǬ # ' # Looks like you failed 3 tests of 7. t/01-basic.t .. Dubious, test returned 3 (wstat 768, 0x300) Failed 3/7 subtests utf8 "\xE2" does not map to Unicode at t/02-utf8.t line 20, <DATA> line 8. t/02-utf8.t ... ok Test Summary Report ------------------- t/01-basic.t (Wstat: 768 Tests: 7 Failed: 3) Failed tests: 5-7 Non-zero exit status: 3 Files=2, Tests=17, 0 wallclock secs ( 0.03 usr + 0.00 sys = 0.03 CPU) Result: FAIL Failed 1/2 test programs. 3/17 subtests failed. dmake.exe: Error code 255, while making 'test_dynamic' -> FAIL Installing PerlIO::unicodeeol failed. See C:\Users\RICARD~1\.cpanm\build .log for details. -- rjbs
Time for me to get a Win7 VM of my own!
My t/01-basic test had a 'use utf8;' at the top, which was completely unnecessary and actively harmful. Removing that, all tests pass. I've uploaded this as 0.03; waiting to see it show up on CPAN so I can confirm for myself that it passes.
Subject: Re: [rt.cpan.org #93031] doesn't pass tests on my Win7 virtual machine
Date: Mon, 17 Feb 2014 08:08:24 -0500
To: Peter Martini via RT <bug-PerlIO-unicodeeol [...] rt.cpan.org>
From: Ricardo Signes <rjbs [...] cpan.org>
* Peter Martini via RT <bug-PerlIO-unicodeeol@rt.cpan.org> [2014-02-17T00:48:26] Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=93031 > > > My t/01-basic test had a 'use utf8;' at the top, which was completely > unnecessary and actively harmful. Removing that, all tests pass. I've > uploaded this as 0.03; waiting to see it show up on CPAN so I can confirm for > myself that it passes.
"All tests successful." -- rjbs
Download signature.asc
application/pgp-signature 490b

Message body not shown because it is not plain text.

Resolving per above