Skip to content

Commit

Permalink
Skip ParallelShaderCompileTestES31.LinkAndDispatchManyPrograms
Browse files Browse the repository at this point in the history
Flaky on Win NVIDIA D3D11

Bug: angleproject:3359
Change-Id: I56a0e4266f1cd0913852a43852666dee055a8e00
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1564562
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
  • Loading branch information
y-novikov authored and Commit Bot committed Apr 11, 2019
1 parent 2249d4a commit e29b61e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/gl_tests/ParallelShaderCompileTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ class ParallelShaderCompileTestES31 : public ParallelShaderCompileTest
// Test to compile and link many computing programs in parallel.
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());

TaskRunner<ImageLoadStore> runner;
Expand Down

0 comments on commit e29b61e

Please sign in to comment.