From a1c32f912b04438427bf0b1bd50aa36c5a8eca14 Mon Sep 17 00:00:00 2001 From: "timurrrr@chromium.org" Date: Fri, 24 Dec 2010 13:31:41 +0000 Subject: Quick fix for the Valgrind/interactive_ui gtest-filter: s/FAILS_/FAILS TBR=glider Review URL: http://codereview.chromium.org/6005007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70158 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/gtest_exclude/interactive_ui_tests.gtest.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/valgrind') 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* -- cgit v1.1