mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Add tests for break, cont, and halt instructions.
This commit is contained in:
committed by
Damien Lespiau
parent
f45ac8b2cc
commit
9201e4e2a0
@@ -15,6 +15,9 @@ TESTS = \
|
||||
iff \
|
||||
while \
|
||||
else \
|
||||
break \
|
||||
cont \
|
||||
halt \
|
||||
wait \
|
||||
endif \
|
||||
immediate
|
||||
@@ -52,6 +55,12 @@ TESTDATA = \
|
||||
while.g4a \
|
||||
else.expected \
|
||||
else.g4a \
|
||||
break.expected \
|
||||
break.g4a \
|
||||
cont.expected \
|
||||
cont.g4a \
|
||||
halt.expected \
|
||||
halt.g4a \
|
||||
wait.expected \
|
||||
wait.g4a \
|
||||
endif.expected \
|
||||
|
||||
Reference in New Issue
Block a user