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

Side by Side Diff: tools/heapcheck/unit_tests.gtest-heapcheck.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
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Disable JavaScript tests that cause V8 to install a SIGPROF handler that 1 # Disable JavaScript tests that cause V8 to install a SIGPROF handler that
2 # times out the subsequent fork() calls. 2 # times out the subsequent fork() calls.
3 # http://crbug.com/79320 3 # http://crbug.com/79320
4 *Json* 4 *Json*
5 5
6 # Failing after Lucid migration. http://crbug.com/82715 6 # Failing after Lucid migration. http://crbug.com/82715
7 MultiProcessLockTest.BasicCreationTest 7 MultiProcessLockTest.BasicCreationTest
8 MultiProcessLockTest.LockScope 8 MultiProcessLockTest.LockScope
9 MultiProcessLockTest.RecursiveLock 9 MultiProcessLockTest.RecursiveLock
10 MultiProcessLockTest.SimpleLock 10 MultiProcessLockTest.SimpleLock
11 ServiceProcessStateTest.ForceShutdown 11 ServiceProcessStateTest.ForceShutdown
12 ServiceProcessStateTest.ReadyState 12 ServiceProcessStateTest.ReadyState
13 ServiceProcessStateTest.Singleton 13 ServiceProcessStateTest.Singleton
14 14
15 # http://crbug.com/88221 15 # http://crbug.com/88221
16 ConnectionTesterTest.DeleteWhileInProgress 16 ConnectionTesterTest.DeleteWhileInProgress
17 17
18 # Fails under Heapcheck http://crbug.com/93027 18 # Fails under Heapcheck http://crbug.com/93027
19 ProcessWatcherTest.ImmediateTermination 19 ProcessWatcherTest.ImmediateTermination
20 20
21 # Two memory leaks with too inconcrete stacks http://crbug.com/114988 21 # Two memory leaks with too inconcrete stacks http://crbug.com/114988
22 BookmarkEditorGtkTest.ModelsMatch 22 BookmarkEditorGtkTest.ModelsMatch
23 BookmarkEditorGtkTest.MoveToNewParent 23 BookmarkEditorGtkTest.MoveToNewParent
24 24
25 # Randomly fails on the linux heapcheck bot 25 # Randomly fails on the linux heapcheck bot
26 HistoryQuickProviderTest.* 26 HistoryQuickProviderTest.*
27 27
28 # Timing out all over the place. Disabling for now. http://crbug.com/149712
29 AppNotificationManagerTest.*
30 AppNotificationManagerSyncTest.*
31 # Timing out all over the place. Disabling for now. http://crbug.com/149715 28 # Timing out all over the place. Disabling for now. http://crbug.com/149715
32 ExtensionWebRequestTest.* 29 ExtensionWebRequestTest.*
33 30
34 # Timing out. Disabling for now. http://crbug.com/175496 31 # Timing out. Disabling for now. http://crbug.com/175496
35 AppsModelBuilderTest.OnExtensionMoved 32 AppsModelBuilderTest.OnExtensionMoved
36 33
37 # Don't run FLAKY or FAILS tests under the heapchecker. 34 # Don't run FLAKY or FAILS tests under the heapchecker.
38 # They may cause flaky leak reports and timeouts. 35 # They may cause flaky leak reports and timeouts.
39 *FLAKY_* 36 *FLAKY_*
40 *FAILS_* 37 *FAILS_*
41 38
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698