Re: [fpc-devel] Definition of the time-fration in a TDateTimebefore30/12/1899

2006-05-23 Thread Tomas Hajny
Graeme Geldenhuys wrote: On 5/23/06, Tomas Hajny [EMAIL PROTECTED] wrote: Couldn't it happen that one of the tests just crashes the whole program, so further tests are not run at all then? Nope. That is the beauty of xUnit testing frameworks. A Failures (something you are testing for) and

Re: [fpc-devel] Definition of the time-fration in a TDateTimebefore30/12/1899

2006-05-23 Thread Graeme Geldenhuys
On 5/23/06, Tomas Hajny [EMAIL PROTECTED] wrote: believe this may happen for other targets too - if you have a misbehaving RTL routine that overwrites half of your heap, you'll probably end up in the whole program crashing (i.e. if all the tests are run in one process, some of the tests will

Re: [fpc-devel] Definition of the time-fration in a TDateTimebefore30/12/1899

2006-05-23 Thread Florian Klaempfl
Graeme Geldenhuys wrote: On 5/23/06, Tomas Hajny [EMAIL PROTECTED] wrote: believe this may happen for other targets too - if you have a misbehaving RTL routine that overwrites half of your heap, you'll probably end up in the whole program crashing (i.e. if all the tests are run in one process,

Re: [fpc-devel] Definition of the time-fration in a TDateTimebefore30/12/1899

2006-05-23 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 5/23/06, Tomas Hajny [EMAIL PROTECTED] wrote: believe this may happen for other targets too - if you have a misbehaving RTL routine that overwrites half of your heap, you'll probably end up in the whole program crashing (i.e. if all the tests are run in one

Re: [fpc-devel] Definition of the time-fration in a TDateTimebefore30/12/1899

2006-05-23 Thread Graeme Geldenhuys
On 5/23/06, Vincent Snijders [EMAIL PROTECTED] wrote: The problem is, that you can not expect a developer to test it on all 10+ supported platforms before committing. Umm, I keep forgetting FPC is a *beast* !! Our apps only get deployed under Windows and Linux. We are able to use VMWare for

Re: [fpc-devel] Definition of the time-fration in a TDateTimebefore30/12/1899

2006-05-23 Thread Florian Klaempfl
Graeme Geldenhuys wrote: On 5/23/06, Vincent Snijders [EMAIL PROTECTED] wrote: The problem is, that you can not expect a developer to test it on all 10+ supported platforms before committing. Umm, I keep forgetting FPC is a *beast* !! Our apps only get deployed under Windows and Linux. We

Re: [fpc-devel] Definition of the time-fration in a TDateTimebefore30/12/1899

2006-05-23 Thread Marco van de Voort
On 5/23/06, Tomas Hajny [EMAIL PROTECTED] wrote: believe this may happen for other targets too - if you have a misbehaving RTL routine that overwrites half of your heap, you'll probably end up in the whole program crashing (i.e. if all the tests are run in one process, some of the tests

Re: [fpc-devel] Definition of the time-fration in a TDateTimebefore30/12/1899

2006-05-23 Thread Graeme Geldenhuys
On 5/23/06, Marco van de Voort [EMAIL PROTECTED] wrote: This process works for our company and we love to slap developers that break the nightly build!!;-) I hope that above points make clear that an OSS project is not a company. Point taken, and the slap was meant with a smiley face at the