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

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

Issue 2225043002: Supress failing WebGL2 fbomultisample tests on Linux Intel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix vendor typo Created 4 years, 4 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
« 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 9c2a1cd2acd05eeb93ffaa31ca383a70ca369a87..65583d190d359f70a0c62bf893bbb9a55c21e224 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -583,7 +583,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Linux Intel with ANGLE only
self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
- ['linux', 'nvidia', 'opengl'], bug=635528)
+ ['linux', 'intel', 'opengl'], bug=635528)
yunchao 2016/08/08 15:08:48 This is a mesa bug for multisampled float point re
self.Fail('deqp/functional/gles3/fragmentoutput/*.html',
['linux', 'intel', 'opengl'], bug=598902)
« 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