[Bug 17810] Base unittests for chromium fail under Wine

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Oct 12 17:46:05 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=17810


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from Dan Kegel <dank at kegel.com>  2009-10-12 17:46:05 ---
Thanks, ProcessUtilTest.EnableLFH now passes.
So the --gtest_filter to use is now just
-DirectoryWatcherTest.*
(although when valgrinding you also want to append
:StatsTableTest.MultipleProcesses:TimeTicks.WinRollover
because those two tests take forever).

With that filter, the tests now run to completion, so
I'm closing this bug, and opening new ones for individual
failures that are worth fixing.

With current chromium, you also need to run in the source tree to get 
src/base/data/file_version_info_unittest/FileVersionInfoTest1.dll
(else FileVersionInfoTest.HardCodedProperties will crash)
and you need to copy src/third_party/icu/icudt42.dll into
the directory you're running in (else lots of tests will fail).

The current list of failing tests is

[  FAILED  ] BaseWinUtilTest.FormatMessageW
[  FAILED  ] FileUtilTest.CountFilesCreatedAfter
[  FAILED  ] FileUtilTest.GetFileCreationLocalTime
[  FAILED  ] HMACTest.HMACObjectReuse
[  FAILED  ] HMACTest.HmacSafeBrowsingResponseTest
[  FAILED  ] HMACTest.RFC2202TestCases
[  FAILED  ] PEImageTest.EnumeratesPE
[  FAILED  ] ProcessUtilTest.GetAppOutput
[  FAILED  ] RSAPrivateKeyUnitTest.InitRandomTest
[  FAILED  ] RSAPrivateKeyUnitTest.PublicKeyTest
[  FAILED  ] RSAPrivateKeyUnitTest.ShortIntegers
[  FAILED  ] SignatureCreatorTest.BasicTest
[  FAILED  ] SignatureVerifierTest.BasicTest
[  FAILED  ] StackTrace.OutputToStream
[  FAILED  ] WMIUtilTest.TestCreateClassMethod
[  FAILED  ] WMIUtilTest.TestLaunchProcess
[  FAILED  ] WMIUtilTest.TestLocalConnectionNoSecurityBlanket
[  FAILED  ] WMIUtilTest.TestLocalConnectionSecurityBlanket

-- 
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