summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/gtest_exclude/base_unittests.gtest_wine.txt
blob: 17d30852988575164f5631ecac31f3da90444a29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# crash             Crashes in Wine
# crash-valgrind    Crashes in Wine + Valgrind
# dontcare          Safe to ignore
# dontcare-hangwin  Ignore, hangs on Windows too
# dontcare-winfail  Ignore, fails on Windows too
# dontcare-flaky    Ignore, flaky test
# dontcare-hang     Ignore, hangs we don't care about
# fail              Fails, needs triaging or needs to be fixed
# fail-valgrind     Fails only under Valgrind
# fail_wine_vmware  Fails in Wine under VMware? TODO(dank) clarify
# flaky-valgrind    Flaky under Valgrind, needs investigation
# hang              Test that hangs for some reason
# hang-valgrind     Test that hangs under valgrind, or just takes too long

# dontcare
BaseWinUtilTest.FormatMessageW

# fail-valgrind
# fails under wine + valgrind TODO(thestig): investigate
ConditionVariableTest.LargeFastTaskTest

# hang
# http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.ControlTrace() not yet implemented
EtwTraceControllerTest.EnableDisable

# crash
# http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.OpenTrace() unimplemented
EtwTraceConsumer*Test.*

# crash
# http://bugs.winehq.org/show_bug.cgi?id=20946, advapi32.RegisterTraceGuids() unimplemented
EtwTraceProvider*Test.*

# dontcare
FileUtilTest.CountFilesCreatedAfter

# dontcare
FileUtilTest.GetFileCreationLocalTime

# fail
# http://bugs.winehq.org/show_bug.cgi?id=20340
HMACTest.HMACObjectReuse

# fail
# http://bugs.winehq.org/show_bug.cgi?id=20340
HMACTest.HmacSafeBrowsingResponseTest

# fail
# http://bugs.winehq.org/show_bug.cgi?id=20340
HMACTest.RFC2202TestCases

# hang-valgrind
# not really a hang, takes 400 seconds
JSONReaderTest.Reading

# dontcare
# Alexandre Julliard triaged
PEImageTest.EnumeratesPE

# fail-valgrind
# fails under wine + valgrind TODO(thestig): investigate
ProcessUtilTest.CalcFreeMemory

# fail-valgrind
# fails under wine + valgrind TODO(thestig): investigate
ProcessUtilTest.KillSlowChild

# fail-valgrind
# fails under wine + valgrind TODO(thestig): investigate
ProcessUtilTest.SpawnChild

# hang-valgrind
# not really a hang, takes 300 seconds
RSAPrivateKeyUnitTest.InitRandomTest

# fail_wine_vmware
RSAPrivateKeyUnitTest.ShortIntegers

# dontcare-flaky
# http://bugs.winehq.org/show_bug.cgi?id=20606
StatsTableTest.MultipleProcesses

# flaky-valgrind
# flaky, timing issues? TODO(thestig): investigate
StatsTableTest.StatsCounterTimer

# fail-valgrind
# fails under wine + valgrind TODO(thestig): investigate
StatsTableTest.StatsRate

# fail-valgrind
# fails under wine + valgrind TODO(thestig): investigate
StatsTableTest.StatsScope

# dontcare
WMIUtilTest.*