Commit 2b8ceb28 by Cody Northrop Committed by Angle LUCI CQ

Update skip list for Texture2DTest.TextureSize

It is also failing on Linux+Vulkan+TSAN. Bug: angleproject:5982 Change-Id: I742a65ef6076e4f00cc8030cfea46619effaa4d6 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2906815Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent dee8dad4
...@@ -3083,7 +3083,7 @@ void FillLevel(GLint level, ...@@ -3083,7 +3083,7 @@ void FillLevel(GLint level,
TEST_P(Texture2DTest, TextureSize) TEST_P(Texture2DTest, TextureSize)
{ {
// http://anglebug.com/5982 // http://anglebug.com/5982
ANGLE_SKIP_TEST_IF(IsLinux() && IsOpenGL() && IsTSan()); ANGLE_SKIP_TEST_IF(IsLinux() && IsTSan() && (IsOpenGL() || IsVulkan()));
const GLColor kNewMipColors[] = { const GLColor kNewMipColors[] = {
GLColor::green, GLColor::red, GLColor::blue, GLColor::green, GLColor::red, GLColor::blue,
......
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