1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-05 22:14:55 +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:
Timothy Flynn 2023-11-05 14:53:03 -05:00 committed by Tim Flynn
parent eaf8c2e398
commit 6c29fc07fc

View File

@ -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