diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail')
21 files changed, 53 insertions, 52 deletions
diff --git a/testsuite/tests/rename/should_fail/T11167_ambig.stderr b/testsuite/tests/rename/should_fail/T11167_ambig.stderr index 74c7064414..f23a644772 100644 --- a/testsuite/tests/rename/should_fail/T11167_ambig.stderr +++ b/testsuite/tests/rename/should_fail/T11167_ambig.stderr @@ -1,5 +1,5 @@ -T11167_ambig.hs:10:13: error: +T11167_ambig.hs:10:13: error: [GHC-87543] Ambiguous occurrence ‘runContT’ It could refer to either the field ‘runContT’ of record ‘ContT’, @@ -7,7 +7,7 @@ T11167_ambig.hs:10:13: error: or the field ‘runContT’ of record ‘ContT'’, defined at T11167_ambig.hs:7:32 -T11167_ambig.hs:17:9: error: +T11167_ambig.hs:17:9: error: [GHC-87543] Ambiguous occurrence ‘runContT’ It could refer to either the field ‘runContT’ of record ‘ContT’, diff --git a/testsuite/tests/rename/should_fail/T13644.stderr b/testsuite/tests/rename/should_fail/T13644.stderr index 8443993fd1..64f9abac00 100644 --- a/testsuite/tests/rename/should_fail/T13644.stderr +++ b/testsuite/tests/rename/should_fail/T13644.stderr @@ -1,5 +1,5 @@ -T13644.hs:6:24: error: +T13644.hs:6:24: error: [GHC-53822] • Constructor ‘FuncId’ does not have field ‘name’ • In the pattern: FuncId {name = nm} In an equation for ‘baseENDECfuncs’: diff --git a/testsuite/tests/rename/should_fail/T13847.stderr b/testsuite/tests/rename/should_fail/T13847.stderr index 52edbf5acf..8d8dff5f8a 100644 --- a/testsuite/tests/rename/should_fail/T13847.stderr +++ b/testsuite/tests/rename/should_fail/T13847.stderr @@ -1,5 +1,5 @@ -T13847.hs:4:24: error: +T13847.hs:4:24: error: [GHC-53822] • Constructor ‘A.A’ does not have field ‘foo’ • In the second argument of ‘($)’, namely ‘A.A {foo = ()}’ In the second argument of ‘($)’, namely ‘A.foo $ A.A {foo = ()}’ diff --git a/testsuite/tests/rename/should_fail/T15487.stderr b/testsuite/tests/rename/should_fail/T15487.stderr index bb25939f4b..a02cbe40c2 100644 --- a/testsuite/tests/rename/should_fail/T15487.stderr +++ b/testsuite/tests/rename/should_fail/T15487.stderr @@ -1,5 +1,5 @@ -T15487.hs:7:9: error: +T15487.hs:7:9: error: [GHC-87543] Ambiguous occurrence ‘null’ It could refer to either ‘Prelude.null’, diff --git a/testsuite/tests/rename/should_fail/T15957_Fail.stderr b/testsuite/tests/rename/should_fail/T15957_Fail.stderr index 4032c32814..71d9b47036 100644 --- a/testsuite/tests/rename/should_fail/T15957_Fail.stderr +++ b/testsuite/tests/rename/should_fail/T15957_Fail.stderr @@ -1,36 +1,36 @@ -T15957_Fail.hs:7:6: error: [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] +T15957_Fail.hs:7:6: error: [GHC-83475] [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] No variables bound in the record wildcard match are used - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ -T15957_Fail.hs:8:9: error: [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] +T15957_Fail.hs:8:9: error: [GHC-83475] [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] No variables bound in the record wildcard match are used - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ -T15957_Fail.hs:9:12: error: [-Wredundant-record-wildcards (in -Wall), Werror=redundant-record-wildcards] +T15957_Fail.hs:9:12: error: [GHC-15932] [-Wredundant-record-wildcards (in -Wall), Werror=redundant-record-wildcards] Record wildcard does not bind any new variables - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ -T15957_Fail.hs:11:11: error: [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] +T15957_Fail.hs:11:11: error: [GHC-83475] [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] No variables bound in the record wildcard match are used - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ -T15957_Fail.hs:12:16: error: [-Wredundant-record-wildcards (in -Wall), Werror=redundant-record-wildcards] +T15957_Fail.hs:12:16: error: [GHC-15932] [-Wredundant-record-wildcards (in -Wall), Werror=redundant-record-wildcards] Record wildcard does not bind any new variables - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ -T15957_Fail.hs:13:15: error: [-Wredundant-record-wildcards (in -Wall), Werror=redundant-record-wildcards] +T15957_Fail.hs:13:15: error: [GHC-15932] [-Wredundant-record-wildcards (in -Wall), Werror=redundant-record-wildcards] Record wildcard does not bind any new variables - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ -T15957_Fail.hs:20:9: error: [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] +T15957_Fail.hs:20:9: error: [GHC-83475] [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] No variables bound in the record wildcard match are used - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ -T15957_Fail.hs:25:9: error: [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] +T15957_Fail.hs:25:9: error: [GHC-83475] [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] No variables bound in the record wildcard match are used - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ -T15957_Fail.hs:31:18: error: [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] +T15957_Fail.hs:31:18: error: [GHC-83475] [-Wunused-record-wildcards (in -Wall), Werror=unused-record-wildcards] No variables bound in the record wildcard match are used - Possible fix: omit the ‘..’ + Suggested fix: Omit the ‘..’ diff --git a/testsuite/tests/rename/should_fail/T16114.stderr b/testsuite/tests/rename/should_fail/T16114.stderr index adbaffc0ef..8ed4db8192 100644 --- a/testsuite/tests/rename/should_fail/T16114.stderr +++ b/testsuite/tests/rename/should_fail/T16114.stderr @@ -1,4 +1,4 @@ -T16114.hs:4:18: error: +T16114.hs:4:18: error: [GHC-71492] Instance head cannot contain nested ‘forall’s or contexts In an instance declaration diff --git a/testsuite/tests/rename/should_fail/T18240a.stderr b/testsuite/tests/rename/should_fail/T18240a.stderr index 165ede31c6..09132691fd 100644 --- a/testsuite/tests/rename/should_fail/T18240a.stderr +++ b/testsuite/tests/rename/should_fail/T18240a.stderr @@ -1,30 +1,30 @@ -T18240a.hs:11:11: error: +T18240a.hs:11:11: error: [GHC-71492] • Instance head cannot contain nested ‘forall’s or contexts • In an instance declaration T18240a.hs:12:15: error: [GHC-76037] Not in scope: type variable ‘a’ -T18240a.hs:14:11: error: +T18240a.hs:14:11: error: [GHC-71492] • Instance head cannot contain nested ‘forall’s or contexts • In an instance declaration -T18240a.hs:17:11: error: +T18240a.hs:17:11: error: [GHC-71492] • Instance head cannot contain nested ‘forall’s or contexts • In an instance declaration T18240a.hs:18:22: error: [GHC-76037] Not in scope: type variable ‘a’ -T18240a.hs:20:21: error: +T18240a.hs:20:21: error: [GHC-71492] • Instance head cannot contain nested ‘forall’s or contexts • In an instance declaration T18240a.hs:21:24: error: [GHC-76037] Not in scope: type variable ‘b’ -T18240a.hs:23:19: error: +T18240a.hs:23:19: error: [GHC-71492] • Instance head cannot contain nested ‘forall’s or contexts • In an instance declaration diff --git a/testsuite/tests/rename/should_fail/T18240b.stderr b/testsuite/tests/rename/should_fail/T18240b.stderr index 330e5cc72f..062f0b2343 100644 --- a/testsuite/tests/rename/should_fail/T18240b.stderr +++ b/testsuite/tests/rename/should_fail/T18240b.stderr @@ -1,24 +1,24 @@ -T18240b.hs:17:15: error: +T18240b.hs:17:15: error: [GHC-71492] ‘via’ type cannot contain nested ‘forall’s or contexts In a deriving declaration -T18240b.hs:18:24: error: +T18240b.hs:18:24: error: [GHC-71492] ‘via’ type cannot contain nested ‘forall’s or contexts In a deriving declaration -T18240b.hs:19:25: error: +T18240b.hs:19:25: error: [GHC-71492] ‘via’ type cannot contain nested ‘forall’s or contexts In a deriving declaration -T18240b.hs:26:24: error: +T18240b.hs:26:24: error: [GHC-71492] Derived class type cannot contain nested ‘forall’s or contexts In the data type declaration for ‘Bar’ -T18240b.hs:27:33: error: +T18240b.hs:27:33: error: [GHC-71492] Derived class type cannot contain nested ‘forall’s or contexts In the data type declaration for ‘Bar’ -T18240b.hs:28:34: error: +T18240b.hs:28:34: error: [GHC-71492] Derived class type cannot contain nested ‘forall’s or contexts In the data type declaration for ‘Bar’ diff --git a/testsuite/tests/rename/should_fail/T5951.stderr b/testsuite/tests/rename/should_fail/T5951.stderr index f98fb501ed..19d849c8f7 100644 --- a/testsuite/tests/rename/should_fail/T5951.stderr +++ b/testsuite/tests/rename/should_fail/T5951.stderr @@ -1,4 +1,4 @@ -T5951.hs:9:8: error: +T5951.hs:9:8: error: [GHC-71492] Instance head cannot contain nested ‘forall’s or contexts In an instance declaration diff --git a/testsuite/tests/rename/should_fail/T6148a.stderr b/testsuite/tests/rename/should_fail/T6148a.stderr index e287636d4d..6160fbf3df 100644 --- a/testsuite/tests/rename/should_fail/T6148a.stderr +++ b/testsuite/tests/rename/should_fail/T6148a.stderr @@ -1,5 +1,5 @@ -T6148a.hs:3:5: error: +T6148a.hs:3:5: error: [GHC-94803] • A 65-tuple is too large for GHC (max size is 64) Workaround: use nested tuples or define a data type diff --git a/testsuite/tests/rename/should_fail/T6148b.stderr b/testsuite/tests/rename/should_fail/T6148b.stderr index 3c5afcd085..29d79e8179 100644 --- a/testsuite/tests/rename/should_fail/T6148b.stderr +++ b/testsuite/tests/rename/should_fail/T6148b.stderr @@ -1,5 +1,5 @@ -T6148b.hs:3:5: error: +T6148b.hs:3:5: error: [GHC-94803] A 65-tuple is too large for GHC (max size is 64) Workaround: use nested tuples or define a data type diff --git a/testsuite/tests/rename/should_fail/T6148c.stderr b/testsuite/tests/rename/should_fail/T6148c.stderr index a11d23ccac..8a2bad5559 100644 --- a/testsuite/tests/rename/should_fail/T6148c.stderr +++ b/testsuite/tests/rename/should_fail/T6148c.stderr @@ -1,5 +1,5 @@ -T6148c.hs:5:6: error: +T6148c.hs:5:6: error: [GHC-94803] A 65-tuple is too large for GHC (max size is 64) Workaround: use nested tuples or define a data type diff --git a/testsuite/tests/rename/should_fail/T6148d.stderr b/testsuite/tests/rename/should_fail/T6148d.stderr index 774c96e540..f7f132bf28 100644 --- a/testsuite/tests/rename/should_fail/T6148d.stderr +++ b/testsuite/tests/rename/should_fail/T6148d.stderr @@ -1,26 +1,26 @@ -T6148d.hs:5:6: error: +T6148d.hs:5:6: error: [GHC-94803] • A 65-tuple is too large for GHC (max size is 64) Workaround: use nested tuples or define a data type • In the Template Haskell quotation ''(,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) -T6148d.hs:6:6: error: +T6148d.hs:6:6: error: [GHC-94803] • A 65-tuple is too large for GHC (max size is 64) Workaround: use nested tuples or define a data type • In the Template Haskell quotation '(,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,) -T6148d.hs:7:6: error: +T6148d.hs:7:6: error: [GHC-94803] • A 65-tuple is too large for GHC (max size is 64) Workaround: use nested tuples or define a data type • In the Template Haskell quotation ''(#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#) -T6148d.hs:8:6: error: +T6148d.hs:8:6: error: [GHC-94803] • A 65-tuple is too large for GHC (max size is 64) Workaround: use nested tuples or define a data type diff --git a/testsuite/tests/rename/should_fail/T8448.stderr b/testsuite/tests/rename/should_fail/T8448.stderr index 1b3ee56f47..1201817853 100644 --- a/testsuite/tests/rename/should_fail/T8448.stderr +++ b/testsuite/tests/rename/should_fail/T8448.stderr @@ -1,2 +1,3 @@ -T8448.hs:5:21: error: Constructor ‘[]’ does not have field ‘r’ +T8448.hs:5:21: error: [GHC-53822] + Constructor ‘[]’ does not have field ‘r’ diff --git a/testsuite/tests/rename/should_fail/rnfail001.stderr b/testsuite/tests/rename/should_fail/rnfail001.stderr index 3046ff10a1..a27ef00de3 100644 --- a/testsuite/tests/rename/should_fail/rnfail001.stderr +++ b/testsuite/tests/rename/should_fail/rnfail001.stderr @@ -1,5 +1,5 @@ -rnfail001.hs:3:3: +rnfail001.hs:3:3: [GHC-10498] Conflicting definitions for ‘x’ Bound at: rnfail001.hs:3:3 rnfail001.hs:3:5 diff --git a/testsuite/tests/rename/should_fail/rnfail004.stderr b/testsuite/tests/rename/should_fail/rnfail004.stderr index 6e9a61f6ea..93322679a5 100644 --- a/testsuite/tests/rename/should_fail/rnfail004.stderr +++ b/testsuite/tests/rename/should_fail/rnfail004.stderr @@ -1,10 +1,10 @@ -rnfail004.hs:6:5: +rnfail004.hs:6:5: [GHC-10498] Conflicting definitions for ‘a’ Bound at: rnfail004.hs:6:5 rnfail004.hs:7:10 -rnfail004.hs:7:6: +rnfail004.hs:7:6: [GHC-10498] Conflicting definitions for ‘b’ Bound at: rnfail004.hs:7:6 rnfail004.hs:8:8 diff --git a/testsuite/tests/rename/should_fail/rnfail021.stderr b/testsuite/tests/rename/should_fail/rnfail021.stderr index 1cf26eca36..5cb2e4ac13 100644 --- a/testsuite/tests/rename/should_fail/rnfail021.stderr +++ b/testsuite/tests/rename/should_fail/rnfail021.stderr @@ -1,2 +1,2 @@ -rnfail021.hs:5:2: Qualified name in binding position: Baz.f +rnfail021.hs:5:2: [GHC-28329] Qualified name in binding position: Baz.f diff --git a/testsuite/tests/rename/should_fail/rnfail034.stderr b/testsuite/tests/rename/should_fail/rnfail034.stderr index f385539f79..4c7113f20c 100644 --- a/testsuite/tests/rename/should_fail/rnfail034.stderr +++ b/testsuite/tests/rename/should_fail/rnfail034.stderr @@ -1,5 +1,5 @@ -rnfail034.hs:4:11: error: Qualified name in binding position: M.y +rnfail034.hs:4:11: error: [GHC-28329] Qualified name in binding position: M.y rnfail034.hs:4:26: error: [GHC-76037] Not in scope: ‘M.y’ diff --git a/testsuite/tests/rename/should_fail/rnfail039.stderr b/testsuite/tests/rename/should_fail/rnfail039.stderr index 6283dccd33..31001fccab 100644 --- a/testsuite/tests/rename/should_fail/rnfail039.stderr +++ b/testsuite/tests/rename/should_fail/rnfail039.stderr @@ -1,2 +1,2 @@ -rnfail039.hs:11:15: Qualified name in binding position: P.== +rnfail039.hs:11:15: [GHC-28329] Qualified name in binding position: P.== diff --git a/testsuite/tests/rename/should_fail/rnfail044.stderr b/testsuite/tests/rename/should_fail/rnfail044.stderr index 39f7b77056..795cee0dfa 100644 --- a/testsuite/tests/rename/should_fail/rnfail044.stderr +++ b/testsuite/tests/rename/should_fail/rnfail044.stderr @@ -1,5 +1,5 @@ -rnfail044.hs:5:12: error: +rnfail044.hs:5:12: error: [GHC-87543] Ambiguous occurrence ‘splitAt’ It could refer to either ‘Prelude.splitAt’, diff --git a/testsuite/tests/rename/should_fail/rnfail046.stderr b/testsuite/tests/rename/should_fail/rnfail046.stderr index 49cfe356f4..b298acc610 100644 --- a/testsuite/tests/rename/should_fail/rnfail046.stderr +++ b/testsuite/tests/rename/should_fail/rnfail046.stderr @@ -1,2 +1,2 @@ -rnfail046.hs:4:13: Qualified name in binding position: Map.Map +rnfail046.hs:4:13: [GHC-28329] Qualified name in binding position: Map.Map |