Commit 3dfaf265 by Jamie Madill Committed by Commit Bot

Add a Linux/Intel suppression for CopyTextureTestES3.ES3UintFormats.

BUG=chromium:756087 Change-Id: If7d318d58ce46b52a810b1a96fcdbff57a787f86 Reviewed-on: https://chromium-review.googlesource.com/621408Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 0ce8ef33
......@@ -1239,6 +1239,8 @@ TEST_P(CopyTextureTestES3, ES3FloatFormats)
// Test the newly added ES3 unsigned integer formats
TEST_P(CopyTextureTestES3, ES3UintFormats)
{
ANGLE_SKIP_TEST_IF(IsLinux() && IsOpenGL() && IsIntel());
if (!checkExtensions())
{
return;
......
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