Commit 237deff6 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Mark conformance/glsl/variables/gl-pointcoord.html flaky on Win/Intel/OpenGL.

Tbr: geofflang@chromium.org
Bug: 854100
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I36ec64561f48b12d04269a3b3c031496902292ab
Reviewed-on: https://chromium-review.googlesource.com/1107275Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568719}
parent f2ea2b54
...@@ -333,7 +333,7 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -333,7 +333,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Mark ANGLE's OpenGL as flaky on Windows Amd # Mark ANGLE's OpenGL as flaky on Windows Amd
self.Flaky('conformance/*', ['win', 'amd', 'opengl'], bug=582083) self.Flaky('conformance/*', ['win', 'amd', 'opengl'], bug=582083)
# Win / OpenGL / Intel HD 530 failures # Win / OpenGL / Intel HD 530 / 630 failures
self.Fail('conformance/canvas/draw-webgl-to-canvas-test.html', self.Fail('conformance/canvas/draw-webgl-to-canvas-test.html',
['win10', 'intel', 'opengl'], bug=680797) ['win10', 'intel', 'opengl'], bug=680797)
self.Fail('conformance/extensions/angle-instanced-arrays.html', self.Fail('conformance/extensions/angle-instanced-arrays.html',
...@@ -358,6 +358,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -358,6 +358,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win10', 'intel', 'opengl'], bug=680797) ['win10', 'intel', 'opengl'], bug=680797)
self.Fail('conformance/glsl/matrices/matrix-compound-multiply.html', self.Fail('conformance/glsl/matrices/matrix-compound-multiply.html',
['win10', 'intel', 'opengl'], bug=680797) ['win10', 'intel', 'opengl'], bug=680797)
self.Flaky('conformance/glsl/variables/gl-pointcoord.html',
['win10', 'intel', 'opengl'], bug=854100)
self.Fail('conformance/more/conformance/webGLArrays.html', self.Fail('conformance/more/conformance/webGLArrays.html',
['win10', 'intel', 'opengl'], bug=680797) ['win10', 'intel', 'opengl'], bug=680797)
self.Fail('conformance/ogles/GL/struct/struct_049_to_056.html', self.Fail('conformance/ogles/GL/struct/struct_049_to_056.html',
......
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