Skip to content
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

Test suite fails --quickcheck-replay=579929 #79

Open
alaendle opened this issue Jul 31, 2023 · 1 comment
Open

Test suite fails --quickcheck-replay=579929 #79

alaendle opened this issue Jul 31, 2023 · 1 comment

Comments

@alaendle
Copy link

Encountered during stackage nightly build.

tree-diff> test (suite: tree-diff-test, args: --quickcheck-replay=579929)
                       
tests
  trifecta-pretty roundtrip:       OK (5.60s)
    +++ OK, passed 100 tests.
  parsec-ansi-wl-pprint roundtrip: FAIL (0.91s)
    *** Failed! Falsified (after 33 tests and 16 shrinks):
    Rec "" (fromList [("\"\n\"",Rec "" (fromList []))])
    `` {" " = `` {}}
    Rec "" (fromList [("\" \"",Rec "" (fromList []))])
    Just `` {" " = -`` {}, " " = +`` {}}
    Use --quickcheck-replay=579929 to reproduce.
    Use -p '/parsec-ansi-wl-pprint roundtrip/' to rerun this test only.
  diffBy example1:                 OK
    +++ OK, passed 1 test.
  diffBy model:                    OK (0.04s)
    +++ OK, passed 100 tests.
  Golden
    exFoo:                         OK
    MyInt1:                        OK
    MyInt2:                        OK
    MyInt3:                        OK
    Positional:                    OK
    HashSet:                       OK
      Golden file did not exist; created

1 out of 10 tests failed (6.55s)
alaendle added a commit to commercialhaskell/stackage that referenced this issue Jul 31, 2023
@hololeap
Copy link

I ran into this as well:

  parsec-ansi-wl-pprint roundtrip: FAIL (1.51s)
    *** Failed! Falsified (after 35 tests and 9 shrinks):
    Lst [App "\"\n\"" []]
    [" "]
    Lst [App "\" \"" []]
    Just [-" ", +" "]
    Use --quickcheck-replay=52162 to reproduce.
    Use -p '/parsec-ansi-wl-pprint roundtrip/' to rerun this test only.

I expect this is related to nick8325/quickcheck#359

ncfavier added a commit to NixOS/nixpkgs that referenced this issue Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants