mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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
Notes:
sideshowbarker
2024-07-16 23:52:22 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/d6a3a50ec9 Pull-request: https://github.com/SerenityOS/serenity/pull/19816
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
|
||||
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
|
||||
continue-on-error: true
|
||||
working-directory: libjs-test262
|
||||
|
|
Loading…
Reference in a new issue