| OLD | NEW |
| 1 # this test causes Purify to get completely confused, aborting the test and | 1 # this test causes Purify to get completely confused, aborting the test and |
| 2 # popping up 10 or more error dialogs | 2 # popping up 10 or more error dialogs |
| 3 StatsTableTest.MultipleProcesses | 3 StatsTableTest.MultipleProcesses |
| 4 | 4 |
| 5 # see bug 1151158 | 5 # see bug 1151158 |
| 6 # causes purify to occasionally crash, possibly the same reason as 1110206 below | 6 # causes purify to occasionally crash, possibly the same reason as 1110206 below |
| 7 StatsTableTest.MultipleThreads | 7 StatsTableTest.MultipleThreads |
| 8 | 8 |
| 9 # this test takes a really long time to run in Purify | 9 # this test takes a really long time to run in Purify |
| 10 TimeTicks.Rollover | 10 TimeTicks.Rollover |
| 11 TimeTicks.WinRollover | 11 TimeTicks.WinRollover |
| 12 | 12 |
| 13 # see bug 1110206 | 13 # see bug 1110206 |
| 14 ConditionVariableTest.LargeFastTaskTest | 14 ConditionVariableTest.LargeFastTaskTest |
| 15 | 15 |
| 16 # see bug 1150075 | 16 # see bug 1150075 |
| 17 MessageLoopTest.Crasher* | 17 MessageLoopTest.Crasher* |
| 18 | 18 |
| 19 # see bug 1195707 | 19 # see bug 1195707 |
| 20 WMIUtilTest.* | 20 WMIUtilTest.* |
| 21 | 21 |
| 22 # see issue 7412 | 22 # see issue 7412 |
| 23 ScopedTempDir.* | 23 ScopedTempDir.* |
| 24 | 24 |
| 25 # see issue 7477 | 25 # see issue 7477 |
| 26 ObserverListThreadSafeTest.CrossThreadObserver | 26 ObserverListThreadSafeTest.CrossThreadObserver |
| 27 ObserverListThreadSafeTest.CrossThreadNotifications | 27 ObserverListThreadSafeTest.CrossThreadNotifications |
| 28 |
| 29 # see bug 10031 |
| 30 SignatureVerifierTest.BasicTest |
| OLD | NEW |