http://bugs.winehq.org/show_bug.cgi?id=20606
Summary: chromium's base_unittest.exe fails on StatsTableTest.MultipleProcesses, but only with warn+heap Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
When run with warn+heap or valgrind, the test fails with
[ RUN ] StatsTableTest.MultipleProcesses .\stats_table_unittest.cc(231): error: Value of: table.GetCounterValue(name) Actual: 24947 Expected: 1313 * kMaxProcs Which is: 26260 [ FAILED ] StatsTableTest.MultipleProcesses (10647 ms)
To reproduce: wget http://kegel.com/wine/chromium/chromium-tests.tar.bz2 tar -xjvf chromium-tests.tar.bz2 WINEDEBUG=warn+heap src/chrome/debug/base_unittests.exe --gtest_filter=StatsTableTest.MultipleProcesses
See also http://crbug.com/10611 for analysis of a similar problem on linux and mac; they think it fails there because flock() didn't work across threads, or something.
I suspect this is a problem with the test rather than with wine, just recording it here for posterity. We can reopen it if it turns out to really be a wine bug.