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

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

Issue 2328463002: Fix formats mismatch in validate_multisample_buffer_allocation (Closed)
Patch Set: Update expectations.py Created 4 years, 3 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 | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | 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 5bc409d93d2eaf6688bad2c29de334d4136b0ca2..4b0501c249471f8d51376dac931b97c35065804c 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -163,9 +163,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
['mac'], bug=618464)
- self.Fail('conformance2/rendering/rgb-format-support.html',
- ['mac'], bug=483282)
-
# This is due to "centroid out" / "in" mismatch.
self.Fail('deqp/data/gles3/shaders/qualification_order.html',
['mac'], bug=483282)
@@ -174,7 +171,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac'], bug=641149)
self.Fail('deqp/functional/gles3/fbomultisample*',
- ['mac'], bug=641209)
+ ['mac', 'intel'], bug=641209)
+
+ self.Fail('deqp/functional/gles3/fbomultisample*',
+ ['mac', 'nvidia'], bug=641209)
self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
['mac'], bug=483282)
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698