Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
c9ee431c
Unverified
Commit
c9ee431c
authored
1 year ago
by
Phil de Joux
Browse files
Options
Downloads
Patches
Plain Diff
Update expectations of cabal-install:unit-tests
parent
8a91a64d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cabal-install/tests/UnitTests/Distribution/Solver/Modular/Solver.hs
+3
-3
3 additions, 3 deletions
...all/tests/UnitTests/Distribution/Solver/Modular/Solver.hs
with
3 additions
and
3 deletions
cabal-install/tests/UnitTests/Distribution/Solver/Modular/Solver.hs
+
3
−
3
View file @
c9ee431c
...
...
@@ -615,7 +615,7 @@ tests =
,
"[__2] unknown package: unknown2 (dependency of B)"
,
"[__2] fail (backjumping, conflict set: B, unknown2)"
,
"[__1] fail (backjumping, conflict set: A, B, unknown1, unknown2)"
,
"[__0] skipping: A
-
3.0.0,
A-
2.0.0 (has the same characteristics that "
,
"[__0] skipping: A
;
3.0.0, 2.0.0 (has the same characteristics that "
++
"caused the previous version to fail: depends on 'B')"
,
"[__0] trying: A-1.0.0"
,
"[__1] done"
...
...
@@ -644,7 +644,7 @@ tests =
,
"[__1] next goal: B (dependency of A)"
,
"[__1] rejecting: B-11.0.0 (conflict: A => B==14.0.0)"
,
"[__1] fail (backjumping, conflict set: A, B)"
,
"[__0] skipping: A
-
3.0.0,
A-
2.0.0 (has the same characteristics that "
,
"[__0] skipping: A
;
3.0.0, 2.0.0 (has the same characteristics that "
++
"caused the previous version to fail: depends on 'B' but excludes "
++
"version 11.0.0)"
,
"[__0] trying: A-1.0.0"
...
...
@@ -769,7 +769,7 @@ tests =
,
"[__2] next goal: C (dependency of A)"
,
"[__2] rejecting: C-2.0.0 (conflict: A => C==1.0.0)"
,
"[__2] fail (backjumping, conflict set: A, C)"
,
"[__0] skipping: A
-
3.0.0,
A-
2.0.0 (has the same characteristics that caused the "
,
"[__0] skipping: A
;
3.0.0, 2.0.0 (has the same characteristics that caused the "
++
"previous version to fail: depends on 'C' but excludes version 2.0.0)"
,
"[__0] trying: A-1.0.0"
,
"[__1] next goal: C (dependency of A)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment