Matthew Pickering pushed to branch wip/gbc-files at Glasgow Haskell Compiler / GHC Commits: 711602b5 by Matthew Pickering at 2025-09-30T11:59:17+01:00 Accept new test output - - - - - 6 changed files: - testsuite/tests/bytecode/T24634/T24634a.stdout - testsuite/tests/bytecode/T24634/T24634b.stdout - testsuite/tests/driver/fat-iface/T22405/T22405.stdout - testsuite/tests/driver/fat-iface/T22405/T22405b.stdout - testsuite/tests/driver/fat-iface/fat011.stderr - testsuite/tests/simplStg/should_compile/T22840.stderr Changes: ===================================== testsuite/tests/bytecode/T24634/T24634a.stdout ===================================== @@ -1,3 +1,3 @@ -[2 of 3] Compiling Main ( Main.hs, Main.o, interpreted ) +[2 of 3] Compiling Main ( Main.hs, Main.o, Main.gbc ) [3 of 3] Linking Main 966 ===================================== testsuite/tests/bytecode/T24634/T24634b.stdout ===================================== @@ -1,4 +1,4 @@ -[1 of 3] Compiling Hello ( Hello.hs, Hello.o, interpreted ) -[2 of 3] Compiling Main ( Main.hs, Main.o, interpreted ) +[1 of 3] Compiling Hello ( Hello.hs, Hello.o, Hello.gbc ) +[2 of 3] Compiling Main ( Main.hs, Main.o, Main.gbc ) [3 of 3] Linking Main 966 ===================================== testsuite/tests/driver/fat-iface/T22405/T22405.stdout ===================================== @@ -1,2 +1,2 @@ -[1 of 2] Compiling Main ( Main.hs, Main.o, interpreted ) +[1 of 2] Compiling Main ( Main.hs, Main.o, Main.gbc ) [2 of 2] Linking Main ===================================== testsuite/tests/driver/fat-iface/T22405/T22405b.stdout ===================================== @@ -1,2 +1,2 @@ -[1 of 2] Compiling Main2 ( Main2.hs, Main2.o, interpreted ) +[1 of 2] Compiling Main2 ( Main2.hs, Main2.o, Main2.gbc ) [2 of 2] Linking Main2 ===================================== testsuite/tests/driver/fat-iface/fat011.stderr ===================================== @@ -1,4 +1,4 @@ -[1 of 4] Compiling FatQuote ( FatQuote.hs, FatQuote.o, interpreted ) -[2 of 4] Compiling FatTH ( FatTH.hs, FatTH.o, interpreted ) -[3 of 4] Compiling Main ( FatMain.hs, FatMain.o, interpreted ) +[1 of 4] Compiling FatQuote ( FatQuote.hs, FatQuote.o, FatQuote.gbc ) +[2 of 4] Compiling FatTH ( FatTH.hs, FatTH.o, FatTH.gbc ) +[3 of 4] Compiling Main ( FatMain.hs, FatMain.o, FatMain.gbc ) [4 of 4] Linking FatMain ===================================== testsuite/tests/simplStg/should_compile/T22840.stderr ===================================== @@ -1,6 +1,6 @@ [1 of 3] Compiling T22840A ( T22840A.hs, T22840A.o, T22840A.dyn_o ) -[2 of 3] Compiling T22840B ( T22840B.hs, T22840B.o, T22840B.dyn_o, interpreted ) -[3 of 3] Compiling C ( T22840.hs, T22840.o, T22840.dyn_o, interpreted ) +[2 of 3] Compiling T22840B ( T22840B.hs, T22840B.o, T22840B.dyn_o, T22840B.gbc ) +[3 of 3] Compiling C ( T22840.hs, T22840.o, T22840.dyn_o, T22840.gbc ) start Just end View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/711602b501bffc10d13c2907939491a6... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/711602b501bffc10d13c2907939491a6... You're receiving this email because of your account on gitlab.haskell.org.