Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Jonas Maebe
On 9 nov 2006, at 13:33, [EMAIL PROTECTED] wrote: Wait a minute But you need a stable enough compiler to compile the testsuite right? You need a lot more compiler functionality to compile the fcl than to compile individual tests (not to mention that a problem which occurs when compili

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Michael Van Canneyt
On Thu, 9 Nov 2006, [EMAIL PROTECTED] wrote: > >> On 09/11/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > >>> First, I would prefer a patch to the fpcunit which makes the unit > >>> itself > >>> indenpendend from other stuff (xml) so it can be used in the fpc > >>> test suite :) > >> > >> The

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Graeme Geldenhuys
On 09/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Wait a minute But you need a stable enough compiler to compile the testsuite right? That's what I wast trying to get at... You need a compiler already. As to the order of how things are compiler and tested (RTL, FCL, etc) I have no i

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread dhkblaszyk
>> On 09/11/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: >>> First, I would prefer a patch to the fpcunit which makes the unit >>> itself >>> indenpendend from other stuff (xml) so it can be used in the fpc >>> test suite :) >> >> The xml used is the xmlwriter unit - part of FPC. Is this a prob

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Michael Van Canneyt
On Thu, 9 Nov 2006, Jonas Maebe wrote: > > On 9 nov 2006, at 11:47, Graeme Geldenhuys wrote: > > >On 09/11/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: > > >First, I would prefer a patch to the fpcunit which makes the unit itself > > >indenpendend from other stuff (xml) so it can be used in

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Jonas Maebe
On 9 nov 2006, at 12:49, Graeme Geldenhuys wrote: Ok, so if the OutputFactory idea is also not going to work. Why not try something completely different. What if every test suite compiled to a .dll or .so file - nothing more. The fpcUnit executable compiled previously with a stable compiler a

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Graeme Geldenhuys
On 09/11/06, Jonas Maebe <[EMAIL PROTECTED]> wrote: > The xml used is the xmlwriter unit - part of FPC. Is this a problem? The problem is that the xml stuff must be built before you can run the testsuite with fpcunit tests included (since the fpcunit package depends on the xml stuff). This mean

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Jonas Maebe
On 9 nov 2006, at 11:47, Graeme Geldenhuys wrote: On 09/11/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: First, I would prefer a patch to the fpcunit which makes the unit itself indenpendend from other stuff (xml) so it can be used in the fpc test suite :) The xml used is the xmlwriter

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Michael Van Canneyt
On Thu, 9 Nov 2006, Florian Klaempfl wrote: > First, I would prefer a patch to the fpcunit which makes the unit itself > indenpendend from other stuff (xml) so it can be used in the fpc test suite :) The unit fpcunit is independent of XML ? The package as a whole is dependent on XML, this is c

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Graeme Geldenhuys
On 09/11/06, Florian Klaempfl <[EMAIL PROTECTED]> wrote: First, I would prefer a patch to the fpcunit which makes the unit itself indenpendend from other stuff (xml) so it can be used in the fpc test suite :) The xml used is the xmlwriter unit - part of FPC. Is this a problem? Test output is o

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Florian Klaempfl
First, I would prefer a patch to the fpcunit which makes the unit itself indenpendend from other stuff (xml) so it can be used in the fpc test suite :) ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinf

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Graeme Geldenhuys
On 09/11/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: > Number of run tests: 20 > Number of errors:0 > Number of failures: 0 IMHO the 'Number of ...' should be enabled with a new -s (and --summary) switch That makes sence, yes. > Hierarchy view for test listing in XML. The XSLT fil

Re: [fpc-pascal] fpcUnit todo list

2006-11-09 Thread Vincent Snijders
Graeme Geldenhuys schreef: Dean, As requested. Here goes... Let me know what you think of Item 1? If you wanted to start with any of these, Item 1 would be good. :-) === Item 1 === I have an idea on improving the console runner outpu