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

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

Issue 2306033003: Reenabled GPU trace_test and constrained enabled categories. (Closed)
Patch Set: Rebase Created 4 years, 3 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 b81b54fc701bf1398bff1f5c60ab7981db69087a..2276c1337a453c0538a54c784adaa9fb3eef45d9 100644
--- a/content/test/gpu/gpu_tests/trace_test_expectations.py
+++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
@@ -11,11 +11,7 @@ class TraceTestExpectations(GpuTestExpectations):
# Sample Usage:
# self.Fail('trace_test.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- self.Skip('trace_test.2DCanvasWebGL', ['win'], bug=638744)
- self.Skip('trace_test.SolidColorBackground', ['win'], bug=638744)
- self.Skip('trace_test.WebGLGreenTriangle.AA.NoAlpha', ['win'], bug=638744)
- self.Skip('trace_test.WebGLGreenTriangle.NoAA.Alpha', ['win'], bug=638744)
-
+ pass
class DeviceTraceTestExpectations(GpuTestExpectations):
def SetExpectations(self):
« 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