Run test262-update in a single thread

In order to guarantee the order of the results in the error file.
This commit is contained in:
Saúl Ibarra Corretgé 2024-10-04 13:09:41 +02:00
parent a0877514b9
commit 4b1a244d3b

View file

@ -100,7 +100,7 @@ test262-fast: $(QJS)
$(RUN262) -m -c test262.conf -c test262-fast.conf -a $(RUN262) -m -c test262.conf -c test262-fast.conf -a
test262-update: $(QJS) test262-update: $(QJS)
$(RUN262) -u -c test262.conf -a $(RUN262) -u -c test262.conf -a -t 1
test262-check: $(QJS) test262-check: $(QJS)
$(RUN262) -m -c test262.conf -E -a $(RUN262) -m -c test262.conf -E -a