mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 09:56:22 +00:00
assembler: Disable tests that where already failing in the gen4asm repo
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
f8b25a3612
commit
ca043f3a8f
@ -11,6 +11,17 @@ TESTS = \
|
|||||||
rndz \
|
rndz \
|
||||||
lzd \
|
lzd \
|
||||||
not \
|
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 \
|
jmpi \
|
||||||
if \
|
if \
|
||||||
iff \
|
iff \
|
||||||
@ -20,12 +31,9 @@ TESTS = \
|
|||||||
cont \
|
cont \
|
||||||
halt \
|
halt \
|
||||||
wait \
|
wait \
|
||||||
endif \
|
endif
|
||||||
declare \
|
|
||||||
immediate
|
|
||||||
|
|
||||||
# Tests that are expected to fail because they contain some inccorect code.
|
disabled_xfail_tests = \
|
||||||
XFAIL_TESTS = \
|
|
||||||
rnde-intsrc
|
rnde-intsrc
|
||||||
|
|
||||||
TESTDATA = \
|
TESTDATA = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user