Commit 514c8f64 by Jonah Ryan-Davis Committed by Commit Bot

Skip MultithreadingTest.MultiCreateContext on Ozone

This tests crashes on Ozone, skip for now. Bug: chromium:1103009 Change-Id: Ie686e69d937710b43b615372251801e83b7bde20 TBR=geofflang@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2288334Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>
parent a3f6dc2f
...@@ -205,7 +205,8 @@ TEST_P(MultithreadingTest, MultiContextDraw) ...@@ -205,7 +205,8 @@ TEST_P(MultithreadingTest, MultiContextDraw)
TEST_P(MultithreadingTest, MultiCreateContext) TEST_P(MultithreadingTest, MultiCreateContext)
{ {
// Supported by CGL, GLX, and WGL (https://anglebug.com/4725) // Supported by CGL, GLX, and WGL (https://anglebug.com/4725)
ANGLE_SKIP_TEST_IF(!(IsWindows() || IsLinux() || IsOSX())); // Not supported on Ozone (https://crbug.com/1103009)
ANGLE_SKIP_TEST_IF(!(IsWindows() || IsLinux() || IsOSX()) || IsOzone());
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