Skip to content
Snippets Groups Projects
Commit a1c32f91 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org
Browse files

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
parent ad69f910
No related branches found
No related tags found
No related merge requests found
......@@ -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*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment