mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 05:13:47 +00:00
Add tests for jmpi, if, iff, and while, revealing issues.
This commit is contained in:
committed by
Damien Lespiau
parent
cc865f1bc0
commit
8828725dc9
@@ -9,7 +9,11 @@ TESTS = \
|
||||
rnde-intsrc \
|
||||
rndz \
|
||||
lzd \
|
||||
not
|
||||
not \
|
||||
jmpi \
|
||||
if \
|
||||
iff \
|
||||
while
|
||||
|
||||
# Tests that are expected to fail because they contain some inccorect code.
|
||||
XFAIL_TESTS = \
|
||||
@@ -33,7 +37,15 @@ TESTDATA = \
|
||||
lzd.expected \
|
||||
lzd.g4a \
|
||||
not.expected \
|
||||
not.g4a
|
||||
not.g4a \
|
||||
jmpi.expected \
|
||||
jmpi.g4a \
|
||||
if.expected \
|
||||
if.g4a \
|
||||
iff.expected \
|
||||
iff.g4a \
|
||||
while.expected \
|
||||
while.g4a
|
||||
|
||||
EXTRA_DIST = \
|
||||
${TESTDATA} \
|
||||
|
||||
Reference in New Issue
Block a user