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

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

Issue 1544673002: Roll WebGL conformance tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update webgl 2 expectations Created 5 years 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/webgl2_conformance_expectations.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/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 6598b5756cd17a5417ac80ae0c2f6343a043194f..a6311cbf9fbf27aeab3449bb1a191a0046a9d0d6 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -346,6 +346,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Nexus 5 failures
self.Fail('conformance/glsl/bugs/struct-constructor-highp-bug.html',
['android', ('qualcomm', 'Adreno (TM) 330')], bug=559342)
+ self.Fail('conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html',
+ ['android', ('qualcomm', 'Adreno (TM) 330')], bug=527761)
+ self.Fail('conformance/glsl/bugs/sketchfab-lighting-shader-crash.html',
+ ['android', ('qualcomm', 'Adreno (TM) 330')], bug=551937)
# Nexus 6 failures only
self.Fail('conformance/context/' +
'context-attributes-alpha-depth-stencil-antialias.html',
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698