Skip to content

Commit c2d3cc3

Browse files
committed
Merge jerry-test-suite into jerry tests
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik [email protected]
1 parent b469f0e commit c2d3cc3

File tree

1,576 files changed

+11215
-29148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,576 files changed

+11215
-29148
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ matrix:
2121

2222
- name: "Linux/x86-64 Build, Correctness & Debugger Tests"
2323
env:
24-
- OPTS="--quiet --jerry-tests --jerry-test-suite --jerry-debugger"
24+
- OPTS="--quiet --jerry-tests --jerry-debugger"
2525

2626
- name: "Linux/x86 (cpointer-32bit) Build & Correctness Tests"
2727
env:
28-
- OPTS="--quiet --jerry-tests --jerry-test-suite --buildoptions=--compile-flag=-m32,--cpointer-32bit=on"
28+
- OPTS="--quiet --jerry-tests --buildoptions=--compile-flag=-m32,--cpointer-32bit=on"
2929
addons:
3030
apt:
3131
packages: [gcc-multilib]
3232

3333
- name: "Linux/ARM Build & Correctness Tests"
3434
env:
35-
- OPTS="--quiet --jerry-tests --jerry-test-suite --toolchain=cmake/toolchain_linux_armv7l.cmake --buildoptions=--linker-flag=-static"
35+
- OPTS="--quiet --jerry-tests --toolchain=cmake/toolchain_linux_armv7l.cmake --buildoptions=--linker-flag=-static"
3636
- RUNTIME=qemu-arm-static
3737
- TIMEOUT=300
3838
addons:
@@ -42,12 +42,12 @@ matrix:
4242
- name: "Linux/AArch64 Native Build & Correctness Tests"
4343
arch: arm64
4444
env:
45-
- OPTS="--quiet --jerry-tests --jerry-test-suite --buildoptions=--linker-flag=-static"
45+
- OPTS="--quiet --jerry-tests --buildoptions=--linker-flag=-static"
4646
- TIMEOUT=300
4747

4848
- name: "OSX/x86-64 Build, Correctness & Unit Tests"
4949
env:
50-
- OPTS="--quiet --jerry-tests --jerry-test-suite --unittests"
50+
- OPTS="--quiet --jerry-tests --unittests"
5151
os: osx
5252
osx_image: xcode11.4
5353
addons:
@@ -77,7 +77,7 @@ matrix:
7777
env:
7878
# Skipping maximum stack usage related tests due to 'detect_stack_use_after_return=1' ASAN option.
7979
# For more detailed description: https://github.com/google/sanitizers/wiki/AddressSanitizerUseAfterReturn#compatibility
80-
- OPTS="--quiet --jerry-tests --jerry-test-suite --skip-list=parser-oom.js,parser-oom2.js,stack-limit.js,regression-test-issue-2190.js,regression-test-issue-2258-2963.js,regression-test-issue-2448.js,regression-test-issue-2905.js,regression-test-issue-3785.js --buildoptions=--stack-limit=0,--compile-flag=-fsanitize=address,--compile-flag=-m32,--compile-flag=-fno-omit-frame-pointer,--compile-flag=-fno-common,--compile-flag=-O2,--debug,--system-allocator=on,--linker-flag=-fuse-ld=gold"
80+
- OPTS="--quiet --jerry-tests --skip-list=parser-oom.js,parser-oom2.js,stack-limit.js,regression-test-issue-2190.js,regression-test-issue-2258-2963.js,regression-test-issue-2448.js,regression-test-issue-2905.js,regression-test-issue-3785.js --buildoptions=--stack-limit=0,--compile-flag=-fsanitize=address,--compile-flag=-m32,--compile-flag=-fno-omit-frame-pointer,--compile-flag=-fno-common,--compile-flag=-O2,--debug,--system-allocator=on,--linker-flag=-fuse-ld=gold"
8181
- ASAN_OPTIONS=detect_stack_use_after_return=1:check_initialization_order=true:strict_init_order=true
8282
- TIMEOUT=600
8383
addons:
@@ -87,7 +87,7 @@ matrix:
8787

8888
- name: "UBSAN Tests"
8989
env:
90-
- OPTS="--quiet --jerry-tests --jerry-test-suite --skip-list=parser-oom.js,parser-oom2.js --buildoptions=--compile-flag=-fsanitize=undefined,--compile-flag=-m32,--compile-flag=-fno-omit-frame-pointer,--compile-flag=-fno-common,--debug,--system-allocator=on,--linker-flag=-fuse-ld=gold"
90+
- OPTS="--quiet --jerry-tests --skip-list=parser-oom.js,parser-oom2.js --buildoptions=--compile-flag=-fsanitize=undefined,--compile-flag=-m32,--compile-flag=-fno-omit-frame-pointer,--compile-flag=-fno-common,--debug,--system-allocator=on,--linker-flag=-fuse-ld=gold"
9191
- UBSAN_OPTIONS=print_stacktrace=1
9292
- TIMEOUT=600
9393
addons:

docs/00.GETTING-STARTED.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,6 @@ python tools/run-tests.py --unittests
161161
python tools/run-tests.py --jerry-tests
162162
```
163163

164-
**To run jerry-test-suite**
165-
166-
```bash
167-
python tools/run-tests.py --jerry-test-suite
168-
```
169-
170164
**To run signed-off check**
171165

172166
```bash

tests/jerry-test-suite/06/06-001.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/jerry-test-suite/06/06-002.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/jerry-test-suite/06/06-003.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/jerry-test-suite/06/06-004.js

Lines changed: 0 additions & 30 deletions
This file was deleted.

tests/jerry-test-suite/07/07.06/07.06.01/07.06.01-001.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/jerry-test-suite/07/07.08/07.08.05/07.08.05-001.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/jerry-test-suite/07/07.09/07.09-001.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/jerry-test-suite/07/07.09/07.09-002.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)