Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3547)

Unified Diff: chrome/test/gpu/gpu_feature_browsertest.cc

Issue 22797008: Force delegated renderer on Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix whitespace Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/gpu/gpu_feature_browsertest.cc
diff --git a/chrome/test/gpu/gpu_feature_browsertest.cc b/chrome/test/gpu/gpu_feature_browsertest.cc
index 8a6af169af580e2cf72bbe7149b4cf9c85a21406..a1baa9390db9730959d834a2d25e493a8ca6a557 100644
--- a/chrome/test/gpu/gpu_feature_browsertest.cc
+++ b/chrome/test/gpu/gpu_feature_browsertest.cc
@@ -169,9 +169,11 @@ class GpuFeatureTest : public InProcessBrowserTest {
std::string trace_events_json_;
};
-#if defined(OS_WIN) || defined(ADDRESS_SANITIZER)
+#if defined(OS_WIN) || defined(ADDRESS_SANITIZER) || defined(USE_AURA)
// This test is flaky on Windows. http://crbug.com/177113
// Also fails under AddressSanitizer. http://crbug.com/185178
+// It fundamentally doesn't test the right thing on Aura.
+// http://crbug.com/280675
#define MAYBE_AcceleratedCompositingAllowed DISABLED_AcceleratedCompositingAllowed
#else
#define MAYBE_AcceleratedCompositingAllowed AcceleratedCompositingAllowed

Powered by Google App Engine
This is Rietveld 408576698