commit | 9107577c02f36bc9b7fa77a940c4fa6393ad6e47 | [log] [tgz] |
---|---|---|
author | shrekshao <shrekshao@google.com> | Mon Nov 18 15:00:29 2019 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 19 19:14:57 2019 +0000 |
tree | cf6c5d619982a4a651f59f979ea8182ad85e74f2 | |
parent | 240befe55bb3cf960d6efdb26482e41ec7821e24 [diff] [blame] |
Skip TextureNorm16Test on Nexus6P Since either revert of the original patch or the new fix is failing some bots, suppress it first. https://chromium-review.googlesource.com/c/angle/angle/+/1917423 https://chromium-review.googlesource.com/c/angle/angle/+/1914127 TBR=geofflang@chromium.org Bug: 1024387, angleproject:4089 Change-Id: I56fe0ba7e8a33f72b287528e920d6733e9cb5037 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1922602 Reviewed-by: Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com>
diff --git a/src/tests/gl_tests/TextureTest.cpp b/src/tests/gl_tests/TextureTest.cpp index 587d02d..b553182 100644 --- a/src/tests/gl_tests/TextureTest.cpp +++ b/src/tests/gl_tests/TextureTest.cpp
@@ -4037,7 +4037,8 @@ TEST_P(Texture2DNorm16TestES3, TextureNorm16Test) { // TODO(crbug.com/angleproject/4089) Fails on Nexus5X Adreno - ANGLE_SKIP_TEST_IF(IsNexus5X()); + // TODO(crbug.com/1024387) Fails on Nexus6P + ANGLE_SKIP_TEST_IF(IsNexus5X() || IsNexus6P()); // TODO(crbug.com/angleproject/4089) Fails on Win Intel OpenGL driver ANGLE_SKIP_TEST_IF(IsIntel() && IsOpenGL());