From 0d12fde392d6f941f3333d74f1d2d72674a3d1e2 Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Fri, 11 Jun 2010 08:59:31 +0000 Subject: Revert r49384 -- "Added 'MAYBE' to the list of possible prefixes to be automatically generated for filtering the tests." TBR=jhawkins Review URL: http://codereview.chromium.org/2781012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49510 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/chrome_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/valgrind/chrome_tests.py') diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py index 5d33ead..756caf3 100755 --- a/tools/valgrind/chrome_tests.py +++ b/tools/valgrind/chrome_tests.py @@ -180,7 +180,7 @@ class ChromeTests: if line.startswith("#") or line.startswith("//") or line.isspace(): continue line = line.rstrip() - test_prefixes = ["FLAKY", "FAILS", "MAYBE"] + test_prefixes = ["FLAKY", "FAILS"] for p in test_prefixes: # Strip prefixes from the test names. line = line.replace(".%s_" % p, ".") -- cgit v1.1