Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 6992ac09 by Cheng Shao at 2025-10-02T07:27:55-04:00 testsuite: remove unused expected output files This patch removes unused expected output files in the testsuites on platforms that we no longer support. - - - - - 6 changed files: - − testsuite/tests/process/process010.stdout-i386-unknown-solaris2 - − testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 - − testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 - − testsuite/tests/rts/outofmem.stderr-i386-apple-darwin - − testsuite/tests/rts/outofmem.stderr-i386-unknown-mingw32 - − testsuite/tests/rts/outofmem.stderr-powerpc-apple-darwin Changes: ===================================== testsuite/tests/process/process010.stdout-i386-unknown-solaris2 deleted ===================================== @@ -1,4 +0,0 @@ -ExitSuccess -ExitFailure 255 -Exc: /non/existent: rawSystem: runInteractiveProcess: exec: does not exist (No such file or directory) -Done ===================================== testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-32-mingw32 deleted ===================================== @@ -1,25 +0,0 @@ -GHC runtime linker: fatal error: I found a duplicate definition for symbol - _a -whilst processing object file - E:\ghc-dev\msys64\home\Tamar\ghc\testsuite\tests\rts\T11223\T11223_link_order_a_b_2_fail.run\libfoo_link_lib_3.a -The symbol was previously defined in - E:\ghc-dev\msys64\home\Tamar\ghc\testsuite\tests\rts\T11223\T11223_link_order_a_b_2_fail.run\libbar_link_lib_3.a(#3:bar_link_lib_3.o) -This could be caused by: - * Loading two different object files which export the same symbol - * Specifying the same object file twice on the GHCi command line - * An incorrect `package.conf' entry, causing some object to be - loaded twice. -ghc-stage2.exe: ^^ Could not load '_c', dependency unresolved. See top entry above. You might consider using --optimistic-linking - - -GHC.ByteCode.Linker: can't find label -During interactive linking, GHCi couldn't find the following symbol: - c -This may be due to you not asking GHCi to load extra object files, -archives or DLLs needed by your current session. Restart GHCi, specifying -the missing library using the -L/path/to/object/dir and -lmissinglibname -flags, or simply by naming the relevant files on the GHCi command line. -Alternatively, this link failure might indicate a bug in GHCi. -If you suspect the latter, please report this as a GHC bug: - https://www.haskell.org/ghc/reportabug - ===================================== testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-32-mingw32 deleted ===================================== @@ -1,25 +0,0 @@ -GHC runtime linker: fatal error: I found a duplicate definition for symbol - _a -whilst processing object file - E:\ghc-dev\msys64\home\Tamar\ghc\testsuite\tests\rts\T11223\T11223_simple_duplicate_lib.run\libfoo_dup_lib.a -The symbol was previously defined in - E:\ghc-dev\msys64\home\Tamar\ghc\testsuite\tests\rts\T11223\T11223_simple_duplicate_lib.run\bar_dup_lib.o -This could be caused by: - * Loading two different object files which export the same symbol - * Specifying the same object file twice on the GHCi command line - * An incorrect `package.conf' entry, causing some object to be - loaded twice. -ghc-stage2.exe: ^^ Could not load '_c', dependency unresolved. See top entry above. You might consider using --optimistic-linking - - -GHC.ByteCode.Linker: can't find label -During interactive linking, GHCi couldn't find the following symbol: - c -This may be due to you not asking GHCi to load extra object files, -archives or DLLs needed by your current session. Restart GHCi, specifying -the missing library using the -L/path/to/object/dir and -lmissinglibname -flags, or simply by naming the relevant files on the GHCi command line. -Alternatively, this link failure might indicate a bug in GHCi. -If you suspect the latter, please report this as a GHC bug: - https://www.haskell.org/ghc/reportabug - ===================================== testsuite/tests/rts/outofmem.stderr-i386-apple-darwin deleted ===================================== @@ -1 +0,0 @@ -outofmem: memory allocation failed (requested 1074790400 bytes) ===================================== testsuite/tests/rts/outofmem.stderr-i386-unknown-mingw32 deleted ===================================== @@ -1 +0,0 @@ -outofmem.exe: Out of memory ===================================== testsuite/tests/rts/outofmem.stderr-powerpc-apple-darwin deleted ===================================== @@ -1 +0,0 @@ -outofmem: memory allocation failed (requested 1074790400 bytes) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6992ac097b9da989f125f896afe21b75... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6992ac097b9da989f125f896afe21b75... You're receiving this email because of your account on gitlab.haskell.org.