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

Unified Diff: gpu/ipc/service/ca_layer_tree_unittest_mac.mm

Issue 1894263004: Are we still running these tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/ca_layer_tree_unittest_mac.mm
diff --git a/gpu/ipc/service/ca_layer_tree_unittest_mac.mm b/gpu/ipc/service/ca_layer_tree_unittest_mac.mm
index e9dca6886a98920e9404a1eb8befbd194c897116..eccedfa73a6b187b5ed7af3d7d4f6f6f04f92e33 100644
--- a/gpu/ipc/service/ca_layer_tree_unittest_mac.mm
+++ b/gpu/ipc/service/ca_layer_tree_unittest_mac.mm
@@ -25,6 +25,9 @@ class CALayerTreeTest : public testing::Test {
// Test updating each layer's properties.
TEST_F(CALayerTreeTest, PropertyUpdates) {
+ // Are we running this anymore??
+ EXPECT_TRUE(false);
+
base::ScopedCFTypeRef<IOSurfaceRef> io_surface(gfx::CreateIOSurface(
gfx::Size(256, 256), gfx::BufferFormat::BGRA_8888));
bool is_clipped = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698