Skip to content

Commit

Permalink
dEQP-VK.graphicsfuzz.struct-and-unreachable-infinite-loop
Browse files Browse the repository at this point in the history
Components: Vulkan

New Tests:

dEQP-VK.graphicsfuzz.struct-and-unreachable-infinite-loop

Change-Id: I65b528b4f4739dced9752d79a440884373aafe7e
  • Loading branch information
afd authored and alegal-arm committed Dec 3, 2019
1 parent 37b02b7 commit 7a34c73
Show file tree
Hide file tree
Showing 5 changed files with 211 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 @@ -559306,6 +559306,7 @@ dEQP-VK.graphicsfuzz.return-float-from-while-loop
dEQP-VK.graphicsfuzz.return-in-loop-in-function
dEQP-VK.graphicsfuzz.returned-boolean-in-vector
dEQP-VK.graphicsfuzz.similar-nested-ifs
dEQP-VK.graphicsfuzz.struct-and-unreachable-infinite-loop
dEQP-VK.graphicsfuzz.struct-used-as-temporary
dEQP-VK.graphicsfuzz.switch-if-discard
dEQP-VK.graphicsfuzz.switch-with-empty-if-false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
{ "return-in-loop-in-function.amber", "return-in-loop-in-function", "A fragment shader with early return from loop in function" },
{ "returned-boolean-in-vector.amber", "returned-boolean-in-vector", "A fragment shader with returned boolean in vector" },
{ "similar-nested-ifs.amber", "similar-nested-ifs", "A fragment shader with similar nested ifs and loops" },
{ "struct-and-unreachable-infinite-loop.amber", "struct-and-unreachable-infinite-loop", "Fragment shader with struct and unreachable infinite loop" },
{ "struct-used-as-temporary.amber", "struct-used-as-temporary", "A fragment shader that uses a temporary struct variable" },
{ "switch-if-discard.amber", "switch-if-discard", "A fragment shader with a switch, if, and discard" },
{ "switch-with-empty-if-false.amber", "switch-with-empty-if-false", "A fragment shader with always false if in switch statement" },
Expand Down
Loading

0 comments on commit 7a34c73

Please sign in to comment.