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 ecb27677b8565bb76b086c95ccaca81eccc00746..243dd3c9675108017c3b0fbdc6c92c318401d94f 100644 |
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
@@ -44,6 +44,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) |
+ # Temporary suppression; will be removed after bug fix. |
+ self.Fail('conformance/textures/misc/texture-corner-case-videos.html', |
+ bug=701060) |
+ |
self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', |
bug=660844) # WebGL 2.0.1 |
self.Fail('conformance2/rendering/rendering-sampling-feedback-loop.html', |
@@ -203,6 +207,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
# Mac only. |
+ # Fails on all GPU types. |
+ self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', |
+ ['mac'], bug=709351) |
+ |
self.Fail('conformance2/rendering/' + |
'framebuffer-completeness-unaffected.html', |
['mac'], bug=630800) |
@@ -694,9 +702,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
['linux', 'nvidia'], bug=618447) |
self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
['linux', 'nvidia'], bug=672380) |
+ self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', |
+ ['linux', 'nvidia'], bug=709351) |
self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
'tex-2d-r11f_g11f_b10f-rgb-half_float.html', |
['linux', 'nvidia'], bug=694359) |
+ self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
+ 'tex-2d-rgb16f-rgb-half_float.html', |
+ ['linux', 'nvidia'], bug=694359) |
self.Fail('conformance2/textures/image_bitmap_from_canvas/' + |
'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', |
['linux', 'nvidia'], bug=679677) |