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:
committed by
GitHub
parent
409ead7415
commit
8964a2bd18
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user