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

Side by Side Diff: tools/valgrind/gtest_exclude/unit_tests.gtest.txt

Issue 7663006: Exclude a flaky test from Valgrind runs because leak check is slower than the test expects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 # Hangs sometimes; see http://crbug.com/22146 1 # Hangs sometimes; see http://crbug.com/22146
2 VisitedLinkEventsTest.Coalescense 2 VisitedLinkEventsTest.Coalescense
3 # Hangs sometimes; see http://crbug.com/22160 3 # Hangs sometimes; see http://crbug.com/22160
4 VisitedLinkRelayTest.Basics 4 VisitedLinkRelayTest.Basics
5 # Hangs (or takes forever?) reliably on bots; see http://crbug.com/23580 5 # Hangs (or takes forever?) reliably on bots; see http://crbug.com/23580
6 RenderViewTest.ImeComposition 6 RenderViewTest.ImeComposition
7 # Hangs sometimes; see http://crbug.com/52844 7 # Hangs sometimes; see http://crbug.com/52844
8 PredictorTest.MassiveConcurrentLookupTest 8 PredictorTest.MassiveConcurrentLookupTest
9 # Pure virtual method called: see http://crbug.com/50950 9 # Pure virtual method called: see http://crbug.com/50950
10 ConnectionTesterTest.RunAllTests 10 ConnectionTesterTest.RunAllTests
11 11
12 # Following tests fail under valgrind because libjingle has hardcoded 12 # Following tests fail under valgrind because libjingle has hardcoded
13 # timeouts for P2P connections, and it makes these tests fail under valgrind. 13 # timeouts for P2P connections, and it makes these tests fail under valgrind.
14 # TODO(sergeyu): Remove hardcoded timeouts from libjingle. 14 # TODO(sergeyu): Remove hardcoded timeouts from libjingle.
15 P2PTransportImplTest.Create 15 P2PTransportImplTest.Create
16 P2PTransportImplTest.ConnectUdp 16 P2PTransportImplTest.ConnectUdp
17 P2PTransportImplTest.ConnectTcp 17 P2PTransportImplTest.ConnectTcp
18 P2PTransportImplTest.SendDataUdp 18 P2PTransportImplTest.SendDataUdp
19 P2PTransportImplTest.SendDataTcp 19 P2PTransportImplTest.SendDataTcp
20 20
21 # Failing on CrOS, see http://crbug.com/79657 21 # Failing on CrOS, see http://crbug.com/79657
22 SignedSettingsTest.StorePolicyNoPolicyData 22 SignedSettingsTest.StorePolicyNoPolicyData
23 23
24 # Failing on CrOS, see http://crbug.com/80438 24 # Failing on CrOS, see http://crbug.com/80438
25 InputMethodUtilTest.* 25 InputMethodUtilTest.*
26
27 # Flaky and not very interesting under Valgrind http://crbug.com/93027
28 ProcessWatcherTest.ImmediateTermination
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