mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user