Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 129819
Status: open
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: twata_1 [...] yahoo.co.jp
Cc:
AdminCc:

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



Subject: 21stream-2write.t and 21stream-3split.t fails on Windows 7
Hi, I'm sorry if it's the only inherent problem of my laptop. Somehow 21stream-2write.t and 21stream-3split.t seem to fail in my laptop. Please see the attached file. [Environment] Windows 7 32bit NUMBER_OF_PROCESSORS = 4 PROCESSOR_IDENTIFIER = x86 Family 6 Model 37 Stepping 5, GenuineIntel Strawberry Perl 5.26.1 (MSWin32-x86-multi-thread-64int) Module Version ---------------- ---------- Exporter 5.72 File::stat 1.07 Future 0.41 Future::IO 0.05 Future::Utils 0.41 IO::Poll 1.39 Socket 2.029 Storable 3.12_04 Struct::Dumb 0.09 Time::HiRes 1.9760_02 File::Temp 0.2309 Test::Fatal 0.014 Test::Identity 0.01 Test::More 1.302162 Test::Refcount 0.08 Module::Build 0.42_28 Thank you, -- twata
Subject: build.log
Download build.log
application/octet-stream 5.5k

Message body not shown because it is not plain text.

Relevant part of the log: # Failed test 'data after writing buffer with write_len=2 without write_all' # at t\21stream-2write.t line 229. # got: '' # expected: 'pa' # Failed test 'data finally after writing buffer with write_len=2 without write_all' # at t\21stream-2write.t line 233. # got: 'partial' # expected: 'rtial' # Looks like you failed 2 tests of 57. t\21stream-2write.t .......... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/57 subtests (less 5 skipped subtests: 50 okay) # Failed test '$S4 receives data from split stream' # at t\21stream-3split.t line 71. # got: '' # expected: 'message # ' # Failed test 'stream-written text appears after reopen' # at t\21stream-3split.t line 155. # got: 'message # more text' # expected: 'more text' # Looks like you failed 2 tests of 21. t\21stream-3split.t .......... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/21 subtests -- Paul Evans
Hi, Under IO::Async 0.74, t\21stream-4encoding.t also seems to fail. Please see the attached file. Relevant part of the log: # Failed test 'UTF-8 bytes written by ->write string' # at t\21stream-4encoding.t line 119. # got: '' # expected: 'ト・ # Failed test 'First UTF-8 byte written with write_len 1' # at t\21stream-4encoding.t line 128. # got: 'ト・ # expected: 'ト' # Failed test 'Remaining UTF-8 byte written with write_len 1' # at t\21stream-4encoding.t line 131. # got: 'ト・ # expected: '・ # Looks like you failed 3 tests of 9. t\21stream-4encoding.t ....... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/9 subtests Thank you, -- twata On 2019-6月-23 日 16:42:06, PEVANS wrote: Show quoted text
> Relevant part of the log: > > # Failed test 'data after writing buffer with write_len=2 without > write_all' > # at t\21stream-2write.t line 229. > # got: '' > # expected: 'pa' > > # Failed test 'data finally after writing buffer with write_len=2 > without write_all' > # at t\21stream-2write.t line 233. > # got: 'partial' > # expected: 'rtial' > # Looks like you failed 2 tests of 57. > t\21stream-2write.t .......... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/57 subtests > (less 5 skipped subtests: 50 okay) > > # Failed test '$S4 receives data from split stream' > # at t\21stream-3split.t line 71. > # got: '' > # expected: 'message > # ' > > # Failed test 'stream-written text appears after reopen' > # at t\21stream-3split.t line 155. > # got: 'message > # more text' > # expected: 'more text' > # Looks like you failed 2 tests of 21. > t\21stream-3split.t .......... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/21 subtests
Subject: build-0.74.log
Download build-0.74.log
application/octet-stream 6.2k

Message body not shown because it is not plain text.