diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-14 13:15:53 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-14 13:15:53 +0000 |
commit | 7a2ea72b7cc3e2be389391ba8169afe81aae920c (patch) | |
tree | 8dccce94526119c32522e9ec76cd11abb8a270ba /tools | |
parent | 21c4fd6647c9ee594c61fe9b66a5f0411851a497 (diff) | |
download | chromium_src-7a2ea72b7cc3e2be389391ba8169afe81aae920c.zip chromium_src-7a2ea72b7cc3e2be389391ba8169afe81aae920c.tar.gz chromium_src-7a2ea72b7cc3e2be389391ba8169afe81aae920c.tar.bz2 |
Do not run FLAKY and FAILS tests from unit_tests under Heapcheck.
We already do this for Valgrind.
TBR=oshima
Review URL: https://chromiumcodereview.appspot.com/10543161
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/unit_tests.gtest-heapcheck.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/heapcheck/unit_tests.gtest-heapcheck.txt b/tools/heapcheck/unit_tests.gtest-heapcheck.txt index 7bc0315..5dc3fa3 100644 --- a/tools/heapcheck/unit_tests.gtest-heapcheck.txt +++ b/tools/heapcheck/unit_tests.gtest-heapcheck.txt @@ -34,3 +34,8 @@ SyncNewNonFrontendDataTypeControllerTest.StartAfterSyncShutdown # Randomly fails on the linux heapcheck bot HistoryQuickProviderTest.* + +# Don't run FLAKY or FAILS tests under the heapchecker. +# They may cause flaky leak reports and timeouts. +*FLAKY_* +*FAILS_* |