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

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

Issue 2492843003: Suppress conformance2/misc/views-with-offsets.html on Linux Intel (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | 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/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index a631168bab552542d696859f08b755f70518284a..82a7dfb487a22e845ef8aa3c9195731a6526d545 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -499,6 +499,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
['linux', 'intel'], bug=635528)
+ # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5.
+ self.Fail('conformance2/misc/views-with-offsets.html',
+ ['linux', 'intel'], bug=664180)
+
# Linux Intel with ANGLE only
self.Fail('deqp/functional/gles3/framebufferblit/' +
'default_framebuffer_00.html',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698