http://bugs.winehq.org/show_bug.cgi?id=14841
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|ntdll: file.ok fails in |ntdll: file.ok flaky |OpenSolaris but not Linux |
--- Comment #4 from Dan Kegel dank@kegel.com 2011-10-11 17:29:27 CDT --- The source says
a6ecf0a7 (Alexandre Julliard 2007-04-09 12:23:13 +0200 509) /* iosb updated here by async i/o */ a6ecf0a7 (Alexandre Julliard 2007-04-09 12:23:13 +0200 510) Sleep(1); /* FIXME: needed for wine to run the i/o apc */ a6ecf0a7 (Alexandre Julliard 2007-04-09 12:23:13 +0200 511) ok( U(iosb).Status == 0, "wrong status %x\n", U(iosb).Status );
so I guess that Sleep(1) is not always sufficient.