Commit 617f8ca6 by Tim Van Patten Committed by Commit Bot

Metal: Suppress TransformFeedbackTest::BufferOutOfMemory()

Suppress TransformFeedbackTest::BufferOutOfMemory() for Metal on Intel and AMD. Bug: angleproject:5345 Test: TransformFeedbackTest.BufferOutOfMemory/ES3_Metal Change-Id: Ic873e2e83786d610db891e92cd3b9ac3057ec0ec Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2536903 Commit-Queue: Tim Van Patten <timvp@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 620cb770
...@@ -1793,6 +1793,9 @@ TEST_P(TransformFeedbackTest, BufferOutOfMemory) ...@@ -1793,6 +1793,9 @@ TEST_P(TransformFeedbackTest, BufferOutOfMemory)
// The GL back-end throws an internal error that we can't deal with in this test. // The GL back-end throws an internal error that we can't deal with in this test.
ANGLE_SKIP_TEST_IF(IsOpenGL()); ANGLE_SKIP_TEST_IF(IsOpenGL());
// TODO: http://anglebug.com/5345: fails consistently on Mac FYI GPU ASAN Release bot
ANGLE_SKIP_TEST_IF(IsMetal() && (IsIntel() || IsAMD()));
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