blob: a7658a96bec3da4efd62d3d96fda36de7e5da601 (
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
|
# this test causes Purify to get completely confused, aborting the test and
# popping up 10 or more error dialogs
StatsTableTest.MultipleProcesses
# see bug 1151158
# causes purify to occasionally crash, possibly the same reason as 1110206 below
StatsTableTest.MultipleThreads
# this test takes a really long time to run in Purify
TimeTicks.Rollover
TimeTicks.WinRollover
# see bug 1110206
ConditionVariableTest.LargeFastTaskTest
# see bug 1150075
MessageLoopTest.Crasher*
# see bug 1195707
WMIUtilTest.*
# see issue 7412
ScopedTempDir.*
# see issue 7477
ObserverListThreadSafeTest.CrossThreadObserver
ObserverListThreadSafeTest.CrossThreadNotifications
# see bug 10031
SignatureVerifierTest.BasicTest
#See issue 24341, this test is hanging in purify.
FileUtilICUTest.ReplaceIllegalCharactersTest
|