mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 16:40:21 +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
Notes:
sideshowbarker
2024-07-16 22:34:39 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/6c29fc07fc Pull-request: https://github.com/SerenityOS/serenity/pull/21805
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-parser-tests ../test262-parser-tests \
|
||||
--results-json ../libjs-data/test262/results.json \
|
||||
--per-file-output ../libjs-data/test262/per-file-master.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
|
||||
--per-file-output ../libjs-data/test262/per-file-master.json \
|
||||
--per-file-jit-output ../libjs-data/test262/per-file-master-jit.json
|
||||
|
||||
- name: Run test-wasm
|
||||
working-directory: libjs-test262
|
||||
|
|
Loading…
Reference in a new issue