mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 04:42:53 +00:00
Add a failing test for maximum ranges of UD/D immediates.
This commit is contained in:
committed by
Damien Lespiau
parent
330903ad81
commit
d72f5c9828
@@ -13,7 +13,8 @@ TESTS = \
|
||||
jmpi \
|
||||
if \
|
||||
iff \
|
||||
while
|
||||
while \
|
||||
immediate
|
||||
|
||||
# Tests that are expected to fail because they contain some inccorect code.
|
||||
XFAIL_TESTS = \
|
||||
@@ -45,7 +46,9 @@ TESTDATA = \
|
||||
iff.expected \
|
||||
iff.g4a \
|
||||
while.expected \
|
||||
while.g4a
|
||||
while.g4a \
|
||||
immediate.g4a \
|
||||
immediate.expected
|
||||
|
||||
EXTRA_DIST = \
|
||||
${TESTDATA} \
|
||||
|
||||
Reference in New Issue
Block a user