Skip to content

Commit 3b7409f

Browse files
authored
Run test262 tests on CI on Ubuntu 20.04 (#4232)
The timeout utility in Ubuntu 18.04 (GNU CoreUtils 8.28) has a bug which caused false positive test failures regulary. This bug is already fixed in CoreUtils, and Ubuntu 20.04 LTS shipped the fixed version of timeout. coreutils/coreutils@cbf3591 JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác [email protected]
1 parent be180ba commit 3b7409f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
run: $RUNNER --unittests -q
6262

6363
Conformance_Tests_ES5_1:
64-
runs-on: ubuntu-18.04
64+
runs-on: ubuntu-20.04
6565
steps:
6666
- uses: actions/checkout@v1
6767
- name: Test262 - ES5.1
6868
run: $RUNNER --test262
6969

7070
Conformance_Tests_ES2015:
71-
runs-on: ubuntu-18.04
71+
runs-on: ubuntu-20.04
7272
steps:
7373
- uses: actions/checkout@v1
7474
- name: Test262 - ES2015
@@ -80,7 +80,7 @@ jobs:
8080
path: build/tests/test262_tests_es2015/local/bin/test262.report
8181

8282
Conformance_Tests_ESNext_A:
83-
runs-on: ubuntu-18.04
83+
runs-on: ubuntu-20.04
8484
steps:
8585
- uses: actions/checkout@v1
8686
- name: Test262 - ESNext (built-ins,annexB,harness,intl402)
@@ -92,7 +92,7 @@ jobs:
9292
path: build/tests/test262_tests_esnext/local/bin/test262.report
9393

9494
Conformance_Tests_ESNext_B:
95-
runs-on: ubuntu-18.04
95+
runs-on: ubuntu-20.04
9696
steps:
9797
- uses: actions/checkout@v1
9898
- name: Test262 - ESNext (language)

0 commit comments

Comments
 (0)