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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 # fail_wine_vmware | 76 # fail_wine_vmware |
77 RenderProcessTest.TestTransportDIBAllocation | 77 RenderProcessTest.TestTransportDIBAllocation |
78 | 78 |
79 # hang-valgrind | 79 # hang-valgrind |
80 # Not really a hang, just takes 30 minutes | 80 # Not really a hang, just takes 30 minutes |
81 ExtensionAPIClientTest.* | 81 ExtensionAPIClientTest.* |
82 | 82 |
83 # hang-valgrind | 83 # hang-valgrind |
84 # http://crbug.com/33446 | 84 # http://crbug.com/33446 |
85 Win32WifiDataProviderTest.* | 85 Win32WifiDataProviderTest.* |
OLD | NEW |