Commit 6c4ff5dd by Ian Elliott Committed by Commit Bot

Vulkan: Narrow GLES1 Scissor test skip to just Vulkan-Windows-Intel

Bug: angleproject:3867 Change-Id: I49b3a7facf41c4fa635c072c89820f2ee43c7787 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1815346Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Ian Elliott <ianelliott@google.com>
parent 8a0686e1
...@@ -342,7 +342,7 @@ TEST_P(GLES1ConformanceTest, RescaleNormal) ...@@ -342,7 +342,7 @@ TEST_P(GLES1ConformanceTest, RescaleNormal)
TEST_P(GLES1ConformanceTest, Scissor) TEST_P(GLES1ConformanceTest, Scissor)
{ {
// http://g.co/anglebug/3867 // http://g.co/anglebug/3867
ANGLE_SKIP_TEST_IF(IsVulkan()); ANGLE_SKIP_TEST_IF(IsVulkan() && IsWindows() && IsIntel());
ASSERT_NE(CONFORMANCE_TEST_ERROR, ScissorExec()); ASSERT_NE(CONFORMANCE_TEST_ERROR, ScissorExec());
} }
......
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