From: Rabin Vincent Date: Tue, 23 Aug 2016 14:44:15 +0000 (+0200) Subject: tests: cris: remove openpf4 test X-Git-Tag: qemu-xen-4.9.0-rc1~170 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d10a0102b33e5bedf2bb92152beceea51245ae84;p=qemu-xen.git tests: cris: remove openpf4 test This test, borrowed from the GDB simulator test suite, is meant to test the GDB simulator's --sysroot feature and always fails in QEMU. Remove it. openpf3 tests the same sequence of system calls (without assuming the precence of --sysroot). Reviewed-by: Edgar E. Iglesias Signed-off-by: Rabin Vincent Signed-off-by: Edgar E. Iglesias --- diff --git a/tests/tcg/cris/Makefile b/tests/tcg/cris/Makefile index d34bfd8f7a..f5230fcaba 100644 --- a/tests/tcg/cris/Makefile +++ b/tests/tcg/cris/Makefile @@ -108,7 +108,6 @@ TESTCASES += check_stat4.ctst TESTCASES += check_openpf1.ctst TESTCASES += check_openpf2.ctst TESTCASES += check_openpf3.ctst -TESTCASES += check_openpf4.ctst TESTCASES += check_openpf5.ctst TESTCASES += check_mapbrk.ctst TESTCASES += check_mmap1.ctst diff --git a/tests/tcg/cris/check_openpf4.c b/tests/tcg/cris/check_openpf4.c deleted file mode 100644 index 8bbee41a64..0000000000 --- a/tests/tcg/cris/check_openpf4.c +++ /dev/null @@ -1,5 +0,0 @@ -/* Basic file operations, now *with* sysroot. -#sim: --sysroot=@exedir@ -*/ -#define PREFIX "/" -#include "check_openpf3.c"