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_resolver.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-06
Eliminate a whole pile of unused local variables.
Daniel Burrows
1
-15
/
+1
2010-04-21
Rename the log4cxx namespace to logging.
Daniel Burrows
1
-11
/
+11
2010-04-18
Implement the test that placing a cost on breaking a soft dependency has an e...
Daniel Burrows
1
-2
/
+84
2010-04-18
Add a utility routine to make it simpler to test resolver runs, by viewing th...
Daniel Burrows
1
-0
/
+24
2010-04-09
Terminology change: replace "tier operation" with "cost" everywhere.
Daniel Burrows
1
-160
/
+160
2010-04-09
Restructure the source tree to move tier_ related code into files whose name ...
Daniel Burrows
1
-2
/
+2
2010-04-08
Yank out the "tier" type and just use operations instead.
Daniel Burrows
1
-134
/
+1
2010-04-08
Add a placeholder for a future test that the break-soft-dep cost does the rig...
Daniel Burrows
1
-0
/
+6
2010-04-08
Fix the tests to compile with the new resolver constructor signature.
Daniel Burrows
1
-13
/
+39
2010-03-11
Attempt to optimize the resolver by not creating unnecessary intermediate tie...
Daniel Burrows
1
-0
/
+82
2010-03-07
Merge changes on my laptop with changes on my desktop.
Daniel Burrows
1
-4
/
+23
2010-03-05
Overhaul the resolver to distinguish between tiers and changes to tiers; this...
Daniel Burrows
1
-8
/
+27
2010-02-07
Fix the expected lubs matrix.
Daniel Burrows
1
-1
/
+1
2010-02-07
Fix an incorrect expected value.
Daniel Burrows
1
-1
/
+1
2010-02-07
Add a second sanity-check on tiers for arithmetic overflow.
Daniel Burrows
1
-0
/
+7
2010-02-07
Indentation fix.
Daniel Burrows
1
-2
/
+2
2010-02-07
Fix the definitions of the inputs to the tier operation test code.
Daniel Burrows
1
-2
/
+2
2010-02-07
Handle uncaught exceptions more cleanly.
Daniel Burrows
1
-1
/
+53
2010-02-07
Initial implementation of a tiering system that is both sound and flexible.
Daniel Burrows
1
-65
/
+125
2010-01-31
Fix the expected sum of () and op2.
Daniel Burrows
1
-1
/
+1
2010-01-31
Improve the error messages when a test fails.
Daniel Burrows
1
-4
/
+4
2010-01-31
Fix the expected operation renderings.
Daniel Burrows
1
-2
/
+2
2010-01-31
Write a test of the tier operation object.
Daniel Burrows
1
-0
/
+116
2010-01-29
Test the new behavior of set_user_level.
Daniel Burrows
1
-40
/
+64
2010-01-28
Swap arguments to CPPUNIT_ASSERT_EQUAL so expected/actual values are in the r...
Daniel Burrows
1
-2
/
+2
2010-01-28
Fix the expected string renderings of tiers to match what the code is suppose...
Daniel Burrows
1
-1
/
+1
2010-01-28
Rename testTiers to testTierEffects; write a new testTiers that tests the tie...
Daniel Burrows
1
-0
/
+70
2010-01-27
Update the unit tests for the new tier object.
Daniel Burrows
1
-4
/
+7
2009-11-17
Have the resolver ignore unresolved dependencies that were unresolved before ...
Daniel Burrows
1
-11
/
+79
2009-07-07
Add some even more paranoid checks around the deferral stuff.
Daniel Burrows
1
-2
/
+46
2009-07-06
Fix the second solution that's expected in the mandate tests.
Daniel Burrows
1
-4
/
+4
2009-07-06
Explicitly test that mandating two alternatives allows both.
Daniel Burrows
1
-0
/
+37
2009-06-23
Fix the mandate-changing-dep-source test.
Daniel Burrows
1
-4
/
+11
2009-06-23
Write some very focused tests to verify that approvals of versions and reject...
Daniel Burrows
1
-0
/
+214
2009-06-17
Test the solution score in testSimpleResolution, and add a simple check that ...
Daniel Burrows
1
-1
/
+80
2009-06-17
Write a simple test that checks that the resolver functions in a trivial case.
Daniel Burrows
1
-0
/
+45
2009-06-08
More and better logging of the resolver and the resolver test code.
Daniel Burrows
1
-3
/
+22
2009-06-04
More logging in the test code.
Daniel Burrows
1
-1
/
+4
2009-06-04
Log at the start of testInitialState.
Daniel Burrows
1
-0
/
+2
2009-06-03
Write a log message showing where testTiers starts.
Daniel Burrows
1
-0
/
+2
2009-06-02
Comment out the resolver checks that no longer apply directly.
Daniel Burrows
1
-1
/
+4
2009-04-12
Add support for "dependency-scoped" install-version choices, which match the ...
Daniel Burrows
1
-8
/
+8
2009-03-29
Write a test that verifies that tiers other than the ones that are treated sp...
Daniel Burrows
1
-0
/
+131
2009-03-29
Update the resolver test to handle the new choice-based resolver.
Daniel Burrows
1
-131
/
+99
2009-03-03
First step in the actual implementation of tiering.
Daniel Burrows
1
-2
/
+4
2009-02-17
Use std::set to return the initially installed versions of a solution.
Daniel Burrows
1
-4
/
+4
2009-02-16
Add a routine to extract the actual versions stored in an initial-versions ob...
Daniel Burrows
1
-0
/
+30
2009-02-09
Add a variety of future-solution searches to the resolver test, which inciden...
Daniel Burrows
1
-4
/
+4
2009-02-05
Fix an incorrect test assertion.
Daniel Burrows
1
-1
/
+1
2009-02-05
Fix up the tests for the new initial state interface, too.
Daniel Burrows
1
-1
/
+1
[next]