Browse Source
To get a clean run of check-tcg these tests are currently skipped: - hello-mips for mips - linux-test for sparc Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>pull/73/head
2 changed files with 9 additions and 1 deletions
@ -1,6 +1,11 @@ |
|||
# -*- Mode: makefile -*-
|
|||
#
|
|||
# sparc specific tweaks
|
|||
# sparc specific tweaks and masking out broken tests
|
|||
|
|||
# different from the other hangs:
|
|||
# tests/tcg/multiarch/linux-test.c:264: Value too large for defined data type (ret=-1, errno=92/Value too large for defined data type)
|
|||
run-linux-test: linux-test |
|||
$(call skip-test, $<, "BROKEN") |
|||
|
|||
# On Sparc64 Linux support 8k pages
|
|||
EXTRA_RUNS+=run-test-mmap-8192 |
|||
|
|||
Loading…
Reference in new issue