Commit 42bff2b9 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Suppress more test failures on Quadro P400 bots.

Windows:
 conformance/limits/gl-max-texture-dimensions.html
 deqp/data/gles3/shaders/functions.html

Linux:
 deqp/functional/gles3/fbocompleteness.html

BUG=680754, 703779, 712469, 715001
TBR=jmadill@chromium.org
NOTRY=true

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I2357bf311f49680a3a640c4645dfef8d1ab069dc
Reviewed-on: https://chromium-review.googlesource.com/748918
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#513171}
parent b0339b71
......@@ -101,6 +101,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'nvidia', 'd3d11'], bug=735464)
# Win / NVIDIA Quadro P400 / D3D11 flaky failures
self.Fail('deqp/data/gles3/shaders/functions.html',
['win', ('nvidia', 0x1cb3), 'd3d11'], bug=680754)
self.Fail('deqp/functional/gles3/transformfeedback/' +
'basic_types_interleaved_lines.html',
['win', ('nvidia', 0x1cb3), 'd3d11'], bug=680754)
......@@ -734,7 +736,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
self.Fail('conformance/textures/misc/texture-size-limit.html',
['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
self.Fail('deqp/functional/gles3/fbocompleteness.html',
['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
# Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html',
......
......@@ -235,8 +235,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=750896)
self.Fail('conformance/limits/gl-max-texture-dimensions.html',
['win10', ('nvidia', 0x1cb3)], bug=715001)
self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html',
['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=737018)
self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
......@@ -299,6 +297,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'intel', 'd3d9'], bug=540538)
# WIN / OpenGL / NVIDIA failures
self.Fail('conformance/limits/gl-max-texture-dimensions.html',
['win', ('nvidia', 0x1cb3), 'opengl', 'passthrough'], bug=715001)
self.Fail('conformance/textures/misc/texture-size.html',
['win', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.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