mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 00:46:17 +00:00
Add a test for the ELSE instruction, revealing issues.
This commit is contained in:
parent
1f58efa747
commit
a8eb735270
1
assembler/test/.gitignore
vendored
1
assembler/test/.gitignore
vendored
@ -12,5 +12,6 @@ jmpi
|
||||
if
|
||||
iff
|
||||
while
|
||||
else
|
||||
wait
|
||||
immediate
|
||||
|
@ -14,6 +14,7 @@ TESTS = \
|
||||
if \
|
||||
iff \
|
||||
while \
|
||||
else \
|
||||
wait \
|
||||
immediate
|
||||
|
||||
@ -48,6 +49,8 @@ TESTDATA = \
|
||||
iff.g4a \
|
||||
while.expected \
|
||||
while.g4a \
|
||||
else.expected \
|
||||
else.g4a \
|
||||
wait.expected \
|
||||
wait.g4a \
|
||||
immediate.g4a \
|
||||
|
1
assembler/test/else.expected
Normal file
1
assembler/test/else.expected
Normal file
@ -0,0 +1 @@
|
||||
{ 0x00000024, 0x34001c00, 0x00011400, 0x00010002 },
|
1
assembler/test/else.g4a
Normal file
1
assembler/test/else.g4a
Normal file
@ -0,0 +1 @@
|
||||
else 2;
|
Loading…
x
Reference in New Issue
Block a user