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

Unified Diff: content/test/gpu/gpu_tests/memory.py

Issue 259173002: Suppress Memory.CSS3D failure on MacBook Pro Retina Display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: content/test/gpu/gpu_tests/memory.py
diff --git a/content/test/gpu/gpu_tests/memory.py b/content/test/gpu/gpu_tests/memory.py
index cba46faaf507295a6db611f757efacc0c6bd1920..f45d9bb686803326905a2c4ae0a6bbcb33d32110 100644
--- a/content/test/gpu/gpu_tests/memory.py
+++ b/content/test/gpu/gpu_tests/memory.py
@@ -1,6 +1,8 @@
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import memory_expectations
+
from telemetry import test
from telemetry.page import page_test
from telemetry.core.timeline import counter
@@ -83,6 +85,9 @@ class Memory(test.Test):
test = _MemoryValidator
page_set = 'page_sets/memory_tests.py'
+ def CreateExpectations(self, page_set):
+ return memory_expectations.MemoryExpectations()
+
def CreatePageSet(self, options):
page_set = super(Memory, self).CreatePageSet(options)
for page in page_set.pages:
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/memory_expectations.py » ('j') | content/test/gpu/gpu_tests/memory_expectations.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698