@@ -126,17 +126,17 @@ tests = let
126
126
aaaL14 = Position 18 20 ; aaa = [mkR 11 0 11 3 ]
127
127
dcL7 = Position 11 11 ; tcDC = [mkR 7 23 9 16 ]
128
128
dcL12 = Position 16 11 ;
129
- xtcL5 = Position 9 11 ; xtc = [ExpectExternFail , ExpectHoverText [" Int" , " Defined in " , " GHC.Types" , " ghc-prim" ]]
129
+ xtcL5 = Position 9 11 ; xtc = [ExpectHoverText [" Int" , " Defined in " , " GHC.Types" , " ghc-prim" ]]
130
130
tcL6 = Position 10 11 ; tcData = [mkR 7 0 9 16 , ExpectHoverText [" TypeConstructor" , " GotoHover.hs:8:1" ]]
131
131
vvL16 = Position 20 12 ; vv = [mkR 20 4 20 6 ]
132
132
opL16 = Position 20 15 ; op = [mkR 21 2 21 4 ]
133
133
opL18 = Position 22 22 ; opp = [mkR 22 13 22 17 ]
134
134
aL18 = Position 22 20 ; apmp = [mkR 22 10 22 11 ]
135
135
b'L19 = Position 23 13 ; bp = [mkR 23 6 23 7 ]
136
- xvL20 = Position 24 8 ; xvMsg = [ExpectExternFail , ExpectHoverText [" pack" , " :: String -> Text" , " Data.Text" , " text" ]]
136
+ xvL20 = Position 24 8 ; xvMsg = [ExpectHoverText [" pack" , " :: String -> Text" , " Data.Text" , " text" ]]
137
137
clL23 = Position 27 11 ; cls = [mkR 25 0 26 20 , ExpectHoverText [" MyClass" , " GotoHover.hs:26:1" ]]
138
138
clL25 = Position 29 9
139
- eclL15 = Position 19 8 ; ecls = [ExpectExternFail , ExpectHoverText [" Num" , " Defined in " , " GHC.Num" , " base" ]]
139
+ eclL15 = Position 19 8 ; ecls = [ExpectHoverText [" Num" , " Defined in " , " GHC.Num" , " base" ]]
140
140
dnbL29 = Position 33 18 ; dnb = [ExpectHoverText [" :: ()" ], mkR 33 12 33 21 ]
141
141
dnbL30 = Position 34 23
142
142
lcbL33 = Position 37 26 ; lcb = [ExpectHoverText [" :: Char" ], mkR 37 26 37 27 ]
@@ -174,16 +174,16 @@ tests = let
174
174
, test yes yes dcL7 tcDC " data constructor record #1029"
175
175
, test yes yes dcL12 tcDC " data constructor plain" -- https://github.com/haskell/ghcide/pull/121
176
176
, test yes yes tcL6 tcData " type constructor #1028" -- https://github.com/haskell/ghcide/pull/147
177
- , test broken yes xtcL5 xtc " type constructor external #717,1028"
178
- , test broken yes xvL20 xvMsg " value external package #717" -- https://github.com/haskell/ghcide/pull/120
177
+ , test yes yes xtcL5 xtc " type constructor external #717,1028"
178
+ , test yes yes xvL20 xvMsg " value external package #717" -- https://github.com/haskell/ghcide/pull/120
179
179
, test yes yes vvL16 vv " plain parameter" -- https://github.com/haskell/ghcide/pull/120
180
180
, test yes yes aL18 apmp " pattern match name" -- https://github.com/haskell/ghcide/pull/120
181
181
, test yes yes opL16 op " top-level operator #713" -- https://github.com/haskell/ghcide/pull/120
182
182
, test yes yes opL18 opp " parameter operator" -- https://github.com/haskell/ghcide/pull/120
183
183
, test yes yes b'L19 bp " name in backticks" -- https://github.com/haskell/ghcide/pull/120
184
184
, test yes yes clL23 cls " class in instance declaration #1027"
185
185
, test yes yes clL25 cls " class in signature #1027" -- https://github.com/haskell/ghcide/pull/147
186
- , test broken yes eclL15 ecls " external class in signature #717,1027"
186
+ , test yes yes eclL15 ecls " external class in signature #717,1027"
187
187
, test yes yes dnbL29 dnb " do-notation bind #1073"
188
188
, test yes yes dnbL30 dnb " do-notation lookup"
189
189
, test yes yes lcbL33 lcb " listcomp bind #1073"
0 commit comments