diff options
-rw-r--r-- | tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt index 70b4fd9..00d471b 100644 --- a/tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt @@ -14,4 +14,5 @@ BrowserFocusTest.FindFocusTest 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* |