summaryrefslogtreecommitdiff
path: root/assembler
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-08-20 18:25:52 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2013-08-20 18:25:52 +0100
commit01283245ab15453ffcb36fdf0d4c5d1805a0ce3b (patch)
tree76897e0b3f0da9f8d3c7e04a017e9c58f1ccca90 /assembler
parentca043f3a8ffa4d9d69a6833264717b59d0b2aa6a (diff)
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>
Diffstat (limited to 'assembler')
-rw-r--r--assembler/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/assembler/test/Makefile.am b/assembler/test/Makefile.am
index 4991c479..f1131198 100644
--- a/assembler/test/Makefile.am
+++ b/assembler/test/Makefile.am
@@ -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 \