Wolfgang Jeltsch pushed to branch wip/jeltsch/textual-bytecode-output at Glasgow Haskell Compiler / GHC Commits: a1ff5c48 by Wolfgang Jeltsch at 2026-08-06T21:03:52+03:00 Add tracing to find out the suffix for `emsdk` tests - - - - - 1 changed file: - testsuite/driver/testlib.py Changes: ===================================== testsuite/driver/testlib.py ===================================== @@ -3486,6 +3486,9 @@ def find_expected_file(name: TestName, suff: str, way: WayName) -> Path: for ws in ['-ws-' + config.wordsize, ''] for way_ext in ['-' + way, '']] + if name == 'show-bytecode-vanilla': + print(files) + for f in files: if in_srcdir(f).exists(): return f View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a1ff5c48010de0ee2fa470e34d683d55... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a1ff5c48010de0ee2fa470e34d683d55... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help