diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 23:20:35 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-11 23:20:35 +0000 |
commit | 63b6cd41eb244405550fd3426adf24f55ef31e73 (patch) | |
tree | 33196dda0191afb3961c416d3b58783de2e1694b /chrome/test/gpu | |
parent | b9730780ccd9167970e0fe4cd54d85749a136c13 (diff) | |
download | chromium_src-63b6cd41eb244405550fd3426adf24f55ef31e73.zip chromium_src-63b6cd41eb244405550fd3426adf24f55ef31e73.tar.gz chromium_src-63b6cd41eb244405550fd3426adf24f55ef31e73.tar.bz2 |
Reland r79470 and disable the failing GPU test (and prerendering tests that use GPU) for now, so we don't get any more deadlock regressions.
TBR=brettw
Review URL: http://codereview.chromium.org/6822034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81175 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/gpu')
-rw-r--r-- | chrome/test/gpu/gpu_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/gpu/gpu_uitest.cc b/chrome/test/gpu/gpu_uitest.cc index 65b738e..908e15c 100644 --- a/chrome/test/gpu/gpu_uitest.cc +++ b/chrome/test/gpu/gpu_uitest.cc @@ -35,9 +35,9 @@ class GPUUITest : public UITest { FilePath gpu_test_dir_; }; -#if !defined(OS_WIN) && defined(TOOLKIT_VIEWS) +#if defined(OS_WIN) || defined(TOOLKIT_VIEWS) #define UITestCanLaunchWithOSMesa DISABLED_UITestCanLaunchWithOSMesa -// http://crbug.com/76217 +// http://crbug.com/76217 and http://crbug.com/77536 #endif TEST_F(GPUUITest, UITestCanLaunchWithOSMesa) { // Check the webgl test reports success and that the renderer was OSMesa. |