| OLD | NEW |
| 1 # crash Crashes in Wine | 1 # crash Crashes in Wine |
| 2 # crash-valgrind Crashes in Wine + Valgrind | 2 # crash-valgrind Crashes in Wine + Valgrind |
| 3 # dontcare Safe to ignore | 3 # dontcare Safe to ignore |
| 4 # dontcare-hangwin Ignore, hangs on Windows too | 4 # dontcare-hangwin Ignore, hangs on Windows too |
| 5 # dontcare-winfail Ignore, fails on Windows too | 5 # dontcare-winfail Ignore, fails on Windows too |
| 6 # dontcare-flaky Ignore, flaky test | 6 # dontcare-flaky Ignore, flaky test |
| 7 # dontcare-hang Ignore, hangs we don't care about | 7 # dontcare-hang Ignore, hangs we don't care about |
| 8 # fail Fails, needs triaging or needs to be fixed | 8 # fail Fails, needs triaging or needs to be fixed |
| 9 # fail-valgrind Fails only under Valgrind | 9 # fail-valgrind Fails only under Valgrind |
| 10 # fail_wine_vmware Fails in Wine under VMware? TODO(dank) clarify | 10 # fail_wine_vmware Fails in Wine under VMware? TODO(dank) clarify |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | 40 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate |
| 41 SSLClientSocketTest.Read_FullDuplex | 41 SSLClientSocketTest.Read_FullDuplex |
| 42 | 42 |
| 43 # fail | 43 # fail |
| 44 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | 44 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate |
| 45 SSLClientSocketTest.Read_SmallChunks | 45 SSLClientSocketTest.Read_SmallChunks |
| 46 | 46 |
| 47 # fail | 47 # fail |
| 48 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate | 48 # https/ssl failing on the bot, bad Wine? TODO(thestig): investigate |
| 49 URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest | 49 URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest |
| OLD | NEW |