Commit e6b23e45 by Yuly Novikov Committed by Commit Bot

Skip Texture2DTestES3.TextureImplPropogatesDirtyBits on Win AMD GL

Bug: angleproject:3371 Change-Id: I7601e6b658835b9c948acab98491f5bd01ea9497 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1562517Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 34cbc544
......@@ -1726,6 +1726,8 @@ TEST_P(Texture2DTest, NPOTSubImageParameters)
TEST_P(Texture2DTestES3, TextureImplPropogatesDirtyBits)
{
ANGLE_SKIP_TEST_IF(IsIntel() && IsOpenGL());
// Flaky hangs on Win10 AMD RX 550 GL. http://anglebug.com/3371
ANGLE_SKIP_TEST_IF(IsWindows() && IsAMD() && IsOpenGL());
// The workaround in the GL backend required to trigger this bug generates driver warning
// messages.
......
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