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

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

Issue 2328463004: Implement WebGL's commit on the main thread (Closed)
Patch Set: switch para ordering 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
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 2276c1337a453c0538a54c784adaa9fb3eef45d9..03e85181db860102e196744a8b16c62f8adaae4d 100644
--- a/content/test/gpu/gpu_tests/trace_test_expectations.py
+++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
@@ -11,7 +11,7 @@ class TraceTestExpectations(GpuTestExpectations):
# Sample Usage:
# self.Fail('trace_test.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- pass
+ self.Skip('trace_test.OffscreenCanvasWebGLGreenBox', bug=563852)
class DeviceTraceTestExpectations(GpuTestExpectations):
def SetExpectations(self):

Powered by Google App Engine
This is Rietveld 408576698