mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-07 07:56:17 +00:00
assembler: Disable the declare test
It's not hitting a valid assertion that it tries to write an instruction without a defined execution size (because the "default" exec_size never end up being set). Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
ca043f3a8f
commit
01283245ab
@ -11,7 +11,6 @@ TESTS = \
|
||||
rndz \
|
||||
lzd \
|
||||
not \
|
||||
declare \
|
||||
immediate
|
||||
|
||||
# Tests that are expected to fail because they contain some inccorect code.
|
||||
@ -22,6 +21,7 @@ XFAIL_TESTS =
|
||||
# http://cgit.freedesktop.org/xorg/app/intel-gen4asm/
|
||||
# We disable them "for now" as a workaround to be able to release i-g-t
|
||||
disabled_tests = \
|
||||
declare \
|
||||
jmpi \
|
||||
if \
|
||||
iff \
|
||||
|
Loading…
x
Reference in New Issue
Block a user