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

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

Issue 11280272: Revert 165866 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | content/browser/gpu/compositor_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/gpu/gpu_feature_browsertest.cc
===================================================================
--- chrome/test/gpu/gpu_feature_browsertest.cc (revision 170698)
+++ chrome/test/gpu/gpu_feature_browsertest.cc (working copy)
@@ -44,7 +44,6 @@
const char kSwapBuffersEvent[] = "SwapBuffers";
const char kAcceleratedCanvasCreationEvent[] = "Canvas2DLayerBridgeCreation";
const char kWebGLCreationEvent[] = "DrawingBufferCreation";
-const char kThreadedCompositingEvent[] = "ThreadedCompositingInitialization";
class GpuFeatureTest : public InProcessBrowserTest {
public:
@@ -234,34 +233,6 @@
RunEventTest(url, kSwapBuffersEvent, false);
}
-#if !(defined(OS_WIN) && defined(USE_AURA)) // http://crbug.com/163046
-
-IN_PROC_BROWSER_TEST_F(GpuFeatureTest, ThreadedCompositingTextureSharing) {
- const std::string json_blacklist =
- "{\n"
- " \"name\": \"gpu blacklist\",\n"
- " \"version\": \"1.0\",\n"
- " \"entries\": [\n"
- " {\n"
- " \"id\": 1,\n"
- " \"blacklist\": [\n"
- " \"texture_sharing\"\n"
- " ]\n"
- " }\n"
- " ]\n"
- "}";
- SetupBlacklist(json_blacklist);
- GpuFeatureType type =
- GpuDataManager::GetInstance()->GetBlacklistedFeatures();
- type = IgnoreGpuFeatures(type);
- EXPECT_EQ(type, content::GPU_FEATURE_TYPE_TEXTURE_SHARING);
-
- const FilePath url(FILE_PATH_LITERAL("feature_compositing.html"));
- RunEventTest(url, kThreadedCompositingEvent, false);
-}
-
-#endif
-
class AcceleratedCompositingTest : public GpuFeatureTest {
public:
virtual void SetUpCommandLine(CommandLine* command_line) {
« no previous file with comments | « no previous file | content/browser/gpu/compositor_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698