Add --test262-esnext option to run-tests.py (#4027)

Changes:
- Imported and unified test262 test harness for ES2015 and ESNext
- Simplified runner scripts accordingly
- Run tests on CI to be able detect regressions and progressions too

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
Csaba Osztrogonác
2020-07-31 15:52:45 +02:00
committed by GitHub
parent 26c1ffaf71
commit 40ad8c6e45
7 changed files with 11693 additions and 72 deletions
+3 -3
View File
@@ -303,7 +303,7 @@ ignore-imports=no
[DESIGN]
# Maximum number of arguments for function / method
max-args=6
max-args=10
# Argument names that match this expression will be ignored. Default to name
# with leading underscore
@@ -316,7 +316,7 @@ max-locals=20
max-returns=6
# Maximum number of branch for function / method body
max-branches=15
max-branches=20
# Maximum number of statements in function / method body
max-statements=75
@@ -325,7 +325,7 @@ max-statements=75
max-parents=7
# Maximum number of attributes for a class (see R0902).
max-attributes=7
max-attributes=10
# Minimum number of public methods for a class (see R0903).
min-public-methods=0