Commit e8b18e79 by Shahbaz Youssefi Committed by Commit Bot

Skip failing test on AMD/Linux

This test was suppressed on AMD/Windows already. Bug: angleproject:5687 Bug: angleproject:5874 Change-Id: I9b6bac81adc017f80634271063d53f3d4eebba0b Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2831993Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent ed4f7cb6
......@@ -4522,7 +4522,7 @@ void main()
TEST_P(SimpleStateChangeTestES31, TransformFeedbackThenReadWithCompute)
{
// http://anglebug.com/5687
ANGLE_SKIP_TEST_IF(IsWindows() && IsAMD() && IsVulkan());
ANGLE_SKIP_TEST_IF(IsAMD() && IsVulkan());
constexpr GLsizei kBufferSize = sizeof(float) * 4 * 6;
GLBuffer buffer;
......
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