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

Quickcheck failures on GHC 9.4 #223

Open
Profpatsch opened this issue Aug 31, 2023 · 0 comments
Open

Quickcheck failures on GHC 9.4 #223

Profpatsch opened this issue Aug 31, 2023 · 0 comments

Comments

@Profpatsch
Copy link

Failures:

  test/src/Geometry/SoSSpec.hs:41:36:
  1) Geometry.SoS, symoblic/convex hull test, convex hull same with symoblic
       Falsifiable (after 6 tests and 4 shrinks):
         (Point2 5 4 :+ ()) :| [Point2 5 (-4.66667) :+ ()]
       expected: (Point2 5 4 :+ ()) :| [Point2 5 (-4.66667) :+ ()]
        but got: (Point2 5 (-4.66667) :+ ()) :| [Point2 5 4 :+ ()]

  To rerun use: --match "/Geometry.SoS/symoblic/convex hull test/convex hull same with symoblic/"

  test/src/Geometry/SubLineSpec.hs:27:31:
  2) Geometry.SubLine.subLineTests subline specialization in R^2
       Falsifiable (after 2 tests):
         1
         Line (Point2 (-1) (-1)) (Vector2 0 2)
         Interval (Closed (0 :+ ())) (Closed (0 :+ ()))
       expected: True
        but got: False

  To rerun use: --match "/Geometry.SubLine/subLineTests/subline specialization in R^2/"

Randomized with seed 1538958832
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

1 participant