wine --version wine-11.14 winecfg /v win2k
ls listbox* listbox.c listbox.exe listbox.obj WINETEST_PLATFORM=wine wine listbox.exe --log && ! grep ' [0-9]*[1-9] failures' *.log && touch listbox.ok
ls listbox* listbox.c listbox.exe listbox.log listbox.obj listbox.ok
tail -1 listbox.log listbox: 312 tests executed (3 marked as todo, 0 failures), 0 skipped, status
http://bugs.winehq.org/show_bug.cgi?id=12426 --- Comment #8 from Janne <janne.kekkonen@gmail.com> --- Hello, according to backtrace, listbox.exe was started with this command. WINETEST_PLATFORM=wine wine listbox.exe --log && ! grep ' [0-9]*[1-9] failures' *.log && touch listbox.ok Tested this with Wine 11.14 configured as Windows 2k. listbox.exe doesn't crash. According to listbox.log there were no failures. Terminal log: 0.
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.