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

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

Issue 1581693003: GPU workarounds and test expectations for Linux/Intel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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/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 6d6d7d3a67735d841e2f6736c5c5b4a52e2b45d9..e678b264a7a974ff29b319ef09830d5d4e6e4a9d 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -308,6 +308,21 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux', ('amd', 0x6779)], bug=479983)
self.Fail('conformance/uniforms/uniform-default-values.html',
['linux', ('amd', 0x6779)], bug=482013)
+ # Intel
+ self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
+ ['linux', 'intel'], bug=540543) # GPU timeout
+ self.Fail('conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html',
+ ['linux', 'intel'], bug=540543) # ANGLE bug 1277
+ self.Fail('conformance/glsl/misc/empty_main.vert.html',
+ ['linux', 'intel'], bug=540543) # ANGLE bug 1277
+ self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
+ ['linux', 'intel'], bug=540543) # ANGLE bug 1277
+ self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
+ ['linux', 'intel'], bug=540543) # ANGLE bug 1276
+ self.Fail('conformance/glsl/misc/shaders-with-varyings.html',
+ ['linux', 'intel'], bug=540543)
+ self.Fail('deqp/data/gles2/shaders/linkage.html',
+ ['linux', 'intel'], bug=540543)
# Android failures
self.Fail('deqp/data/gles2/shaders/constants.html',
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698