Commit e59000c3 by Jamie Madill Committed by Commit Bot

Skip CopyTextureTestES3.ES3FloatFormats in Win/Intel/OpenGL.

Possibly due to a driver bug. BUG=angleproject:1932 Change-Id: I8b10457681c5635b89f898aab09fa244b3bf7d9c Reviewed-on: https://chromium-review.googlesource.com/616817Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 5c00d0db
...@@ -1111,6 +1111,8 @@ TEST_P(CopyTextureTestES3, ES3UnormFormats) ...@@ -1111,6 +1111,8 @@ TEST_P(CopyTextureTestES3, ES3UnormFormats)
// Test the newly added ES3 float formats // Test the newly added ES3 float formats
TEST_P(CopyTextureTestES3, ES3FloatFormats) TEST_P(CopyTextureTestES3, ES3FloatFormats)
{ {
ANGLE_SKIP_TEST_IF(IsIntel() && IsWindows() && IsOpenGL());
if (!checkExtensions()) if (!checkExtensions())
{ {
return; 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