mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
CI: Ensure test262 and test262-jit results are stored in the same file
This will allow BuggieBot to display both results from the /test262 command on Discord.
This commit is contained in:
parent
eaf8c2e398
commit
6c29fc07fc
1 changed files with 2 additions and 9 deletions
11
.github/workflows/libjs-test262.yml
vendored
11
.github/workflows/libjs-test262.yml
vendored
|
@ -114,15 +114,8 @@ jobs:
|
||||||
--test262 ../test262 \
|
--test262 ../test262 \
|
||||||
--test262-parser-tests ../test262-parser-tests \
|
--test262-parser-tests ../test262-parser-tests \
|
||||||
--results-json ../libjs-data/test262/results.json \
|
--results-json ../libjs-data/test262/results.json \
|
||||||
--per-file-output ../libjs-data/test262/per-file-master.json
|
--per-file-output ../libjs-data/test262/per-file-master.json \
|
||||||
|
--per-file-jit-output ../libjs-data/test262/per-file-master-jit.json
|
||||||
python3 run_all_and_update_results.py \
|
|
||||||
--jit \
|
|
||||||
--serenity .. \
|
|
||||||
--test262 ../test262 \
|
|
||||||
--test262-parser-tests ../test262-parser-tests \
|
|
||||||
--results-json ../libjs-data/test262/results-jit.json \
|
|
||||||
--per-file-output ../libjs-data/test262/per-file-master-jit.json
|
|
||||||
|
|
||||||
- name: Run test-wasm
|
- name: Run test-wasm
|
||||||
working-directory: libjs-test262
|
working-directory: libjs-test262
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue