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:
Damien Lespiau 2013-08-20 18:25:52 +01:00
parent ca043f3a8f
commit 01283245ab

View File

@ -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 \