http://bugs.winehq.org/show_bug.cgi?id=17417
Summary: winetest causes msvcrt:file test to fail Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: testcases AssignedTo: wine-bugs@winehq.org ReportedBy: austin.lund@gmail.com
Running the following command:
$ ./programs/winetest/winetest -c -o out msvcrt:file && cat out
causes msvcrt:file tests to function correctly.
However if one runs:
$ ./programs/winetest/winetest -c -o out msvcrtd:debug msvcrt:file && cat out
Then I get one failure:
file.c:1057: Test failed: fstat(stdin) failed: errno=2 file.c:1066: Tests skipped: stdin is not a char device? st_mode=100666
I've had this on many recent versions. Tested with 1.1.15, 1.1.14 and 1.1.13.