Commit 6e125937 by Jamie Madill Committed by Commit Bot

Suppress timing out GLES 31 tests on GL/Linux.

dEQP-GLES31.functional.compute.indirect_dispatch.gen_in_compute.large_offset dEQP-GLES31.functional.compute.indirect_dispatch.gen_in_compute.large_offset_multiple_invocations Bug: angleproject:5197 Change-Id: I379799565850fd2002c1f708bfa58d1e886c7fba Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2485284Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 1bf0b917
...@@ -371,7 +371,8 @@ class dEQPTest : public testing::TestWithParam<size_t> ...@@ -371,7 +371,8 @@ class dEQPTest : public testing::TestWithParam<size_t>
// crashed tests we track how many tests we "tried" to run. // crashed tests we track how many tests we "tried" to run.
sTestCount++; sTestCount++;
if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestSkip) if (caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestSkip ||
caseInfo.mExpectation == GPUTestExpectationsParser::kGpuTestTimeout)
{ {
sSkippedTestCount++; sSkippedTestCount++;
std::cout << "Test skipped.\n"; std::cout << "Test skipped.\n";
......
...@@ -110,6 +110,10 @@ ...@@ -110,6 +110,10 @@
1442 OPENGL : dEQP-GLES31.functional.program_interface_query.uniform.random.* = FAIL 1442 OPENGL : dEQP-GLES31.functional.program_interface_query.uniform.random.* = FAIL
1442 OPENGL : dEQP-GLES31.functional.program_interface_query.uniform_block.referenced_by.* = FAIL 1442 OPENGL : dEQP-GLES31.functional.program_interface_query.uniform_block.referenced_by.* = FAIL
// Slow / timeout on Linux GL
5197 LINUX OPENGL : dEQP-GLES31.functional.compute.indirect_dispatch.gen_in_compute.large_offset = TIMEOUT
5197 LINUX OPENGL : dEQP-GLES31.functional.compute.indirect_dispatch.gen_in_compute.large_offset_multiple_invocations = TIMEOUT
// OpenGL/D3D11 Failing Tests // OpenGL/D3D11 Failing Tests
1442 OPENGL : dEQP-GLES31.functional.shaders.opaque_type_indexing.* = FAIL 1442 OPENGL : dEQP-GLES31.functional.shaders.opaque_type_indexing.* = FAIL
1442 D3D11 : dEQP-GLES31.functional.shaders.opaque_type_indexing.* = FAIL 1442 D3D11 : dEQP-GLES31.functional.shaders.opaque_type_indexing.* = FAIL
......
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