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

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

Issue 2607073002: Fold the GPU rasterization tests into the pixel tests step. (Closed)
Patch Set: Created 4 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
Index: content/test/gpu/gpu_tests/memory_test_expectations.py
diff --git a/content/test/gpu/gpu_tests/memory_test_expectations.py b/content/test/gpu/gpu_tests/memory_test_expectations.py
deleted file mode 100644
index fefd74e2307d5958a37b42b6d44ebea4c5a3f48b..0000000000000000000000000000000000000000
--- a/content/test/gpu/gpu_tests/memory_test_expectations.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2014 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.
-
-from gpu_tests.gpu_test_expectations import GpuTestExpectations
-
-# See the GpuTestExpectations class for documentation.
-
-class MemoryTestExpectations(GpuTestExpectations):
- def SetExpectations(self):
- # Sample Usage:
- # self.Fail('Memory.CSS3D',
- # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
-
- self.Fail('Memory.CSS3D', bug=435899)
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_rasterization_expectations.py ('k') | content/test/gpu/gpu_tests/pixel_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698