Commit 428f344c authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Skip shader-with-non-reserved-words and shader-with-reserved-words on Win/Vk.

conformance/glsl/misc/shader-with-non-reserved-words.html is likely
the culprit test causing GPU process crashes. However,
conformance/glsl/misc/shader-with-reserved-words.html is the one
observed crashing the GPU process. Skip both on
Win/NVIDIA/Vulkan/passthrough.

Bug: 1085627
Change-Id: Iebd7c77e30785eda79202de5bef1abc5437053a2
No-Try: True
Tbr: jmadill@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214009Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771381}
parent f28dcef2
......@@ -187,7 +187,9 @@ crbug.com/735464 [ d3d11 win nvidia ] deqp/functional/gles3/textureshadow/* [ Re
crbug.com/907544 [ vulkan win passthrough nvidia ] conformance/uniforms/uniform-default-values.html [ RetryOnFailure ]
# Vulkan / Win / NVIDIA / Passthrough command decoder
# Causing GPU process crashes which cause the next test to fail, so skipping this.
# Causing GPU process crashes which cause the next test to fail, so skipping these.
crbug.com/1085627 [ win nvidia vulkan passthrough ] conformance/glsl/misc/shader-with-non-reserved-words.html [ Skip ]
crbug.com/1085627 [ win nvidia vulkan passthrough ] conformance/glsl/misc/shader-with-reserved-words.html [ Skip ]
crbug.com/1085677 [ win nvidia vulkan passthrough ] conformance/glsl/misc/shader-with-preprocessor-whitespace.html [ Skip ]
# Win / NVIDIA Quadro P400 / D3D11 flaky failures
......
......@@ -289,7 +289,9 @@ crbug.com/angleproject/3481 [ win nvidia vulkan passthrough ] conformance/textur
crbug.com/angleproject/2926 [ win nvidia vulkan passthrough ] deqp/data/gles2/shaders/conversions.html [ Failure ]
crbug.com/angleproject/4569 [ win nvidia vulkan passthrough ] conformance/textures/misc/default-texture.html [ Failure ]
crbug.com/1082826 [ win nvidia vulkan passthrough ] conformance/buffers/buffer-data-dynamic-delay.html [ Failure ]
# Causing GPU process crashes which cause the next test to fail, so skipping this.
# Causing GPU process crashes which cause the next test to fail, so skipping these.
crbug.com/1085627 [ win nvidia vulkan passthrough ] conformance/glsl/misc/shader-with-non-reserved-words.html [ Skip ]
crbug.com/1085627 [ win nvidia vulkan passthrough ] conformance/glsl/misc/shader-with-reserved-words.html [ Skip ]
crbug.com/1085677 [ win nvidia vulkan passthrough ] conformance/glsl/misc/shader-with-preprocessor-whitespace.html [ Skip ]
# Flaky since crbug.com/1017162
......
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