Skip to content

Commit

Permalink
dEQP-VK.graphicsfuzz.unreachable-switch-case-with-discards
Browse files Browse the repository at this point in the history
Components: Vulkan

New Tests:

dEQP-VK.graphicsfuzz.unreachable-switch-case-with-discards

Change-Id: Ic0bdb602fbcebd460072ca88acb3a8b4b4641bf1
  • Loading branch information
afd authored and alegal-arm committed Dec 3, 2019
1 parent 3250543 commit ac61e0d
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 0 deletions.
1 change: 1 addition & 0 deletions android/cts/master/vk-master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -559328,6 +559328,7 @@ dEQP-VK.graphicsfuzz.unreachable-discard-statement
dEQP-VK.graphicsfuzz.unreachable-loops
dEQP-VK.graphicsfuzz.unreachable-loops-in-switch
dEQP-VK.graphicsfuzz.unreachable-return-in-loop
dEQP-VK.graphicsfuzz.unreachable-switch-case-with-discards
dEQP-VK.graphicsfuzz.while-function-always-false
dEQP-VK.graphicsfuzz.while-inside-switch
dEQP-VK.graphicsfuzz.write-before-break
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
{ "unreachable-loops.amber", "unreachable-loops", "Fragment shader that writes red despite unreachable loops" },
{ "unreachable-loops-in-switch.amber", "unreachable-loops-in-switch", "A fragment shader with unreachable loops in a switch" },
{ "unreachable-return-in-loop.amber", "unreachable-return-in-loop", "A fragment shader with an unreachable return in a loop" },
{ "unreachable-switch-case-with-discards.amber", "unreachable-switch-case-with-discards","A shader with a switch statement containing unreachable discards" },
{ "while-function-always-false.amber", "while-function-always-false", "A fragment shader with an always false while function" },
{ "while-inside-switch.amber", "while-inside-switch", "A fragment shader that uses a while loop inside a switch" },
{ "write-before-break.amber", "write-before-break", "Fragment shader that writes red before loop break" },
Expand Down
Loading

0 comments on commit ac61e0d

Please sign in to comment.