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

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

Issue 10823088: Valgrind: Suppress a leak. Heapchecker: Re-enable test_shell_tests and unit_tests and see what happ… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
OLDNEW
1 # Due to http://crbug.com/132867 all unit tests are broken
2 *.*
3
4 # 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
5 # times out the subsequent fork() calls. 2 # times out the subsequent fork() calls.
6 # http://crbug.com/79320 3 # http://crbug.com/79320
7 *Json* 4 *Json*
8 5
9 # Failing after Lucid migration. http://crbug.com/82715 6 # Failing after Lucid migration. http://crbug.com/82715
10 MultiProcessLockTest.BasicCreationTest 7 MultiProcessLockTest.BasicCreationTest
11 MultiProcessLockTest.LockScope 8 MultiProcessLockTest.LockScope
12 MultiProcessLockTest.RecursiveLock 9 MultiProcessLockTest.RecursiveLock
13 MultiProcessLockTest.SimpleLock 10 MultiProcessLockTest.SimpleLock
(...skipping 21 matching lines...) Expand all
35 # http://crbug.com/117796 32 # http://crbug.com/117796
36 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown 33 SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown
37 34
38 # Randomly fails on the linux heapcheck bot 35 # Randomly fails on the linux heapcheck bot
39 HistoryQuickProviderTest.* 36 HistoryQuickProviderTest.*
40 37
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 | « tools/heapcheck/test_shell_tests.gtest-heapcheck.txt ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698