Commit 59aa1ef1 by Yuly Novikov Committed by Commit Bot

Suppress TextureSampleShadingTest.Basic on Vulkan AMD

Fails on Windows and Linux. Bug: angleproject:5412 Change-Id: I0a8a0d194c63a92ede0f10cd89eb3db703b93ea2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2562756Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent a5da17cd
...@@ -1083,6 +1083,8 @@ TEST_P(TextureSampleShadingTest, Basic) ...@@ -1083,6 +1083,8 @@ TEST_P(TextureSampleShadingTest, Basic)
// http://anglebug.com/5410 // http://anglebug.com/5410
ANGLE_SKIP_TEST_IF(IsWindows() && IsIntel() && IsVulkan()); ANGLE_SKIP_TEST_IF(IsWindows() && IsIntel() && IsVulkan());
// http://anglebug.com/5412
ANGLE_SKIP_TEST_IF(IsAMD() && IsVulkan());
constexpr GLsizei kSize = 1; constexpr GLsizei kSize = 1;
constexpr GLsizei kSampleCount = 4; constexpr GLsizei kSampleCount = 4;
......
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