The comment of it requiring root appears outdated - makes no difference. pi_10.com terminates reproducibly with "...10559240190274216248".
Signed-off-by: Andreas Färber <afaer...@suse.de> --- 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