mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Fix valgrind and tsan CI
Checkout test262.
This commit is contained in:
parent
cd2947bded
commit
43151dd78c
2 changed files with 2 additions and 0 deletions
1
.github/workflows/tsan.yml
vendored
1
.github/workflows/tsan.yml
vendored
|
@ -28,4 +28,5 @@ jobs:
|
||||||
cmake --build build -j`nproc`
|
cmake --build build -j`nproc`
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
git submodule update --init --checkout --depth 1
|
||||||
./build/run-test262 -m -c test262.conf -c test262-fast.conf -a
|
./build/run-test262 -m -c test262.conf -c test262-fast.conf -a
|
||||||
|
|
1
.github/workflows/valgrind.yml
vendored
1
.github/workflows/valgrind.yml
vendored
|
@ -29,4 +29,5 @@ jobs:
|
||||||
make BUILD_TYPE=RelWithDebInfo
|
make BUILD_TYPE=RelWithDebInfo
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
git submodule update --init --checkout --depth 1
|
||||||
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./build/run-test262 -m -c test262.conf -c test262-fast.conf -a
|
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./build/run-test262 -m -c test262.conf -c test262-fast.conf -a
|
||||||
|
|
Loading…
Reference in a new issue