| 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 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 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 | 28 |
| 29 # see bug 10031 | 29 # see bug 10031 |
| 30 SignatureVerifierTest.BasicTest | 30 SignatureVerifierTest.BasicTest |
| 31 | 31 |
| 32 #See issue 24341, this test is hanging in purify. | 32 # See issue 24341 / 25598, this test is hanging in purify. |
| 33 FileUtilICUTest.ReplaceIllegalCharactersTest | 33 FileUtilICUTest.* |
| OLD | NEW |