commit | e00ccc92315ebbe11497f0f8265991d5b4a26910 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Nov 01 17:32:30 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Nov 01 17:32:30 2012 |
tree | c827d768bcb91e841a121f343e38593044e07c0b | |
parent | a6a7ced56b518de42dab6d3ac18de490fb494696 [diff] [blame] |
GTTF: remove FAILS_ prefix, part 1 See http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium/handling-a-failing-test and https://groups.google.com/a/chromium.org/d/topic/chromium-dev/_OwJ_GWfOaY/discussion BUG=none Review URL: https://codereview.chromium.org/11293028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165415 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/ui/browser_focus_uitest.cc b/chrome/browser/ui/browser_focus_uitest.cc index a64ff63..346b8ac 100644 --- a/chrome/browser/ui/browser_focus_uitest.cc +++ b/chrome/browser/ui/browser_focus_uitest.cc
@@ -71,7 +71,7 @@ #if defined(OS_LINUX) || defined(OS_MACOSX) // TODO(jcampan): http://crbug.com/23683 for linux. // TODO(suzhe): http://crbug.com/49737 for mac. -#define MAYBE_TabsRememberFocusFindInPage FAILS_TabsRememberFocusFindInPage +#define MAYBE_TabsRememberFocusFindInPage DISABLED_TabsRememberFocusFindInPage #elif defined(OS_WIN) // Flaky, http://crbug.com/62537. #define MAYBE_TabsRememberFocusFindInPage DISABLED_TabsRememberFocusFindInPage