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

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

Issue 1541163003: Update WebGL 2 test expectations after roll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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 4c535102202662ded67ec45180fcfc29f6370f63..8b0c0c11026d372639108f1c4f52479501d24b3b 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -221,10 +221,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac'], bug=565438)
self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
['mac'], bug=483282)
-
- # Mac 10.9 only.
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
- ['mavericks'], bug=483282)
+ ['mac'], bug=483282)
# Linux only.
self.Skip('deqp/functional/gles3/shaderswitch.html',
@@ -237,6 +235,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux'], bug=564020)
self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
['linux'], bug=483282)
+ self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
+ ['linux'], bug=483282)
# Linux NVIDIA only.
self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html',
@@ -256,8 +256,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd'], bug=483282)
self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
['linux', 'amd'], bug=295792)
- self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
- ['linux', 'amd'], bug=483282)
self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
['linux', 'amd'], bug=295792)
« 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