commit | 3dfaf265b48cefd7af8c863893073dc0c3d846ae | [log] [tgz] |
---|---|---|
author | Jamie Madill <jmadill@chromium.org> | Fri Aug 18 12:32:14 2017 -0400 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Aug 18 16:49:57 2017 +0000 |
tree | 27c136c09b8a2614cd14d4bf6dcbaedecaeebd81 | |
parent | 0ce8ef332fa5a53c85a7243be92b89dc1976e714 [diff] [blame] |
Add a Linux/Intel suppression for CopyTextureTestES3.ES3UintFormats. BUG=chromium:756087 Change-Id: If7d318d58ce46b52a810b1a96fcdbff57a787f86 Reviewed-on: https://chromium-review.googlesource.com/621408 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
diff --git a/src/tests/gl_tests/CopyTextureTest.cpp b/src/tests/gl_tests/CopyTextureTest.cpp index 4a4184a..0097ca9 100644 --- a/src/tests/gl_tests/CopyTextureTest.cpp +++ b/src/tests/gl_tests/CopyTextureTest.cpp
@@ -1239,6 +1239,8 @@ // Test the newly added ES3 unsigned integer formats TEST_P(CopyTextureTestES3, ES3UintFormats) { + ANGLE_SKIP_TEST_IF(IsLinux() && IsOpenGL() && IsIntel()); + if (!checkExtensions()) { return;