aboutsummaryrefslogtreecommitdiffstats
path: root/test/pinning11.test
Commit message (Collapse)AuthorAgeFilesLines
* errors: fix a test case, and misanalysis of certain namesTimo Teräs2013-06-181-1/+1
| | | | | | the pinning11 changed when @repo got the leading @ on error messages. analyze_dep() now properly ignores conflict dependencies, as those names are usually intentionally left unassigned.
* errors: rewrite the logic how errors are reportedTimo Teräs2013-06-131-2/+4
| | | | | | | Instead of the dependency oriented logic, switch to print them for each package or name needed. Might give a bit more readable errors now. There's still few corner cases that proper error is not output, which are cought by the test cases.
* solver: rewrite as deductive solver -- pinning supportTimo Teräs2013-06-131-0/+8
Fix also pinning test cases to be more sane.