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) |