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
+7
View File
@@ -74,6 +74,13 @@ jobs:
- name: Test262 - ES2015
run: $RUNNER --test262-es2015 update
Conformance_Tests_ESNext:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Test262 - ESNext
run: $RUNNER --test262-esnext update
Unit_Tests:
runs-on: ubuntu-18.04
steps: