Skip to content

Commit 4b1a244

Browse files
committed
Run test262-update in a single thread
In order to guarantee the order of the results in the error file.
1 parent a087751 commit 4b1a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ test262-fast: $(QJS)
100100
$(RUN262) -m -c test262.conf -c test262-fast.conf -a
101101

102102
test262-update: $(QJS)
103-
$(RUN262) -u -c test262.conf -a
103+
$(RUN262) -u -c test262.conf -a -t 1
104104

105105
test262-check: $(QJS)
106106
$(RUN262) -m -c test262.conf -E -a

0 commit comments

Comments
 (0)