From 4b1a244d3bacb901fabf3bf04099b34492632015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 4 Oct 2024 13:09:41 +0200 Subject: [PATCH] Run test262-update in a single thread In order to guarantee the order of the results in the error file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72efeb9..1703c07 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ test262-fast: $(QJS) $(RUN262) -m -c test262.conf -c test262-fast.conf -a test262-update: $(QJS) - $(RUN262) -u -c test262.conf -a + $(RUN262) -u -c test262.conf -a -t 1 test262-check: $(QJS) $(RUN262) -m -c test262.conf -E -a