EGLPreRotationBlitFramebufferTest are passing on
Pixel 6. Skip the failed tests on Pixel4 devices only.

Bug: b/172867704
Bug: angleproject:5044
Change-Id: I23744cec20bf7e74272532a00420d1488398cda8
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4590228
Commit-Queue: Yuxin Hu <yuxinhu@google.com>
Reviewed-by: Ian Elliott <ianelliott@google.com>
This commit is contained in:
Yuxin Hu 2023-06-05 18:45:19 -07:00 коммит произвёл Angle LUCI CQ
Родитель 16841d6256
Коммит 1ad4ae4d63
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1113,7 +1113,7 @@ TEST_P(EGLPreRotationBlitFramebufferTest, BlitStencilWithFlip)
ANGLE_SKIP_TEST_IF(IsLinux() && isSwiftshader());
// We need to fix blit with pre-rotation. http://anglebug.com/5044
ANGLE_SKIP_TEST_IF(IsAndroid() || IsWindows());
ANGLE_SKIP_TEST_IF(IsPixel4() || IsPixel4XL() || IsWindows());
// To aid in debugging, we want this window visible
setWindowVisible(mOSWindow, true);