Skip to content

Commit 9cbe6d3

Browse files
angermanhasufell
authored andcommitted
fix: update test expectations for Stable Haskell bug report URL
The branding commit changed the bug report URL from haskell.org/ghc/reportabug to github.com/stable-haskell/ghc/issues. Update test expectation files to match the new URL output. Fixes CI failures in T11223_link_order_a_b_2_fail and T11223_simple_duplicate_lib tests across all platforms.
1 parent 5d7aaff commit 9cbe6d3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

testsuite/tests/ghci/linking/T11531.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ the missing library using the -L/path/to/object/dir and -lmissinglibname
77
flags, or simply by naming the relevant files on the GHCi command line.
88
Alternatively, this link failure might indicate a bug in GHCi.
99
If you suspect the latter, please report this as a GHC bug:
10-
https://www.haskell.org/ghc/reportabug
10+
https://github.com/stable-haskell/ghc/issues
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
KeepCafsMain: internal error: Evaluated a CAF (0xaac9d8) that was GC'd!
22
(GHC version 8.7.20180910 for x86_64_unknown_linux)
3-
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
3+
Please report this as a GHC bug: https://github.com/stable-haskell/ghc/issues
44
Aborted (core dumped)
55
exit(134)

testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ the missing library using the -L/path/to/object/dir and -lmissinglibname
2121
flags, or simply by naming the relevant files on the GHCi command line.
2222
Alternatively, this link failure might indicate a bug in GHCi.
2323
If you suspect the latter, please report this as a GHC bug:
24-
https://www.haskell.org/ghc/reportabug
24+
https://github.com/stable-haskell/ghc/issues
2525

testsuite/tests/rts/linker/T11223/T11223_link_order_a_b_2_fail.stderr-ws-64-mingw32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ the missing library using the -L/path/to/object/dir and -lmissinglibname
2121
flags, or simply by naming the relevant files on the GHCi command line.
2222
Alternatively, this link failure might indicate a bug in GHCi.
2323
If you suspect the latter, please report this as a GHC bug:
24-
https://www.haskell.org/ghc/reportabug
24+
https://github.com/stable-haskell/ghc/issues
2525

testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ the missing library using the -L/path/to/object/dir and -lmissinglibname
2121
flags, or simply by naming the relevant files on the GHCi command line.
2222
Alternatively, this link failure might indicate a bug in GHCi.
2323
If you suspect the latter, please report this as a GHC bug:
24-
https://www.haskell.org/ghc/reportabug
24+
https://github.com/stable-haskell/ghc/issues
2525

testsuite/tests/rts/linker/T11223/T11223_simple_duplicate_lib.stderr-ws-64-mingw32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ the missing library using the -L/path/to/object/dir and -lmissinglibname
2121
flags, or simply by naming the relevant files on the GHCi command line.
2222
Alternatively, this link failure might indicate a bug in GHCi.
2323
If you suspect the latter, please report this as a GHC bug:
24-
https://www.haskell.org/ghc/reportabug
24+
https://github.com/stable-haskell/ghc/issues
2525

0 commit comments

Comments
 (0)