[ros-kernel] Application Compatibility List

Mark IJbema mark at ijbema.xs4all.nl
Mon Mar 15 22:15:31 CET 2004


On Mon, Mar 15, 2004 at 04:01:58PM -0500, Waldo Alvarez Ca?izares wrote:
> Hi Steven:
>  
> Is there something that needs to be adapted? I have plans to write some other tests in the future (even Kernel Mode Regression tests) and I would like to do them the proper way. I believe tests are very important to prevent things that already work from breaking without even notice it, and that after that, code gets written based on the broken parts of the system, making fixes take a lot more effort. However I'm thinking in taking the testing to higher levels. I mean one single program to test all things in reactos (I mean running a program in reactos that tests everything testable and generates a report of the failures). I'm thinking about some kind of meta language (at least for user mode tests) that could let me add tests very easily.
>  
> something like
>  
> Take function X from Z dll
> Use this parameters
> I you don't get this Y results then it is broken <-- This is the hard part that I still have to mature.
>  
> Does anybody knows about something like this done before. There are little chances that I'm the first one with the idea.

Try searching on unittesting :) for java there's jUNIT, which i know,
and would be very suitable if reactos was written in Java ;) There are
other tools for other languages though, try searching on
extreme-programming sites.

Mark


More information about the Ros-kernel mailing list