Skip to content

Flaky test "eval -> Refresh an evaluation" #610

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
maralorn opened this issue Nov 19, 2020 · 1 comment
Closed

Flaky test "eval -> Refresh an evaluation" #610

maralorn opened this issue Nov 19, 2020 · 1 comment
Labels
os: nixos type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..

Comments

@maralorn
Copy link
Contributor

I am trying to enable hls tests in nixpkgs. This test seems to fail sometimes on my local system (a thinkpad notebook with nixos). This is with hls 0.6.0 and ghcide 0.5.0.

    Refresh an evaluation:
      expected: "module T5 where\n\n-- >>> unwords example\n-- \"This is an example of evaluation\"\nexample :: [String]\nexample = [\"This\",\"is\",\"an\",\"example\",\"of\",\"evaluation\"]\n"
       but got: "module T5 where\n\n-- >>> unwords example\n-- \n-- ByteCodeLink.lookupCE\n-- During interactive linking, GHCi couldn't find the following symbol:\n--   interactive_Ghci1_ghcideCustomShow_closure\n-- This may be due to you not asking GHCi to load extra object files,\n-- archives or DLLs needed by your c
urrent session.  Restart GHCi, specifying\n-- the missing library using the -L/path/to/object/dir and -lmissinglibname\n-- flags, or simply by naming the relevant files on the GHCi command line.\n-- Alternatively, this link failure might indicate a bug in GHCi.\n-- If you suspect the latter, please report this as a GHC
 bug:\n--   https://www.haskell.org/ghc/reportabug\nexample :: [String]\nexample = [\"This\",\"is\",\"an\",\"example\",\"of\",\"evaluation\"]\n"
@jneira jneira added os: nixos type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc.. type: testing labels Nov 19, 2020
@jneira
Copy link
Member

jneira commented Oct 4, 2021

As the error is throwing in our ci and reported here: #2253 i am gonna close it in favout of the recent one, @maralorn thanks to anticipate it 🙂

@jneira jneira closed this as completed Oct 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os: nixos type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Projects
None yet
Development

No branches or pull requests

2 participants