mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 22:36:24 +00:00
Add a test for ENDIF, revealing issues.
This commit is contained in:
parent
960ca001ca
commit
7c3ba4d49d
1
assembler/test/.gitignore
vendored
1
assembler/test/.gitignore
vendored
@ -14,4 +14,5 @@ iff
|
||||
while
|
||||
else
|
||||
wait
|
||||
endif
|
||||
immediate
|
||||
|
@ -16,6 +16,7 @@ TESTS = \
|
||||
while \
|
||||
else \
|
||||
wait \
|
||||
endif \
|
||||
immediate
|
||||
|
||||
# Tests that are expected to fail because they contain some inccorect code.
|
||||
@ -53,6 +54,8 @@ TESTDATA = \
|
||||
else.g4a \
|
||||
wait.expected \
|
||||
wait.g4a \
|
||||
endif.expected \
|
||||
endif.g4a \
|
||||
immediate.g4a \
|
||||
immediate.expected
|
||||
|
||||
|
1
assembler/test/endif.expected
Normal file
1
assembler/test/endif.expected
Normal file
@ -0,0 +1 @@
|
||||
{ 0x00000025, 0x00001c00, 0x00000000, 0x00010000 },
|
1
assembler/test/endif.g4a
Normal file
1
assembler/test/endif.g4a
Normal file
@ -0,0 +1 @@
|
||||
endif;
|
Loading…
x
Reference in New Issue
Block a user