OLD | NEW |
| (Empty) |
1 # crash Crashes in Wine | |
2 # crash-valgrind Crashes in Wine + Valgrind | |
3 # dontcare Safe to ignore | |
4 # dontcare-hangwin Ignore, hangs on Windows too | |
5 # dontcare-winfail Ignore, fails on Windows too | |
6 # dontcare-flaky Ignore, flaky test | |
7 # dontcare-hang Ignore, hangs we don't care about | |
8 # fail Fails, needs triaging or needs to be fixed | |
9 # fail-valgrind Fails only under Valgrind | |
10 # fail_wine_vmware Fails in Wine under VMware? TODO(dank) clarify | |
11 # flaky-valgrind Flaky under Valgrind, needs investigation | |
12 # hang Test that hangs for some reason | |
13 # hang-valgrind Test that hangs under valgrind, or just takes too long | |
14 | |
15 # fail | |
16 http://bugs.winehq.org/show_bug.cgi?id=20748 | |
17 SSLClientSocketTest.Read_Interrupted | |
18 | |
19 # fail | |
20 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | |
21 HTTPSRequestTest.HTTPSExpiredTest | |
22 | |
23 # fail | |
24 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | |
25 HTTPSRequestTest.HTTPSGetTest | |
26 | |
27 # fail | |
28 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | |
29 HTTPSRequestTest.HTTPSMismatchedTest | |
30 | |
31 # fail | |
32 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | |
33 SSLClientSocketTest.Connect | |
34 | |
35 # fail | |
36 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | |
37 SSLClientSocketTest.Read | |
38 | |
39 # fail | |
40 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | |
41 SSLClientSocketTest.Read_FullDuplex | |
42 | |
43 # fail | |
44 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | |
45 SSLClientSocketTest.Read_SmallChunks | |
46 | |
47 # fail | |
48 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | |
49 URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest | |
OLD | NEW |