Commit fec92a6f by Geoff Lang Committed by Commit Bot

Temporarily skip MakeCurrentMultiContext test on Windows AMD OpenGL.

BUG=angleproject:2464 Change-Id: Iaa4d075af6e92fd603f3dfaab0946daed2af64ab Reviewed-on: https://chromium-review.googlesource.com/1111909Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent e4e2d0c5
...@@ -78,6 +78,7 @@ TEST_P(MultithreadingTest, MakeCurrentSingleContext) ...@@ -78,6 +78,7 @@ TEST_P(MultithreadingTest, MakeCurrentSingleContext)
TEST_P(MultithreadingTest, MakeCurrentMultiContext) TEST_P(MultithreadingTest, MakeCurrentMultiContext)
{ {
ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading());
ANGLE_SKIP_TEST_IF(IsWindows() && IsOpenGL() && IsAMD());
std::mutex mutex; std::mutex mutex;
......
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