qemu-patch-raspberry4/tests/tcg/multiarch
Alex Bennée e2bcd3ad09 tests/tcg: make test-mmap a little less aggressive
The check_aligned_anonymous_unfixed_mmaps and
check_aligned_anonymous_unfixed_colliding_mmaps do a lot of mmap's and
copying of data. This is especially unfriendly to targets like hexagon
which have quite large pages and need to do sanity checks on each
memory access.

While we are at it clean-up the white space and style issues from the
legacy code. As we no longer do quite so much needless memory access
we can also remove the hexagon timeout hack.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20210709143005.1554-27-alex.bennee@linaro.org>
2021-07-14 14:33:53 +01:00
..
arm-compat-semi tests/tcg: add HeapInfo checking to semihosting test 2021-03-24 14:25:19 +00:00
gdbstub tests/tcg: relax the next step precision of the gdb sha1 test 2021-04-06 15:04:42 +01:00
system tests/tcg: fix missing return 2021-05-18 09:36:21 +01:00
float_convs.c tests/tcg: Do not require FE_TOWARDZERO 2020-09-01 07:41:38 -07:00
float_helpers.c tests/tcg: modify multiarch tests to work with clang 2019-11-20 10:53:31 +00:00
float_helpers.h tests/tcg: Do not require FE_* exception bits 2020-09-01 07:41:38 -07:00
float_madds.c tests/tcg: Do not require FE_TOWARDZERO 2020-09-01 07:41:38 -07:00
linux-test.c tests/tcg/linux-test: Check that sigaction can query SIGKILL/SIGSTOP 2021-06-20 16:27:13 +02:00
Makefile.target tests/tcg: also disable the signals test for plugins 2021-07-14 14:31:48 +01:00
README tests/tcg: move architecture independent tests into subdir 2018-06-20 20:22:34 +01:00
sha1.c avoid TABs in files that only contain a few 2019-01-11 15:46:56 +01:00
signals.c tests/tcg: add a multiarch signals test to stress test signal delivery 2021-06-07 14:42:42 +01:00
test-mmap.c tests/tcg: make test-mmap a little less aggressive 2021-07-14 14:33:53 +01:00
testthread.c tests/tcg: move architecture independent tests into subdir 2018-06-20 20:22:34 +01:00
threadcount.c tests/tcg: add new threadcount test 2020-05-27 14:26:49 +01:00

Multi-architecture linux-user tests