[Bug 20606] New: chromium's base_unittest.exe fails on StatsTableTest.MultipleProcesses, but only with warn+heap

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 7 15:16:51 CST 2009


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 at winehq.org
        ReportedBy: dank at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list