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 |
11 # flaky-valgrind Flaky under Valgrind, needs investigation | 11 # flaky-valgrind Flaky under Valgrind, needs investigation |
12 # hang Test that hangs for some reason | 12 # hang Test that hangs for some reason |
13 # hang-valgrind Test that hangs under valgrind, or just takes too long | 13 # hang-valgrind Test that hangs under valgrind, or just takes too long |
14 | 14 |
15 # dontcare | 15 # dontcare |
16 BaseWinUtilTest.FormatMessageW | 16 BaseWinUtilTest.FormatMessageW |
17 | 17 |
18 # fail-valgrind | 18 # fail-valgrind |
19 # fails under wine + valgrind TODO(thestig): investigate | 19 # fails under wine + valgrind TODO(thestig): investigate |
20 ConditionVariableTest.LargeFastTaskTest | 20 ConditionVariableTest.LargeFastTaskTest |
21 | 21 |
22 # dontcare-hang | |
23 DirectoryWatcherTest.* | |
24 | |
25 # hang | 22 # hang |
26 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.ControlTrace() not yet
implemented | 23 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.ControlTrace() not yet
implemented |
27 EtwTraceControllerTest.EnableDisable | 24 EtwTraceControllerTest.EnableDisable |
28 | 25 |
29 # crash | 26 # crash |
30 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.OpenTrace() unimplement
ed | 27 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.OpenTrace() unimplement
ed |
31 EtwTraceConsumer*Test.* | 28 EtwTraceConsumer*Test.* |
32 | 29 |
33 # crash | 30 # crash |
34 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.RegisterTraceGuids() un
implemented | 31 # http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.RegisterTraceGuids() un
implemented |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 StatsTableTest.StatsCounterTimer | 85 StatsTableTest.StatsCounterTimer |
89 | 86 |
90 # fail-valgrind | 87 # fail-valgrind |
91 # fails under wine + valgrind TODO(thestig): investigate | 88 # fails under wine + valgrind TODO(thestig): investigate |
92 StatsTableTest.StatsRate | 89 StatsTableTest.StatsRate |
93 | 90 |
94 # fail-valgrind | 91 # fail-valgrind |
95 # fails under wine + valgrind TODO(thestig): investigate | 92 # fails under wine + valgrind TODO(thestig): investigate |
96 StatsTableTest.StatsScope | 93 StatsTableTest.StatsScope |
97 | 94 |
98 # flaky-valgrind | |
99 # fails half the time under valgrind, timing issue? | |
100 TimeTicks.Deltas | |
101 | |
102 # dontcare-winfail | |
103 # fails if run individually on windows | |
104 TimeTicks.HighResNow | |
105 | |
106 # hang-valgrind | |
107 TimerTest.RepeatingTimer* | |
108 | |
109 # hang-valgrind | |
110 # not really a hang, takes 1000 seconds | |
111 TimeTicks.WinRollover | |
112 | |
113 # dontcare | 95 # dontcare |
114 WMIUtilTest.* | 96 WMIUtilTest.* |
OLD | NEW |