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

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

Issue 12796009: Remove suppressions related to App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
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 # Flaky and not very interesting under Valgrind http://crbug.com/93027 24 # Flaky and not very interesting under Valgrind http://crbug.com/93027
25 ProcessWatcherTest.ImmediateTermination 25 ProcessWatcherTest.ImmediateTermination
26 26
27 # Timing out all over the place. Disabling for now. http://crbug.com/149712
28 AppNotificationManagerTest.*
29 AppNotificationManagerSyncTest.*
30 # Timing out all over the place. Disabling for now. http://crbug.com/149715 27 # Timing out all over the place. Disabling for now. http://crbug.com/149715
31 ExtensionWebRequestTest.* 28 ExtensionWebRequestTest.*
32 # Timing out all over the place. Disabling for now. http://crbug.com/149882 29 # Timing out all over the place. Disabling for now. http://crbug.com/149882
33 NativeMessagingTest.* 30 NativeMessagingTest.*
34 31
35 # Timing out all over the place. Disabling for now. http://crbug.com/164589 32 # Timing out all over the place. Disabling for now. http://crbug.com/164589
36 StorageInfoProviderTest.* 33 StorageInfoProviderTest.*
OLDNEW
« no previous file with comments | « tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698