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

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