commit | 2c5c41f9b573e47483ed5cbec085c87b5298f4c9 | [log] [tgz] |
---|---|---|
author | Geoff Lang <geofflang@chromium.org> | Tue Oct 31 10:58:09 2017 -0400 |
committer | Geoff Lang <geofflang@chromium.org> | Tue Oct 31 14:59:24 2017 +0000 |
tree | cd73d76c3de68009259cb4d14909022356f30701 | |
parent | d922775b61373ec780c578483c8eeaf38e24d8f9 [diff] [blame] |
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/746372 Reviewed-by: Geoff Lang <geofflang@chromium.org>
diff --git a/src/tests/gl_tests/WebGLCompatibilityTest.cpp b/src/tests/gl_tests/WebGLCompatibilityTest.cpp index cad6283..bbbb55e 100644 --- a/src/tests/gl_tests/WebGLCompatibilityTest.cpp +++ b/src/tests/gl_tests/WebGLCompatibilityTest.cpp
@@ -3618,6 +3618,7 @@ // Verify that only valid texture formats are allowed. TEST_P(WebGLCompatibilityTest, InvalidTextureFormat) { + ANGLE_SKIP_TEST_IF(IsOzone()); ANGLE_SKIP_TEST_IF(getClientMajorVersion() != 2); GLTexture texture;