Commit 4e877ad3 by Jamie Madill Committed by Commit Bot

Suppress TransformFeedbackNegativeAPI test on Mac AMD.

Seems to be failing on Mac Pro FYI Release (AMD). Unclear exactly the scope of the problem so suppress it on all Mac AMD for now. Bug: angleproject:2747 Change-Id: I7a5da00b9056839f3ed01fc4c83fa7993019bda7 Reviewed-on: https://chromium-review.googlesource.com/1192550Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 6dfdca83
...@@ -2595,6 +2595,8 @@ void main() ...@@ -2595,6 +2595,8 @@ void main()
// Tests negative API state change cases with Transform Feedback bindings. // Tests negative API state change cases with Transform Feedback bindings.
TEST_P(WebGL2ValidationStateChangeTest, TransformFeedbackNegativeAPI) TEST_P(WebGL2ValidationStateChangeTest, TransformFeedbackNegativeAPI)
{ {
ANGLE_SKIP_TEST_IF(IsAMD() && IsOSX());
constexpr char kFS[] = R"(#version 300 es constexpr char kFS[] = R"(#version 300 es
precision mediump float; precision mediump float;
uniform block { vec4 color; }; uniform block { vec4 color; };
......
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