Commit f9f569e2 by Shahbaz Youssefi Committed by Commit Bot

Suppress test requiring VK_EXT_transform_feedback on Nvidia/win7

Bug: angleproject:5450 Bug: angleproject:5435 Change-Id: I1925a4f926d10c81e5c69cfc62fcb26da2cec81d Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2581940 Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent 855c5f1c
...@@ -2655,9 +2655,10 @@ TEST_P(TransformFeedbackTestES32, PrimitivesWrittenAndGenerated) ...@@ -2655,9 +2655,10 @@ TEST_P(TransformFeedbackTestES32, PrimitivesWrittenAndGenerated)
// No ES3.2 support on out bots. http://anglebug.com/5435 // No ES3.2 support on out bots. http://anglebug.com/5435
ANGLE_SKIP_TEST_IF(IsPixel2() && IsVulkan()); ANGLE_SKIP_TEST_IF(IsPixel2() && IsVulkan());
// No VK_EXT_transform_feedback support on the following configuration. // No VK_EXT_transform_feedback support on the following configurations.
// http://anglebug.com/5435 // http://anglebug.com/5435
ANGLE_SKIP_TEST_IF(IsVulkan() && IsAMD() && IsWindows()); ANGLE_SKIP_TEST_IF(IsVulkan() && IsAMD() && IsWindows());
ANGLE_SKIP_TEST_IF(IsVulkan() && IsNVIDIA() && IsWindows7());
glClearColor(0.0f, 0.0f, 0.0f, 0.0f); glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
glClear(GL_COLOR_BUFFER_BIT); glClear(GL_COLOR_BUFFER_BIT);
......
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