Commit 2c5c41f9 by Geoff Lang

Skip WebGLCompatibilityTest.InvalidTextureFormat on Ozone.

Attempting to figure out why the Linux Ozone (Intel) is failing. BUG=779346 Change-Id: I94bb50f0b7746c90fe31ea1a9107319864d85438 Reviewed-on: https://chromium-review.googlesource.com/746372Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent d922775b
...@@ -3618,6 +3618,7 @@ void WebGLCompatibilityTest::validateTexImageExtensionFormat(GLenum format, ...@@ -3618,6 +3618,7 @@ void WebGLCompatibilityTest::validateTexImageExtensionFormat(GLenum format,
// Verify that only valid texture formats are allowed. // Verify that only valid texture formats are allowed.
TEST_P(WebGLCompatibilityTest, InvalidTextureFormat) TEST_P(WebGLCompatibilityTest, InvalidTextureFormat)
{ {
ANGLE_SKIP_TEST_IF(IsOzone());
ANGLE_SKIP_TEST_IF(getClientMajorVersion() != 2); ANGLE_SKIP_TEST_IF(getClientMajorVersion() != 2);
GLTexture texture; GLTexture texture;
......
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