http://bugs.winehq.org/show_bug.cgi?id=20390
--- Comment #1 from Dan Kegel dank@kegel.com 2009-10-16 23:35:57 --- To repeat, optionally install the test root cert as described by Juan in bug 20370, then do wget http://kegel.com/wine/chromium/chromium-tests.tar.bz2 tar -xjvf chromium-tests.tar.bz2 more chromium-runtests.sh sh chromium-runtests.sh
This runs the base, net, ipc, and unit test suites from Chromium. They all pass on Windows (except for X509CertificateTest.PaypalNullCertParsing, which was broken in this snapshot, and was fixed shortly thereafter).
(Once the hangs are fixed, you can do grep FAIL src/chrome/Debug/*tests/run*/*.log to look for failed tests, but those all deserve their own bugs.)