summaryrefslogtreecommitdiff
path: root/test/pinning11.test
AgeCommit message (Collapse)AuthorFilesLines
2020-10-03commit: rephrase the error messages more understandableTimo Teräs1-1/+1
fixes #10703
2013-06-18errors: fix a test case, and misanalysis of certain namesTimo Teräs1-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.
2013-06-13errors: rewrite the logic how errors are reportedTimo Teräs1-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.
2013-06-13solver: rewrite as deductive solver -- pinning supportTimo Teräs1-0/+8
Fix also pinning test cases to be more sane.