qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-arm] [PATCH v4 29/49] tests/tcg/arm: disable -p 32768 mmap test


From: Alex Bennée
Subject: [Qemu-arm] [PATCH v4 29/49] tests/tcg/arm: disable -p 32768 mmap test
Date: Thu, 17 May 2018 18:46:58 +0100

Broken since I updated to 18.04

Signed-off-by: Alex Bennée <address@hidden>
---
 tests/tcg/arm/Makefile.target | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/tcg/arm/Makefile.target b/tests/tcg/arm/Makefile.target
index 1ef5d79fe3..9d2b551732 100644
--- a/tests/tcg/arm/Makefile.target
+++ b/tests/tcg/arm/Makefile.target
@@ -16,3 +16,11 @@ hello-arm: LDFLAGS+=-nostdlib
 test-arm-iwmmxt: CFLAGS+=-marm -march=iwmmxt -mabi=aapcs -mfpu=fpv4-sp-d16
 test-arm-iwmmxt: test-arm-iwmmxt.S
        $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)
+
+# Currently broken for -p 32768
+ifeq ($(TARGET_NAME), arm)
+run-test-mmap: test-mmap
+       $(call quiet-command, $(QEMU) $< > test-mmap.out, "TEST", "$< (default) 
on $(TARGET_NAME)")
+       $(call quiet-command, $(QEMU) -p 8192 $< 8192 > test-mmap-8192.out, 
"TEST", "$< (8k pages) on $(TARGET_NAME)")
+       $(call quiet-command, $(QEMU) -p 16384 $< 16384 > test-mmap-16384.out, 
"TEST", "$< (16k pages) on $(TARGET_NAME)")
+endif
-- 
2.17.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]