Commit e29b61e6 by Yuly Novikov Committed by Commit Bot

Skip ParallelShaderCompileTestES31.LinkAndDispatchManyPrograms

Flaky on Win NVIDIA D3D11 Bug: angleproject:3359 Change-Id: I56a0e4266f1cd0913852a43852666dee055a8e00 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1564562Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 2249d4a7
...@@ -382,6 +382,9 @@ class ParallelShaderCompileTestES31 : public ParallelShaderCompileTest ...@@ -382,6 +382,9 @@ class ParallelShaderCompileTestES31 : public ParallelShaderCompileTest
// Test to compile and link many computing programs in parallel. // Test to compile and link many computing programs in parallel.
TEST_P(ParallelShaderCompileTestES31, LinkAndDispatchManyPrograms) TEST_P(ParallelShaderCompileTestES31, LinkAndDispatchManyPrograms)
{ {
// Flaky on Win NVIDIA D3D11. http://anglebug.com/3359
ANGLE_SKIP_TEST_IF(IsWindows() && IsNVIDIA() && IsD3D11());
ANGLE_SKIP_TEST_IF(!ensureParallelShaderCompileExtensionAvailable()); ANGLE_SKIP_TEST_IF(!ensureParallelShaderCompileExtensionAvailable());
TaskRunner<ImageLoadStore> runner; TaskRunner<ImageLoadStore> runner;
......
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