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

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

Issue 1463823002: Add DriverBugWorkaroundsInGpuProcessPage to gpu_process_test.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/driver_bug_workarounds_expectations.py
diff --git a/content/test/gpu/gpu_tests/maps_expectations.py b/content/test/gpu/gpu_tests/driver_bug_workarounds_expectations.py
similarity index 54%
copy from content/test/gpu/gpu_tests/maps_expectations.py
copy to content/test/gpu/gpu_tests/driver_bug_workarounds_expectations.py
index 4313ed50048c847db279d056788c00834f55189b..de7324d69da7fbd817943fb2d6c05c27ccc09b5d 100644
--- a/content/test/gpu/gpu_tests/maps_expectations.py
+++ b/content/test/gpu/gpu_tests/driver_bug_workarounds_expectations.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
+# Copyright (c) 2015 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.
@@ -6,10 +6,7 @@ from gpu_tests.gpu_test_expectations import GpuTestExpectations
# See the GpuTestExpectations class for documentation.
-class MapsExpectations(GpuTestExpectations):
+class DriverBugWorkaroundsExpectations(GpuTestExpectations):
def SetExpectations(self):
- # Sample Usage:
- # self.Fail('Maps.maps_001',
- # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
-
pass
+

Powered by Google App Engine
This is Rietveld 408576698