assembler: Disable the declare test
authorDamien Lespiau <damien.lespiau@intel.com>
Tue, 20 Aug 2013 17:25:52 +0000 (18:25 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 20 Aug 2013 17:25:52 +0000 (18:25 +0100)
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>
assembler/test/Makefile.am

index 4991c47..f113119 100644 (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 \