http://bugs.winehq.org/show_bug.cgi?id=17813
--- Comment #1 from Dan Kegel dank@kegel.com 2009-03-22 13:50:08 --- Nah, most of the failures were spurious -- it wanted more of the source tree to run the tests. There remain two kinds of errors: 1) the DES tests:
[ RUN ] DESTest.KnownAnswerTest2 .\http\des_unittest.cc(47): error: Value of: memcmp(ciphertext, known_ciphertext, 8) Actual: 1 Expected: 0 [ FAILED ] DESTest.KnownAnswerTest2
2) the SSL tests, which might also be spurious failures; they need a certificate imported before they will run, see http://dev.chromium.org/developers/testing
I'll attach logs and a shell script that runs all the tests that still might be real failures.