Commit 53905cc1 authored by geofflang's avatar geofflang Committed by Commit bot

Supress failures on the passthrough command buffer with Intel.

TBR=zmo@chromium.org

BUG=668223
CQ_INCLUDE_TRYBOTS=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;master.tryserver.chromium.android:android_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2620133005
Cr-Commit-Position: refs/heads/master@{#443268}
parent b11fd211
......@@ -327,8 +327,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID
# Win / Intel / Passthrough command decoder
self.Flaky('conformance/renderbuffers/framebuffer-state-restoration.html',
['win', 'intel', 'passthrough', 'd3d11'], bug=602688)
self.Fail('conformance/renderbuffers/renderbuffer-initialization.html',
['win', 'intel', 'passthrough', 'd3d11'], bug=1635) # angle bug ID
self.Fail('conformance/textures/misc/' +
'copytexsubimage2d-large-partial-copy-corruption.html',
['win', 'intel', 'passthrough', 'd3d11'], bug=602688)
# Mac failures
self.Flaky('conformance/extensions/oes-texture-float-with-video.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