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

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

Issue 69010: Disable the negative test cases in the test... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Only disable the EXPECT_FALSE(ok) lines Created 11 years, 8 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 | « base/crypto/signature_verifier_unittest.cc ('k') | 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
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
OLDNEW
« no previous file with comments | « base/crypto/signature_verifier_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698