Commit c488f0c9 by Jamie Madill Committed by Commit Bot

Suppress flaky test on Win/Intel/GL.

CopyTextureTestES3.ES3UnormFormats/ES3_OpenGL Bug: angleproject:5127 Change-Id: I93628beb92b8d9b4d8c6f70b32d15ed9add54667 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2446595Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent e815afbf
...@@ -1777,6 +1777,9 @@ TEST_P(CopyTextureTestES3, ES3UnormFormats) ...@@ -1777,6 +1777,9 @@ TEST_P(CopyTextureTestES3, ES3UnormFormats)
// http://anglebug.com/4092 // http://anglebug.com/4092
ANGLE_SKIP_TEST_IF(IsAndroid()); ANGLE_SKIP_TEST_IF(IsAndroid());
// http://anglebug.com/5127
ANGLE_SKIP_TEST_IF(IsWindows() && IsOpenGL() && IsIntel());
auto testOutput = [this](GLuint texture, const GLColor &expectedColor) { auto testOutput = [this](GLuint texture, const GLColor &expectedColor) {
constexpr char kVS[] = constexpr char kVS[] =
"#version 300 es\n" "#version 300 es\n"
......
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