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

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

Issue 2614313002: Roll WebGL 046d1f6..da6fe82 (Closed)
Patch Set: fix Created 3 years, 11 months 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
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 0b415505cd5d72eb010ecbbaa0aee6f88f963726..71c6a65cf5814d47ff0f6e2a9de34c1cbe7faeb3 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -40,7 +40,22 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Too slow (take about one hour to run)
self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=619403)
+ self.Skip('conformance/textures/image_bitmap_from_image_data/*', bug=679677)
+ self.Skip('conformance/textures/image_bitmap_from_image/*', bug=679677)
+ self.Skip('conformance/textures/image_bitmap_from_video/*', bug=679677)
+ self.Skip('conformance/textures/image_bitmap_from_canvas/*', bug=679677)
+ self.Skip('conformance/textures/image_bitmap_from_blob/*', bug=679677)
+ self.Skip('conformance/textures/image_bitmap_from_image_bitmap/*', bug=679677)
Ken Russell (switch to Gerrit) 2017/01/11 19:25:11 These failures are supposed to be resolved now, co
+
# All platforms.
+ self.Fail('conformance/more/functions/vertexAttribPointerBadArgs.html',
+ bug=678850)
+ self.Fail('conformance/attribs/gl-vertexattribpointer.html', bug=678850)
+ self.Fail('conformance2/attribs/gl-vertexattribipointer.html', bug=678850)
+
+ self.Fail('conformance/extensions/webgl-compressed-texture-etc.html',
+ bug=679678)
Ken Russell (switch to Gerrit) 2017/01/11 19:25:11 The fix for this just landed upstream, correct? Co
+
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
@@ -56,6 +71,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
['win'], bug=644740)
self.Flaky('deqp/functional/gles3/sync.html', ['win'], bug=676848)
+ self.Fail('conformance2/textures/misc/npot-video-sizing.html',
+ ['win'], bug=679679)
Ken Russell (switch to Gerrit) 2017/01/11 19:25:11 This test is passing now that the fix for http://c
# Win / NVidia
self.Flaky('deqp/functional/gles3/fbomultisample*',
@@ -159,6 +176,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/reading/format-r11f-g11f-b10f.html',
['mac'], bug=1832) # khronos WebGL issue
+ self.Fail('deqp/functional/gles3/fborender/recreate_color_02.html',
+ ['mac'], bug=679682)
+ self.Fail('deqp/functional/gles3/fborender/resize_01.html',
+ ['mac'], bug=679682)
+ self.Fail('deqp/functional/gles3/fragmentoutput/basic.float.html',
+ ['mac'], bug=679684)
+ self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html',
+ ['mac'], bug=679684)
# Mac Retina NVIDIA
self.Fail('deqp/functional/gles3/fbomultisample*',
@@ -304,6 +329,16 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=483282)
# Mac AMD
+ self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
+ ['mac', 'amd'], bug=679686)
+ self.Fail('deqp/functional/gles3/fbomultisample.4_samples.html',
+ ['mac', 'amd'], bug=679686)
+ self.Fail('deqp/functional/gles3/fbomultisample.2_samples.html',
+ ['mac', 'amd'], bug=679686)
+ self.Fail('deqp/functional/gles3/pixelbufferobject.html',
+ ['mac', 'amd'], bug=679687)
+ self.Fail('deqp/functional/gles3/instancedrendering.html',
+ ['mac', 'amd'], bug=679689)
self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
['mac', 'amd'], bug=643866)
self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
@@ -429,6 +464,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shaderoperator/common_functions.html',
['mac', ('amd', 0x679e)], bug=483282)
+ # Mac Multi-vendor failures.
+ self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html',
+ ['mac', 'amd', 'intel'], bug=679690)
+ self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html',
+ ['mac', 'amd', 'intel'], bug=679690)
+ self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html',
+ ['mac', 'amd', 'intel'], bug=679691)
+
# Mac Intel
self.Fail(
@@ -456,6 +499,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html',
['sierra', 'intel'], bug=663188)
+ self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html',
+ ['mac', 'intel'], bug=679692)
self.Fail('deqp/functional/gles3/fbomultisample*',
['mac', 'intel'], bug=641209)
self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
@@ -571,6 +616,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux'], bug=627525)
self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
['linux'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_image/' +
+ 'tex-3d-r16f-red-float.html', ['linux'], bug=679695)
# Linux Multi-vendor failures.
self.Skip('deqp/data/gles3/shaders/qualification_order.html',
@@ -588,6 +635,9 @@ 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/textures/image_bitmap_from_canvas/' +
+ 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
+ ['linux', 'nvidia'], bug=679677)
Ken Russell (switch to Gerrit) 2017/01/11 19:25:11 The test: WebglConformance_conformance2_textures_i
# Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html',

Powered by Google App Engine
This is Rietveld 408576698