http://bugs.winehq.org/show_bug.cgi?id=17810
Summary: Base unittests for chromium fail under Wine Product: Wine Version: 1.1.17 Platform: Other URL: http://chromium.org OS/Version: other Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
base_unittests.exe currently does not run to completion under wine.
You can repeat the whole test by doing wget http://kegel.com/wine/base_unittests.tgz tar -xzvf base_unittests.tgz wine base_unittests.exe
The first problem is that it hangs on DirectoryWatcherTest.NewFile. You can repeat this specific problem with wine base_unittests.exe --gtest_filter=DirectoryWatcherTest.NewFile