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

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

Issue 1826343003: Add safety checks and reenable Canvas2D/WebGL trace_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « content/test/gpu/gpu_tests/trace_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/trace_test_expectations.py
diff --git a/content/test/gpu/gpu_tests/trace_test_expectations.py b/content/test/gpu/gpu_tests/trace_test_expectations.py
index 5887000dd8b2b82d1a1e4ca417a1c175f9fc5203..74cfd3b9669e981c3b7eeaa6dc515b63f4b07bac 100644
--- a/content/test/gpu/gpu_tests/trace_test_expectations.py
+++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
@@ -11,12 +11,7 @@ class TraceTestExpectations(GpuTestExpectations):
# Sample Usage:
# self.Fail('TraceTest.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
-
- # Skip some stories as a temporary debugging measure.
- # https://crbug.com/595754.
- self.Skip('trace_test.IOSurface2DCanvas', ['mac', 'amd'], bug=595754)
- self.Skip('trace_test.IOSurface2DCanvasWebGL', ['mac'], bug=595754)
- self.Skip('trace_test.2DCanvasWebGL', bug=595754)
+ pass
class DeviceTraceTestExpectations(GpuTestExpectations):
« no previous file with comments | « content/test/gpu/gpu_tests/trace_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698