Commit bb4be1ad by Corentin Wallez Committed by Commit Bot

Suppress OcclusionQueriesTest.MultiContext on Win NVIDIA Vk

BUG=angleproject:3080 Change-Id: I915778ee239755bfd8aadc25235d36cd52383415 Reviewed-on: https://chromium-review.googlesource.com/c/1415852Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent bab0302b
...@@ -189,6 +189,9 @@ TEST_P(OcclusionQueriesTest, MultiContext) ...@@ -189,6 +189,9 @@ TEST_P(OcclusionQueriesTest, MultiContext)
ANGLE_SKIP_TEST_IF(getClientMajorVersion() < 3 && ANGLE_SKIP_TEST_IF(getClientMajorVersion() < 3 &&
!extensionEnabled("GL_EXT_occlusion_query_boolean")); !extensionEnabled("GL_EXT_occlusion_query_boolean"));
// TODO(cwallez@chromium.org): Suppression for http://anglebug.com/3080
ANGLE_SKIP_TEST_IF(IsWindows() && IsNVIDIA() && IsVulkan());
// Test skipped because the D3D backends cannot support simultaneous queries on multiple // Test skipped because the D3D backends cannot support simultaneous queries on multiple
// contexts yet. Same with the Vulkan backend. // contexts yet. Same with the Vulkan backend.
ANGLE_SKIP_TEST_IF(GetParam() == ES2_D3D9() || GetParam() == ES2_D3D11() || ANGLE_SKIP_TEST_IF(GetParam() == ES2_D3D9() || GetParam() == ES2_D3D11() ||
......
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