http://bugs.winehq.org/show_bug.cgi?id=20628
Summary: chromium's ipc_tests.exe's IPCChannelTest.ChannelTest fails occasionally Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
On Wine, but not on Windows, the command wine src/chrome/Debug/ipc_tests.exe --gtest_filter=IPCChannelTest.ChannelTest fails about 5% of the time. (You may need to run it several hundred times to see the first failures.) Sadly, with +relay it never fails.
Related source: http://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_tests.cc http://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_channel_win.cc
To repeat: $ wget http://kegel.com/wine/chromium/chromium-tests.tar.bz2 $ tar -xjvf chromium-tests.tar.bz2 $ while true do wine src/chrome/Debug/ipc_tests.exe --gtest_filter=IPCChannelTest.ChannelTest
log 2>&1
grep FAILED log && break done