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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 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/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index 2d45145a1de950df9be4a957f15f981e9cb865ee..af688d615efe52f93cf4741317e54d82e3057561 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -419,6 +419,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# This test is skipped because it is crashing the GPU process.
self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
+ self.Flaky('conformance/misc/bad-arguments-test.html',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=663066)
self.Fail('conformance/textures/misc/' +
'tex-image-and-sub-image-2d-with-array-buffer-view.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
@@ -579,6 +581,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
self.Fail('conformance/textures/webgl_canvas/*',
['android', ('qualcomm', 'Adreno (TM) 430')], bug=611945)
+ self.Flaky('conformance/uniforms/uniform-samplers-test.html',
+ ['android', ('qualcomm', 'Adreno (TM) 430')], bug=663071)
# Nexus 9
self.Fail('deqp/data/gles2/shaders/functions.html',
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | content/test/gpu/page_sets/gpu_process_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698