http://bugs.winehq.org/show_bug.cgi?id=35587
Riccardo c10ud.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #48212|0 |1 is obsolete| |
--- Comment #20 from Riccardo c10ud.dev@gmail.com --- Created attachment 48215 --> http://bugs.winehq.org/attachment.cgi?id=48215 Test case for overlapped IO - version 2
Better version of the test case, thanks to focht suggestions on #wine.
compile with: gcc -o testio.exe testio.c
usage: (windows) testio.exe bigfile (wine) wine testio.exe bigfile
sample run: - windows xp sp3: Large read: 15 for 11128460 bytes - overlapped: 0 Small reads: 14500 for 11128460 bytes - overlapped (total: 2782115): 2782115
- wine 1.7.16 ubuntu 14.04 x64 kernel 3.13.0-24-generic: Large read: 15 for 11128460 bytes - overlapped: 0 Small reads: 44849 for 11128460 bytes - overlapped (total: 2782115): 0