From: Sebastien D. <sde...@us...> - 2005-08-01 13:17:32
|
Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31193 Modified Files: TODO Log Message: Updated TODO list Index: TODO =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- TODO 10 Jan 2005 18:09:51 -0000 1.3 +++ TODO 1 Aug 2005 13:17:22 -0000 1.4 @@ -1,19 +1,8 @@ Here is a list of future features: -(*) Runs statistics: -Show on the report.php page a summary of the displayed run(s). -This summary will show the number of PASSED, FAILED, ... tests. -In case there are several runs displayed, it will also show comparison -information (a matrix showing the # of differences for example). - (*) Filtering: On the report.php page, add the ability to filter the displayed content. --> Filter by test status: show/hide PASSED, show/hide INTERRUPTED, ... (done in BROWSE mode) -> Filter by function domain: show only TIMERS routines, show all, ... --> Filter by comparison status: show/hide common results, show/hide differences - -(*) Other testsuites support: -Add the support for LTP testsuite, eventually NFSv4 testsuites also. (*) Domains administration: Create an interface to definition/modification of the routine domains. @@ -22,3 +11,7 @@ -> flag public/private runs displaying. -> user-specific routines domains. +(*) More flexibility for modules writters on file uploads +Handle both plain text files and tar.gz files; and then pass the result to the +module. + |