Skip to content

Commit

Permalink
Vulkan: Suppress functional.shaders.invariance.* on NV.
Browse files Browse the repository at this point in the history
Bug: angleproject:2976
Change-Id: If38669ca13297b17d55c03c977f4028cb03f6f34
Reviewed-on: https://chromium-review.googlesource.com/c/1342421
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
  • Loading branch information
null77 authored and Commit Bot committed Nov 19, 2018
1 parent 774fe56 commit 8a0fb48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tests/deqp_support/deqp_gles2_test_expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
// Line segment rasterization has a bug that affects Android configs.
2830 VULKAN ANDROID : dEQP-GLES2.functional.rasterization.primitives.line* = SKIP

// Passes on Pixel XL. Fails on 5x and Pixel 2. Might be fixd in latest driver.
// Passes on Pixel XL. Fails on 5x and Pixel 2. Might be fixed in latest driver.
2609 VULKAN ANDROID : dEQP-GLES2.functional.texture.mipmap.cube.generate.* = SKIP

// Fails on Nexus 5x only. TODO(jmadill): Remove suppression when possible. http://anglebug.com/2791
Expand Down Expand Up @@ -241,3 +241,6 @@

// Fails after OpenGL line rasterization rules implementation. Possibly a bug in FragCoord.
2809 VULKAN WIN AMD : dEQP-GLES2.functional.clipping.line.long_line_clip = FAIL

// Failures on newer NVIDIA drivers (411.95) and passes on older drivers (388.16).
2976 VULKAN NVIDIA : dEQP-GLES2.functional.shaders.invariance.* = FAIL

0 comments on commit 8a0fb48

Please sign in to comment.