Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Side by Side Diff: base/data/purify/base_unittests.exe.gtest.txt

Issue 334003: Disable the FileUtilICU tests because they hang purify (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698