Commit 30085425 authored by Kai Ninomiya's avatar Kai Ninomiya Committed by Commit Bot

Tighten suppressions of integer-cubemap-specification-order-bug.html

Only fails on old macOS 10.12, and on {Win,Linux}/NVIDIA/GL.

Bug: 905003
TBR: kbr@chromium.org
Change-Id: I620be70b35c94c47f4965230bda015408d714d0c
Reviewed-on: https://chromium-review.googlesource.com/c/1461496Reviewed-by: default avatarKai Ninomiya <kainino@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#630612}
parent ab09c6a4
...@@ -88,9 +88,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -88,9 +88,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
bug=660844) # WebGL 2.0.1 bug=660844) # WebGL 2.0.1
self.Fail('conformance/rendering/rendering-sampling-feedback-loop.html', self.Fail('conformance/rendering/rendering-sampling-feedback-loop.html',
bug=660844) # WebGL 2.0.1 bug=660844) # WebGL 2.0.1
self.Fail('conformance2/textures/misc/' +
'integer-cubemap-specification-order-bug.html',
bug=905003) # owner:cwallez, test might be buggy
# Nvidia bugs fixed in latest driver # Nvidia bugs fixed in latest driver
# TODO(http://crbug.com/887241): Upgrade the drivers on the bots. # TODO(http://crbug.com/887241): Upgrade the drivers on the bots.
...@@ -193,6 +190,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -193,6 +190,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'nvidia', 'opengl', 'passthrough'], bug=887578) ['win', 'nvidia', 'opengl', 'passthrough'], bug=887578)
self.Flaky('deqp/functional/gles3/transformfeedback/*', self.Flaky('deqp/functional/gles3/transformfeedback/*',
['win', ('nvidia', 0x1cb3), 'opengl'], bug=822733) ['win', ('nvidia', 0x1cb3), 'opengl'], bug=822733)
self.Flaky('conformance2/textures/misc/' +
'integer-cubemap-specification-order-bug.html',
['win', 'nvidia', 'opengl', 'passthrough'], bug=905003)
# Win / AMD # Win / AMD
...@@ -468,6 +468,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -468,6 +468,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'teximage2d_pbo_cube_00.html', 'teximage2d_pbo_cube_00.html',
['highsierra', 'mojave', ('nvidia', 0xfe9)], bug=774827) ['highsierra', 'mojave', ('nvidia', 0xfe9)], bug=774827)
self.Fail('conformance2/textures/misc/' +
'integer-cubemap-specification-order-bug.html',
['sierra', ('intel', 0x0a2e)], bug=905003)
# Fails on multiple GPU types. # Fails on multiple GPU types.
self.Fail('conformance/glsl/misc/fragcolor-fragdata-invariant.html', self.Fail('conformance/glsl/misc/fragcolor-fragdata-invariant.html',
['mac'], bug=844311) ['mac'], bug=844311)
...@@ -697,6 +701,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -697,6 +701,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# failing rather than flaky. # failing rather than flaky.
self.Fail('conformance2/textures/misc/tex-base-level-bug.html', self.Fail('conformance2/textures/misc/tex-base-level-bug.html',
['highsierra', 'amd'], bug=870856) ['highsierra', 'amd'], bug=870856)
self.Fail('deqp/functional/gles3/transformfeedback/' + self.Fail('deqp/functional/gles3/transformfeedback/' +
'array_interleaved_lines.html', 'array_interleaved_lines.html',
['sierra', 'amd'], bug=483282) ['sierra', 'amd'], bug=483282)
...@@ -890,6 +895,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -890,6 +895,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'nvidia'], bug=618447) ['linux', 'nvidia'], bug=618447)
self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html',
['linux', 'nvidia'], bug=709351) ['linux', 'nvidia'], bug=709351)
self.Fail('conformance2/textures/misc/' +
'integer-cubemap-specification-order-bug.html',
['linux', 'nvidia'], bug=905003)
self.Fail('conformance2/rendering/framebuffer-texture-level1.html', self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
['linux', 'nvidia', 'opengl'], bug=680278) ['linux', 'nvidia', 'opengl'], bug=680278)
self.Fail('conformance2/textures/image/' + self.Fail('conformance2/textures/image/' +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment