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

Side by Side Diff: tools/heapcheck/unit_tests.gtest-heapcheck.txt

Issue 10914125: A speculative fix for TSAN and HeapCheck failures in InMemoryURLIndexCacheTest. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync Created 8 years, 3 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
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
(...skipping 17 matching lines...) Expand all
28 BookmarkEditorGtkTest.ModelsMatch 28 BookmarkEditorGtkTest.ModelsMatch
29 BookmarkEditorGtkTest.MoveToNewParent 29 BookmarkEditorGtkTest.MoveToNewParent
30 30
31 # fails with gmock errors 31 # fails with gmock errors
32 # http://crbug.com/117796 32 # http://crbug.com/117796
33 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown 33 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown
34 34
35 # Randomly fails on the linux heapcheck bot 35 # Randomly fails on the linux heapcheck bot
36 HistoryQuickProviderTest.* 36 HistoryQuickProviderTest.*
37 37
38 # http://crbug.com/146265
39 InMemoryURLIndexTest.*
40
41 # Don't run FLAKY or FAILS tests under the heapchecker. 38 # Don't run FLAKY or FAILS tests under the heapchecker.
42 # They may cause flaky leak reports and timeouts. 39 # They may cause flaky leak reports and timeouts.
43 *FLAKY_* 40 *FLAKY_*
44 *FAILS_* 41 *FAILS_*
OLDNEW
« no previous file with comments | « chrome/browser/history/in_memory_url_index_unittest.cc ('k') | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698