mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
Add a test for ENDIF, revealing issues.
This commit is contained in:
committed by
Damien Lespiau
parent
960ca001ca
commit
7c3ba4d49d
@@ -14,4 +14,5 @@ iff
|
|||||||
while
|
while
|
||||||
else
|
else
|
||||||
wait
|
wait
|
||||||
|
endif
|
||||||
immediate
|
immediate
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ TESTS = \
|
|||||||
while \
|
while \
|
||||||
else \
|
else \
|
||||||
wait \
|
wait \
|
||||||
|
endif \
|
||||||
immediate
|
immediate
|
||||||
|
|
||||||
# Tests that are expected to fail because they contain some inccorect code.
|
# Tests that are expected to fail because they contain some inccorect code.
|
||||||
@@ -53,6 +54,8 @@ TESTDATA = \
|
|||||||
else.g4a \
|
else.g4a \
|
||||||
wait.expected \
|
wait.expected \
|
||||||
wait.g4a \
|
wait.g4a \
|
||||||
|
endif.expected \
|
||||||
|
endif.g4a \
|
||||||
immediate.g4a \
|
immediate.g4a \
|
||||||
immediate.expected
|
immediate.expected
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
{ 0x00000025, 0x00001c00, 0x00000000, 0x00010000 },
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
endif;
|
||||||
Reference in New Issue
Block a user