index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_promotion_set.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-21
Rename the log4cxx namespace to logging.
Daniel Burrows
1
-1
/
+1
2010-04-09
Terminology change: replace "tier operation" with "cost" everywhere.
Daniel Burrows
1
-41
/
+41
2010-04-09
Restructure the source tree to move tier_ related code into files whose name ...
Daniel Burrows
1
-1
/
+1
2010-03-05
Overhaul the resolver to distinguish between tiers and changes to tiers; this...
Daniel Burrows
1
-225
/
+90
2010-02-07
Initial implementation of a tiering system that is both sound and flexible.
Daniel Burrows
1
-3
/
+6
2010-01-28
Reorder the test assertions so that if the promotion set is not correct, its ...
Daniel Burrows
1
-7
/
+7
2010-01-27
Update the unit tests for the new tier object.
Daniel Burrows
1
-33
/
+44
2009-07-10
Eliminating the use of hash tables to save memory: backed out changeset 7c43f...
Daniel Burrows
1
-24
/
+5
2009-07-05
Reimplement choice_set in terms of boost::unordered_set.
Daniel Burrows
1
-5
/
+24
2009-06-26
Overhaul how incipient promotions are tested, one more time.
Daniel Burrows
1
-13
/
+13
2009-06-25
More fixes / updates to the promotion set test code.
Daniel Burrows
1
-7
/
+39
2009-06-25
Modify the incipient tests to conform to how incipient promotions are returned.
Daniel Burrows
1
-28
/
+14
2009-06-25
Add more tests of incipient promotion finding.
Daniel Burrows
1
-18
/
+145
2009-06-25
Add a first test of the incipient promotion stuff.
Daniel Burrows
1
-0
/
+61
2009-06-07
Don't attempt to track tier validity at the solver level; instead, when a pro...
Daniel Burrows
1
-3
/
+13
2009-04-12
Add support for "dependency-scoped" install-version choices, which match the ...
Daniel Burrows
1
-1
/
+1
2009-03-29
Make tiers be tuples of integers (lexicographically ordered) instead of plain...
Daniel Burrows
1
-32
/
+40
2009-03-08
Make install_version() choices carry the dependency that led to the install.
Daniel Burrows
1
-1
/
+1
2009-03-07
Attach arbitrary integer tags to choice objects.
Daniel Burrows
1
-88
/
+106
2009-03-03
Rename promotion_set to generic_promotion_set for consistency with the rest o...
Daniel Burrows
1
-1
/
+1
2009-03-03
Make choice sets take the *narrowest* element added to them, not the widest.
Daniel Burrows
1
-93
/
+94
2009-03-01
Add some slightly more paranoid tests of promotions, to check that _containin...
Daniel Burrows
1
-3
/
+68
2009-02-27
Sanity-check the size and contents of the promotion set after invoking remove...
Daniel Burrows
1
-0
/
+37
2009-02-27
Actually invoke the new test cases (**oops** :-) ).
Daniel Burrows
1
-0
/
+2
2009-02-27
Write a test for remove_below_tier.
Daniel Burrows
1
-0
/
+114
2009-02-27
Write up a test of remove_tier().
Daniel Burrows
1
-0
/
+64
2009-02-25
Add a fifth test of find_highest_promotion, testing that we DTRT when there i...
Daniel Burrows
1
-0
/
+34
2009-02-25
Write a test that checks that choices made due to a dependency are matched pr...
Daniel Burrows
1
-0
/
+28
2009-02-25
Explain the purpose of each test in comments.
Daniel Burrows
1
-0
/
+7
2009-02-25
Instantiate the first expected promotion in exactly one place.
Daniel Burrows
1
-6
/
+7
2009-02-25
Write a third test of find_highest_promotion.
Daniel Burrows
1
-0
/
+17
2009-02-25
Flesh out the second test of find_highest_promotion_for.
Daniel Burrows
1
-0
/
+9
2009-02-23
Assert that all is as expected after we insert the last test promotion.
Daniel Burrows
1
-0
/
+3
2009-02-23
Add a basic test of find_highest_promotion_for() and find_highest_promotion_c...
Daniel Burrows
1
-0
/
+58
2009-02-22
Add a "promotion set" object.
Daniel Burrows
1
-0
/
+207