qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-2.3? 7/7] tests/tcg: Enable runcom test by defau


From: Andreas Färber
Subject: [Qemu-devel] [PATCH for-2.3? 7/7] tests/tcg: Enable runcom test by default
Date: Sat, 11 Apr 2015 20:34:52 +0200

The comment of it requiring root appears outdated - makes no difference.
pi_10.com terminates reproducibly with "...10559240190274216248".

Signed-off-by: Andreas Färber <address@hidden>
---
 tests/tcg/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tests/tcg/Makefile b/tests/tcg/Makefile
index f853d54..1ba4264 100644
--- a/tests/tcg/Makefile
+++ b/tests/tcg/Makefile
@@ -15,9 +15,6 @@ LDFLAGS=
 
 # TODO: automatically detect ARM and MIPS compilers, and run those too
 
-# runcom maps page 0, so it requires root privileges
-# also, pi_10.com runs indefinitely
-
 I386_TESTS=hello-i386 \
           linux-test \
           testthread \
@@ -25,7 +22,7 @@ I386_TESTS=hello-i386 \
           test-i386 \
           test-i386-fprem \
           test-mmap \
-          # runcom
+          runcom
 
 # native i386 compilers sometimes are not biarch.  assume cross-compilers are
 ifneq ($(ARCH),i386)
-- 
2.1.4




reply via email to

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