summaryrefslogtreecommitdiff
path: root/assembler
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-08-20 18:22:45 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2013-08-20 18:22:45 +0100
commitca043f3a8ffa4d9d69a6833264717b59d0b2aa6a (patch)
tree78fd876fc835bad8b323849b47a11472b49f1ffa /assembler
parentf8b25a3612dd0a4df593bd73e3d944addcbbd0e4 (diff)
assembler: Disable tests that where already failing in the gen4asm repo
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'assembler')
-rw-r--r--assembler/test/Makefile.am18
1 files changed, 13 insertions, 5 deletions
diff --git a/assembler/test/Makefile.am b/assembler/test/Makefile.am
index 1c5b13e9b..4991c4792 100644
--- a/assembler/test/Makefile.am
+++ b/assembler/test/Makefile.am
@@ -11,6 +11,17 @@ TESTS = \
rndz \
lzd \
not \
+ declare \
+ immediate
+
+# Tests that are expected to fail because they contain some inccorect code.
+XFAIL_TESTS =
+
+# Those tests were already failing when the assembler was imported from
+# the intel-gen4asm git repository:
+# 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 = \
jmpi \
if \
iff \
@@ -20,12 +31,9 @@ TESTS = \
cont \
halt \
wait \
- endif \
- declare \
- immediate
+ endif
-# Tests that are expected to fail because they contain some inccorect code.
-XFAIL_TESTS = \
+disabled_xfail_tests = \
rnde-intsrc
TESTDATA = \