diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2024-01-02 12:57:59 +1100 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2024-02-29 11:35:37 -1000 |
commit | e9206163d9d9cdd962abb00e40b22141a5e29684 (patch) | |
tree | b93776bced6b9dd83ff70d978da979ce29c49c5b /tests/tcg/alpha | |
parent | eb5027ac618f3df76c93fe617a969f82dbeab49b (diff) |
tests/tcg: Remove run-test-mmap-*
These tests are confused, because -p does not change
the guest page size, but the host page size.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20240102015808.132373-25-richard.henderson@linaro.org>
Diffstat (limited to 'tests/tcg/alpha')
-rw-r--r-- | tests/tcg/alpha/Makefile.target | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/tcg/alpha/Makefile.target b/tests/tcg/alpha/Makefile.target index b94500a7d9..fdd7ddf64e 100644 --- a/tests/tcg/alpha/Makefile.target +++ b/tests/tcg/alpha/Makefile.target @@ -13,6 +13,3 @@ test-cmov: test-cond.c $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $< -o $@ $(LDFLAGS) run-test-cmov: test-cmov - -# On Alpha Linux only supports 8k pages -EXTRA_RUNS+=run-test-mmap-8192 |