Commit a1a418e2 by Cody Northrop Committed by Commit Bot

Skip Texture2DTest.TextureSize on Linux+GL+TSAN

Bug: angleproject:5982 Change-Id: I228c5549d7c83d5fb3eb12a097dd4bcc20f56955 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2900929Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent 49ad51fb
......@@ -3082,6 +3082,9 @@ void FillLevel(GLint level,
// conformance/textures/misc/texture-size.html does
TEST_P(Texture2DTest, TextureSize)
{
// http://anglebug.com/5982
ANGLE_SKIP_TEST_IF(IsLinux() && IsOpenGL() && IsTSan());
const GLColor kNewMipColors[] = {
GLColor::green, GLColor::red, GLColor::blue,
GLColor::yellow, GLColor::magenta, GLColor::cyan,
......
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