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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-24
Fix how the source directory is defined.
Daniel Burrows
1
-1
/
+1
2010-04-24
Directly depend on .o files to eliminate the scons warning.
Daniel Burrows
1
-1
/
+1
2010-04-24
Start adding extra dependencies into src/ to the test build files.
Daniel Burrows
1
-2
/
+11
2010-04-24
Define SRCDIR for the Boost test.
Daniel Burrows
1
-0
/
+3
2010-04-24
Deal with the fact that BOOST_TEST_NO_MAIN might be defined by a compiler flag.
Daniel Burrows
1
-0
/
+2
2010-04-24
Try to build and run unit tests, and only build aptitude by default.
Daniel Burrows
1
-0
/
+39
2010-04-21
Fix a second type error in the parsers code.
Daniel Burrows
1
-1
/
+1
2010-04-21
Fix type errors caused by a change to the return type of fusion::make_vector.
Daniel Burrows
1
-3
/
+10
2010-04-21
Fix the unit tests to #include <loggers.h> for the new namespace.
Daniel Burrows
2
-0
/
+4
2010-04-21
Rename the log4cxx namespace to logging.
Daniel Burrows
5
-22
/
+22
2010-04-20
Allow "conflict" to be specified as a safety level again, with its old behavi...
Daniel Burrows
1
-0
/
+12
2010-04-19
Test the planned new convention around NULL expressions (they're treated as "...
Daniel Burrows
1
-0
/
+97
2010-04-19
Write tests of the "not" expression.
Daniel Burrows
1
-0
/
+58
2010-04-19
Write out tests of "or" that are dual to the tests of "and".
Daniel Burrows
1
-0
/
+276
2010-04-19
Add tests checking what happens if one input to a doubleton is *lowered*.
Daniel Burrows
1
-0
/
+81
2010-04-19
Un-swap the first and second case of the doubleton test, and add a test that ...
Daniel Burrows
1
-1
/
+59
2010-04-19
Expect the child_modified call that comes from an "and" expression to refer t...
Daniel Burrows
1
-4
/
+4
2010-04-19
Print the child that was modified when printing a child_modified_call object.
Daniel Burrows
1
-1
/
+2
2010-04-19
Add the missing registration call for the new test suite.
Daniel Burrows
1
-0
/
+2
2010-04-19
Add a first test of "and" over two elements.
Daniel Burrows
1
-0
/
+33
2010-04-19
Actually run the new tests.
Daniel Burrows
1
-0
/
+6
2010-04-19
Add some basic tests of "and" expressions.
Daniel Burrows
1
-0
/
+91
2010-04-19
Add tests of the expression weak reference subsystem.
Daniel Burrows
1
-0
/
+33
2010-04-19
Start a suite of unit tests for the incremental expression module of the reso...
Daniel Burrows
2
-0
/
+273
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-17
Fix the test of the temporary file system to match the new behavior.
Daniel Burrows
1
-4
/
+4
2010-04-09
Terminology change: replace "tier operation" with "cost" everywhere.
Daniel Burrows
3
-216
/
+218
2010-04-09
Restructure the source tree to move tier_ related code into files whose name ...
Daniel Burrows
3
-5
/
+5
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-04-04
Nomenclature change: manyOne -> manyPlus, sepByOne -> sepByPlus, skipManyOne ...
Daniel Burrows
1
-26
/
+26
2010-04-04
Fix the expected return values in the cost settings parse test.
Daniel Burrows
1
-2
/
+2
2010-04-04
Implement a new system of "container parsers" that allows much more flexible ...
Daniel Burrows
1
-10
/
+239
2010-03-21
Add an explicit test that trailing separators don't confuse the parse library.
Daniel Burrows
1
-0
/
+12
2010-03-21
Add a test verifying that "max" can't be used as a cost component name.
Daniel Burrows
1
-1
/
+2
2010-03-21
Write a parser that fails unconditionally.
Daniel Burrows
1
-0
/
+21
2010-03-21
More diagnostic information when a fail test fails (also output the structure...
Daniel Burrows
1
-2
/
+9
2010-03-21
Be more informative about which input didn't pass the test in the test of thi...
Daniel Burrows
1
-1
/
+14
2010-03-21
With the new operator== and operator<<, I can use CPPUNIT_ASSERT_EQUALS and g...
Daniel Burrows
1
-69
/
+28
2010-03-20
Capture parse exceptions at the main entry point to the library and turn them...
Daniel Burrows
1
-24
/
+12
2010-03-20
Write code to test the error position reporting and parsing Boost ranges.
Daniel Burrows
1
-0
/
+42
2010-03-20
Write a "between" convenience routine that sandwiches a parser between two si...
Daniel Burrows
1
-0
/
+53
2010-03-20
Terminology change: skip -> skipMany.
Daniel Burrows
1
-24
/
+24
2010-03-20
Write a lexeme convenience wrapper that adds "drop trailing whitespace" to an...
Daniel Burrows
1
-0
/
+31
2010-03-20
Fix the expected input position after the foreach failure.
Daniel Burrows
1
-1
/
+1
2010-03-20
Test the failure case for both foreach and many.
Daniel Burrows
1
-0
/
+24
2010-03-20
Implement a sepBy parser for lists of separated values (e.g., comma-separated...
Daniel Burrows
1
-0
/
+70
2010-03-20
Change the internal protocol of the parser library to support tracking line a...
Daniel Burrows
1
-1
/
+1
[prev]
[next]