Rodrigo Mesquita pushed to branch wip/ghc-external-custom-commands at Glasgow Haskell Compiler / GHC Commits: ee594de9 by Rodrigo Mesquita at 2026-03-20T14:05:30+00:00 Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Cheng Shao <terrorjack@type.dance> - - - - - 1 changed file: - testsuite/tests/ghci/custom-external-interpreter-commands/all.T Changes: ===================================== testsuite/tests/ghci/custom-external-interpreter-commands/all.T ===================================== @@ -1,8 +1,7 @@ test('custom-external-interpreter-commands', [ extra_files(['Main.hs']) , windows_skip - , js_skip - , wasm_skip + , when(config.cross, skip) , req_process , req_interp , omit_ways(prof_ways) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee594de90f159204bffb0f58bad79d4f... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ee594de90f159204bffb0f58bad79d4f... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)