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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 # fail-valgrind | 87 # fail-valgrind |
88 # fails under wine + valgrind TODO(thestig): investigate | 88 # fails under wine + valgrind TODO(thestig): investigate |
89 StatsTableTest.StatsRate | 89 StatsTableTest.StatsRate |
90 | 90 |
91 # fail-valgrind | 91 # fail-valgrind |
92 # fails under wine + valgrind TODO(thestig): investigate | 92 # fails under wine + valgrind TODO(thestig): investigate |
93 StatsTableTest.StatsScope | 93 StatsTableTest.StatsScope |
94 | 94 |
95 # dontcare | 95 # dontcare |
96 WMIUtilTest.* | 96 WMIUtilTest.* |
OLD | NEW |