mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
CI: Fix the name of the per-files in the test262 comparison runs
Also remove the always passing copy since the website has the files now.
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 21:26:19 +09:00
Author: https://github.com/davidot Commit: https://github.com/SerenityOS/serenity/commit/f5b584f966b Pull-request: https://github.com/SerenityOS/serenity/pull/11723
8
.github/workflows/libjs-test262.yml
vendored
8
.github/workflows/libjs-test262.yml
vendored
@@ -100,8 +100,8 @@ jobs:
|
||||
- name: Get previous results
|
||||
working-directory: libjs-test262
|
||||
run: |
|
||||
cp -f ../libjs-website/test262/data/per-file-master.json . || :
|
||||
cp -f ../libjs-website/test262/data/per-file-bytecode-master.json . || :
|
||||
cp -f ../libjs-website/test262/data/per-file-master.json .
|
||||
cp -f ../libjs-website/test262/data/per-file-bytecode-master.json .
|
||||
|
||||
- name: Run test262 and test262-parser-tests
|
||||
working-directory: libjs-test262
|
||||
@@ -127,9 +127,9 @@ jobs:
|
||||
- name: Compare non-bytecode
|
||||
continue-on-error: true
|
||||
working-directory: libjs-test262
|
||||
run: ./per_file_result_diff.py -o master.json -n ../libjs-website/test262/data/per-file-master.json
|
||||
run: ./per_file_result_diff.py -o per-file-master.json -n ../libjs-website/test262/data/per-file-master.json
|
||||
|
||||
- name: Compare bytecode
|
||||
continue-on-error: true
|
||||
working-directory: libjs-test262
|
||||
run: ./per_file_result_diff.py -o bytecode-master.json -n ../libjs-website/test262/data/per-file-bytecode-master.json
|
||||
run: ./per_file_result_diff.py -o per-file-bytecode-master.json -n ../libjs-website/test262/data/per-file-bytecode-master.json
|
||||
|
||||
Reference in New Issue
Block a user