Skip OpArrayLengthTest.Vertex on ANGLE.

Bug: dawn:197 dawn:447
Change-Id: I75e13530d6568e03df97b032517c3fe56d84f0fe
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/39941
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Stephen White <senorblanco@chromium.org>
This commit is contained in:
Stephen White 2021-02-01 19:17:28 +00:00 committed by Commit Bot service account
parent 308218311b
commit fbaa306056
1 changed files with 3 additions and 3 deletions

View File

@ -209,10 +209,10 @@ TEST_P(OpArrayLengthTest, Fragment) {
// Test OpArrayLength in the vertex stage
TEST_P(OpArrayLengthTest, Vertex) {
// TODO(cwallez@chromium.org): The computations for length() of unsized buffer is broken on
// Nvidia OpenGL. See https://bugs.chromium.org/p/dawn/issues/detail?id=197
// Nvidia OpenGL. Also failing on SwANGLE. See
// https://bugs.chromium.org/p/dawn/issues/detail?id=197
DAWN_SKIP_TEST_IF(IsNvidia() && IsOpenGL());
DAWN_SKIP_TEST_IF(IsNvidia() && IsOpenGLES());
DAWN_SKIP_TEST_IF(IsNvidia() && IsOpenGLES() || IsANGLE());
// TODO(crbug.com/dawn/657): Returned data is slightly incorrect in this case.
DAWN_SKIP_TEST_IF(HasToggleEnabled("use_tint_generator") && IsIntel() && IsOpenGL());