You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, ("aVeryLongSignature a b c d e f g h i j k l m n = a && b && c && d && e && f && g && h && i && j && k && l && m && n", "aVeryLongSignature :: Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool -> Bool")
, goldenWithEval "Shows a kind with :kind""T12""hs"
88
+
, goldenWithEval "Reports an error for an incorrect type with :kind""T13""hs"
93
89
, goldenWithEval' "Returns a fully-instantiated type for :type""T14""hs" (if ghcVersion >=GHC98then"ghc98.expected"else"expected") -- See https://gitlab.haskell.org/ghc/ghc/-/issues/24069
94
90
, knownBrokenForGhcVersions [GHC92, GHC94, GHC96, GHC98] "type +v does not work anymore with 9.2"$ goldenWithEval "Returns an uninstantiated type for :type +v, admitting multiple whitespaces around arguments""T15""hs"
95
91
, goldenWithEval "Returns defaulted type for :type +d, admitting multiple whitespaces around arguments""T16""hs"
96
-
, goldenWithEval'":type reports an error when given with unknown +x option""T17""hs" (if ghcVersion >=GHC92then"ghc92.expected"else"expected")
92
+
, goldenWithEval ":type reports an error when given with unknown +x option""T17""hs"
97
93
, goldenWithEval "Reports an error when given with unknown command""T18""hs"
98
94
, goldenWithEval "Returns defaulted type for :type +d reflecting the default declaration specified in the >>> prompt""T19""hs"
99
95
, expectFailBecause "known issue - see a note in P.R. #361"$
100
-
goldenWithEval'":type +d reflects the `default' declaration of the module""T20""hs" (if ghcVersion >=GHC92then"ghc92.expected"else"expected")
96
+
goldenWithEval ":type +d reflects the `default' declaration of the module""T20""hs"
101
97
, testCase ":type handles a multilined result properly"$
102
98
evalInFile "T21.hs""-- >>> :type fun"$T.unlines [
103
99
"-- fun",
@@ -125,13 +121,10 @@ tests =
125
121
, goldenWithEvalAndFs "Transitive local dependency" (FS.directProjectMulti ["TTransitive.hs", "TLocalImport.hs", "Util.hs"]) "TTransitive""hs"
126
122
-- , goldenWithEval "Local Modules can be imported in a test" "TLocalImportInTest" "hs"
127
123
, goldenWithEval "Setting language option TupleSections""TLanguageOptionsTupleSections""hs"
0 commit comments