2010-06-20 08:24:05 -04:00
|
|
|
|
|
|
|
This file documents the high-level status of the regression cases.
|
2012-12-27 16:18:16 -05:00
|
|
|
-----------+----------------------+-------------------------------------------------
|
|
|
|
DIRECTORY | STATUS | TODO
|
|
|
|
-----------+----------------------+-------------------------------------------------
|
|
|
|
services | NO TESTS | write test framework for services.
|
|
|
|
turtle | NO TESTS | write tests
|
|
|
|
rsserver | NO TESTS | write tests
|
|
|
|
upnp | automatic tests | [--S]
|
|
|
|
pgp | automatic tests | [---]
|
|
|
|
util | automatic tests | [---]
|
|
|
|
dbase | automatic tests | [--S]
|
|
|
|
pqi | automatic tests | [C--]
|
|
|
|
ft | automatic tests | [-FS] (ftcontrollertest, ftserver2test, fttransfermoduletest)
|
|
|
|
tcponudp | automatic tests | [-F-] Takes 15 mins. test_tou,bidir_tou,stacks_tou fail
|
|
|
|
dht | NO TESTS | write tests
|
|
|
|
serialiser | automatic tests | [-F-] (tlvrandom_test)
|
|
|
|
-----------+----------------------+-------------------------------------------------
|
2010-06-20 08:24:05 -04:00
|
|
|
|
2012-12-27 16:18:16 -05:00
|
|
|
Legend:
|
|
|
|
[---] : nothing to do. All work perfectly.
|
|
|
|
[ S] : needs scripts
|
|
|
|
[ F ] : some tests fail
|
|
|
|
[C ] : some tests don't compile
|
|
|
|
[E ] : some test execution fail
|
2012-12-19 18:05:38 -05:00
|
|
|
|
2012-12-27 16:18:16 -05:00
|
|
|
Commands:
|
|
|
|
- to launch tests in a directory:
|
|
|
|
> \rm *.tstout
|
|
|
|
> make regress
|
2010-06-20 08:24:05 -04:00
|
|
|
|
2012-12-27 16:18:16 -05:00
|
|
|
- to use parameters:
|
|
|
|
* create a script [testname].sh where [testname] is the name of the
|
|
|
|
executable test. It will be used automatically by the above command.
|
|
|
|
* in the script, use a single command, or if necessary put all commands
|
|
|
|
on one line using &&.
|
2010-06-20 08:24:05 -04:00
|
|
|
|
|
|
|
|
|
|
|
|