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 c32c1cb14f3e1bfe57bc4c6349ec04001c85b1a8..e639f324a79fc0f541f0e6fa0d8d3db19703a4b2 100644 |
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
@@ -46,7 +46,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
# canvas.commit() promise synchronization isn't fully reliable yet. |
self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html', |
- bug=709484) |
+ bug=709484) |
self.Fail('conformance2/rendering/depth-stencil-feedback-loop.html', |
bug=660844) # WebGL 2.0.1 |
@@ -58,6 +58,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', |
bug=625738) |
+ self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html', |
+ bug=1966) # angle bug ID |
+ |
+ self.Fail('conformance2/textures/misc/copy-texture-cube-map-AMD-bug.html', |
+ bug=712584) |
+ self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
+ bug=712584) |
+ |
# Windows only. |
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |
['win', 'd3d11'], bug=644740) |
@@ -701,6 +709,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 |
# Linux NVIDIA |
+ self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
+ 'tex-2d-r32f-red-float.html', |
+ ['linux', 'nvidia'], bug=713127) |
Zhenyao Mo
2017/04/19 16:59:04
Can you try roll with less commits and see exactly
Ken Russell (switch to Gerrit)
2017/04/19 17:47:51
This failure is really strange. I would have thoug
|
+ |
# This test is flaky both with and without ANGLE. |
self.Flaky('deqp/functional/gles3/texturespecification/' + |
'random_teximage2d_2d.html', |
@@ -738,8 +750,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
['linux', ('nvidia', 0x1cb3)], bug=709320) |
# Linux Intel |
- self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
- ['linux', 'intel'], bug=640389) |
self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2', |
['linux', 'intel'], bug=687210) |
@@ -1009,8 +1019,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
['linux', 'amd', 'no_angle'], bug=483282) |
self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
['linux', 'amd', 'no_angle'], bug=483282) |
- self.Fail('conformance2/extensions/ext-color-buffer-float.html', |
- ['linux', 'amd'], bug=633022) |
self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html', |
['linux', 'amd'], bug=655147) |