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

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

Issue 6005007: Quick fix for the Valgrind/interactive_ui gtest-filter: s/FAILS_/FAILS... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 70149)
+++ tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt (working copy)
@@ -14,4 +14,5 @@
BrowserFocusTest.FocusTraversalOnInterstitial
# Don't run FAILS_ tests under Valgrind/TSan, see http://crbug.com/67959
-*.FAILS_*
+# NB: Don't use FAILS_ or it will be turned into *.* by chrome_tests.py :)
+*.FAILS*
« 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