Home
last modified time | relevance | path

Searched refs:errorCall (Results 1 – 25 of 30) sorted by relevance

12

/dports/lang/elm/compiler-0.19.1/_cabal_deps/HUnit-1.6.0.0/tests/
H A DHUnitTestExtended.hs10 errorCall :: a
11 errorCall = error "error" function
27 … error, called at tests/HUnitTestExtended.hs:11:13 in main:HUnitTestExtended" (TestCase errorCall),
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-expectations-0.8.2/src/Test/Hspec/
H A DExpectations.hs48 , errorCall
188 errorCall :: String -> Selector ErrorCall
190 errorCall s (ErrorCallWithLocation msg _) = s == msg function
192 errorCall s (ErrorCall msg) = s == msg function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-core-2.7.10/test/Test/Hspec/Core/
H A DExampleSpec.hs66 evaluateExample (error "foobar" :: Result) `shouldThrow` errorCall "foobar"
96 evaluateExample (error "foobar" :: Bool) `shouldThrow` errorCall "foobar"
121 evaluateExample (error "foobar" :: Expectation) `shouldThrow` errorCall "foobar"
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/warp-3.3.13/test/
H A DWithApplicationSpec.hs37 `shouldThrow` (errorCall "foo")
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/warp-3.3.9/test/
H A DWithApplicationSpec.hs37 `shouldThrow` (errorCall "foo")
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/warp-3.3.12/test/
H A DWithApplicationSpec.hs37 `shouldThrow` (errorCall "foo")
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/warp-3.3.14/test/
H A DWithApplicationSpec.hs37 `shouldThrow` (errorCall "foo")
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/warp-3.3.14/test/
H A DWithApplicationSpec.hs37 `shouldThrow` (errorCall "foo")
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/
H A DRStdCallbacks.cpp588 r::exec::errorCall(call, e.message()); in Rloadhistory()
601 r::exec::errorCall(call, e.message()); in Rsavehistory()
623 r::exec::errorCall(call, e.message()); in Raddhistory()
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/th-compat-0.1.1/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/th-compat-0.1.1/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/th-compat-0.1.2/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/th-compat-0.1.2/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/th-compat-0.1.2/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/th-compat-0.1.2/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/th-compat-0.1.2/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/th-compat-0.1.2/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/devel/stack/stack-2.7.3/_cabal_deps/th-compat-0.1.2/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/th-compat-0.1.2/tests/Language/Haskell/TH/Syntax/
H A DCompatSpec.hs39 `shouldThrow` errorCall "`unsafeQToQuote` does not support code that uses qReport"
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/hspec-expectations-0.8.2/test/Test/Hspec/
H A DExpectationsSpec.hs105 error "foobar" `shouldThrow` errorCall "foobar"
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DCoverage.hs320 mtix <- liftIO (readTix (toFilePath path)) `catchAny` \errorCall -> do
321 logError $ "Error while reading tix: " <> fromString (show errorCall)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/include/r/
H A DRExec.hpp298 void errorCall(SEXP call, const std::string& message);
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/email-validate-2.3.2.13/tests/
H A DMain.hs15 import Test.Hspec (hspec, context, describe, errorCall, it, parallel, shouldBe, shouldSatisfy)
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/email-validate-2.3.2.13/tests/
H A DMain.hs15 import Test.Hspec (hspec, context, describe, errorCall, it, parallel, shouldBe, shouldSatisfy)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/
H A DRExec.cpp562 void errorCall(SEXP call, const std::string& message) in errorCall() function

12