Commit a21ef78c by Tim Van Patten Committed by Commit Bot

Skip GLES1ConformanceTest.SpotExpDir for Win+Vulkan

The test GLES1ConformanceTest.SpotExpDir/ES1_Vulkan is failing on Win7/10 on AMD/Nvidia. This will suppress the failure while we investigate the issue. Bug: chromium:1136238 Test: GLES1ConformanceTest.SpotExpDir/ES1_Vulkan Change-Id: I16d08c741b46f88f59bc2a182ed06fbb91fdb61f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2458693Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarCharlie Lao <cclao@google.com> Commit-Queue: Tim Van Patten <timvp@google.com>
parent 068617d6
...@@ -410,6 +410,8 @@ TEST_P(GLES1ConformanceTest, SpotExpPos) ...@@ -410,6 +410,8 @@ TEST_P(GLES1ConformanceTest, SpotExpPos)
TEST_P(GLES1ConformanceTest, SpotExpDir) TEST_P(GLES1ConformanceTest, SpotExpDir)
{ {
// http://crbug.com/1136238
ANGLE_SKIP_TEST_IF(IsWindows() && IsVulkan());
ASSERT_NE(CONFORMANCE_TEST_ERROR, SpotExpDirExec()); ASSERT_NE(CONFORMANCE_TEST_ERROR, SpotExpDirExec());
} }
......
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