Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
index 0169a242db61ff615120cd368e8c79b3ea7e8d6e..d77a08451a1b8207a396310c646c67b33fdc6abe 100644 |
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py |
@@ -198,6 +198,12 @@ class WebGLConformanceExpectations(GpuTestExpectations): |
['linux', ('amd', 0x6779)], bug=436212) |
self.Fail('conformance/more/functions/uniformf.html', |
['linux', ('amd', 0x6779)], bug=436212) |
+ self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
+ ['linux', ('amd', 0x6779)], bug=479952) |
+ self.Fail('conformance/textures/texture-mips.html', |
+ ['linux', ('amd', 0x6779)], bug=479981) |
+ self.Fail('conformance/textures/texture-size-cube-maps.html', |
+ ['linux', ('amd', 0x6779)], bug=479983) |
# Android failures |
# The following test is very slow and therefore times out on Android bot. |