Commit 0380f115 by Cheryl Wei Committed by Commit Bot

Skip ResizeWindow test on Linux.

ARM Linux doesn't support window surface resize. Bug: angleproject:4453 Change-Id: Ia8631f5191c2b3ebd822766cc7f92275aa62dff3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2777578 Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
parent 7fe44a53
......@@ -185,6 +185,7 @@ Arm Ltd.
Ancheng Qiao
Amy Liu
Jian Li
Cheryl Wei
Broadcom Inc.
Gary Sweet
......
......@@ -457,6 +457,7 @@ TEST_P(EGLSurfaceTest, ResizeWindow)
ANGLE_SKIP_TEST_IF(IsLinux() && isSwiftshader());
// http://anglebug.com/5485
ANGLE_SKIP_TEST_IF(IsIOS());
ANGLE_SKIP_TEST_IF(IsLinux() && IsARM());
// Necessary for a window resizing test if there is no per-frame window size query
setWindowVisible(mOSWindow, true);
......
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