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:
Timothy Flynn 2023-07-05 11:28:09 -04:00 committed by Andreas Kling
parent 3d2e4ba482
commit d6a3a50ec9
Notes: sideshowbarker 2024-07-16 23:52:22 +09:00

View File

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