diff options
author | Rabin Vincent <rabinv@axis.com> | 2016-08-23 16:44:15 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2016-09-28 10:48:01 +0200 |
commit | d10a0102b33e5bedf2bb92152beceea51245ae84 (patch) | |
tree | 2aa93d5b880aba5296ddf637e2f038ae22242b23 /tests/tcg/cris/Makefile | |
parent | f278d5cbe59bc022ee67ead5f608fe0530c4e96b (diff) | |
download | qemu-d10a0102b33e5bedf2bb92152beceea51245ae84.zip qemu-d10a0102b33e5bedf2bb92152beceea51245ae84.tar.gz qemu-d10a0102b33e5bedf2bb92152beceea51245ae84.tar.bz2 |
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 <edgar.iglesias@xilinx.com>
Signed-off-by: Rabin Vincent <rabinv@axis.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'tests/tcg/cris/Makefile')
-rw-r--r-- | tests/tcg/cris/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcg/cris/Makefile b/tests/tcg/cris/Makefile index d34bfd8..f5230fc 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 |