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

Unified Diff: tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt

Issue 11415260: Don't run FLAKY interactive_ui_tests under Valgrind and TSan (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt
===================================================================
--- tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt (revision 170744)
+++ tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt (working copy)
@@ -13,8 +13,10 @@
BrowserFocusTest.FindFocusTest
BrowserFocusTest.FocusTraversalOnInterstitial
-# Don't run FAILS_ tests under Valgrind/TSan, see http://crbug.com/67959
-# NB: Don't use FAILS_ or it will be turned into *.* by chrome_tests.py :)
+# Don't run FLAKY or FAILS tests under Valgrind and TSan
+# as they tend to generate too many reports, see http://crbug.com/67959
+# NB: Can't use FAILS_/FLAKY_ as it will be turned into *.* by chrome_tests.py!
+*.FLAKY*
*.FAILS*
# Fails under Valgrind, see http://crbug.com/68068
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698