From d6a3a50ec9a55a19763505a6650e359dbffcfe37 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 5 Jul 2023 11:28:09 -0400 Subject: [PATCH] CI: Show comparison of test262 AST results to bytecode results Just for convenience to more easily see what is not working in bytecode. --- .github/workflows/libjs-test262.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 6b6a10dbc4..b4f5210b2e 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -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