Optimize test262 runner (#4120)

Changes:
- Add new option to run-tests.py: --test262-test-list to run selected tests only
- Fix exclude list updater accordingly
- Run ESNext tests on GitHub CI in two batches to decrease runtime

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
Csaba Osztrogonác
2020-08-13 13:47:14 +02:00
committed by GitHub
parent 409ead7415
commit 8964a2bd18
5 changed files with 50 additions and 15 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ max-locals=20
max-returns=6
# Maximum number of branch for function / method body
max-branches=20
max-branches=25
# Maximum number of statements in function / method body
max-statements=75