diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 17:32:30 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 17:32:30 +0000 |
commit | e00ccc92315ebbe11497f0f8265991d5b4a26910 (patch) | |
tree | c827d768bcb91e841a121f343e38593044e07c0b /chrome/common/service_process_util_unittest.cc | |
parent | a6a7ced56b518de42dab6d3ac18de490fb494696 (diff) | |
download | chromium_src-e00ccc92315ebbe11497f0f8265991d5b4a26910.zip chromium_src-e00ccc92315ebbe11497f0f8265991d5b4a26910.tar.gz chromium_src-e00ccc92315ebbe11497f0f8265991d5b4a26910.tar.bz2 |
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
Diffstat (limited to 'chrome/common/service_process_util_unittest.cc')
-rw-r--r-- | chrome/common/service_process_util_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/service_process_util_unittest.cc b/chrome/common/service_process_util_unittest.cc index c8eef0d..f68064a 100644 --- a/chrome/common/service_process_util_unittest.cc +++ b/chrome/common/service_process_util_unittest.cc @@ -34,7 +34,7 @@ #if defined(USE_AURA) // This test fails http://crbug.com/84854, and is very flaky on CrOS and // somewhat flaky on other Linux. -#define MAYBE_ForceShutdown FAILS_ForceShutdown +#define MAYBE_ForceShutdown DISABLED_ForceShutdown #else #if defined(OS_LINUX) || defined(OS_WIN) #define MAYBE_ForceShutdown DISABLED_ForceShutdown |