summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-29 14:48:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-29 14:48:18 +0200
commit24d21cfbcdbc738074b13236cd296599d7df6a7b (patch)
treeb64cdffd6f9c161147104973628ee5b90581102c
parent2f42127b79ffb8403ffc747e9408effaf619d9b6 (diff)
xtensa: disable hanging mmap2 test on noMMU
-rw-r--r--test/mmap/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mmap/Makefile.in b/test/mmap/Makefile.in
index c8b1d96..83d12fd 100644
--- a/test/mmap/Makefile.in
+++ b/test/mmap/Makefile.in
@@ -4,3 +4,7 @@
ifeq ($(TARGET_ARCH),arm)
TESTS_DISABLED := mmap2
endif
+
+ifeq ($(TARGET_ARCH),xtensa)
+TESTS_DISABLED := mmap2
+endif