mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +00:00
CI: Show comparison of test262 AST results to bytecode results
Just for convenience to more easily see what is not working in bytecode.
This commit is contained in:
parent
3d2e4ba482
commit
d6a3a50ec9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/libjs-test262.yml
vendored
5
.github/workflows/libjs-test262.yml
vendored
|
@ -174,6 +174,11 @@ jobs:
|
||||||
working-directory: libjs-test262
|
working-directory: libjs-test262
|
||||||
run: ./per_file_result_diff.py -o per-file-bytecode-optimized-master.json -n ../libjs-website/test262/data/per-file-bytecode-optimized-master.json
|
run: ./per_file_result_diff.py -o per-file-bytecode-optimized-master.json -n ../libjs-website/test262/data/per-file-bytecode-optimized-master.json
|
||||||
|
|
||||||
|
- name: Compare non-bytecode to bytecode
|
||||||
|
continue-on-error: true
|
||||||
|
working-directory: libjs-test262
|
||||||
|
run: ./per_file_result_diff.py -o ../libjs-website/test262/data/per-file-master.json -n ../libjs-website/test262/data/per-file-bytecode-master.json
|
||||||
|
|
||||||
- name: Compare wasm
|
- name: Compare wasm
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
working-directory: libjs-test262
|
working-directory: libjs-test262
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue