Commit c5a7da47 by Ian Elliott Committed by Commit Bot

Suppress flaky MultithreadingTest on Win/Swangle

MultithreadingTest.MultiContextDrawWithSwapBuffers/ES3_Vulkan_SwiftShader_NoVirtual Bug: angleproject:5099 Change-Id: I12ab4a6fb7fff8d6bc7358e6017cb10e46362b88 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2752893Reviewed-by: 's avatarIan Elliott <ianelliott@google.com> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Ian Elliott <ianelliott@google.com>
parent 7c7cf3e5
...@@ -269,6 +269,8 @@ TEST_P(MultithreadingTest, MultiContextDrawWithSwapBuffers) ...@@ -269,6 +269,8 @@ TEST_P(MultithreadingTest, MultiContextDrawWithSwapBuffers)
// http://anglebug.com/5099 // http://anglebug.com/5099
ANGLE_SKIP_TEST_IF(IsAndroid() && IsOpenGLES()); ANGLE_SKIP_TEST_IF(IsAndroid() && IsOpenGLES());
// http://anglebug.com/5099
ANGLE_SKIP_TEST_IF(IsWindows() && isSwiftshader());
EGLWindow *window = getEGLWindow(); EGLWindow *window = getEGLWindow();
EGLDisplay dpy = window->getDisplay(); EGLDisplay dpy = window->getDisplay();
......
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