Re: [fpc-devel] unit tests for RTL & FCL + 2 patches

2010-10-20 Thread Michael Van Canneyt
On Wed, 20 Oct 2010, Jonas Maebe wrote: On 20 Oct 2010, at 09:22, Michael Van Canneyt wrote: On Wed, 20 Oct 2010, Graeme Geldenhuys wrote: After applying the changes from patch 001, the project compiled without problems using FPC 2.5.1. Quite strange, because it contains files that dupl

Re: [fpc-devel] unit tests for RTL & FCL + 2 patches

2010-10-20 Thread Jonas Maebe
On 20 Oct 2010, at 09:22, Michael Van Canneyt wrote: > On Wed, 20 Oct 2010, Graeme Geldenhuys wrote: > >> After applying the changes from patch 001, the project compiled without >> problems using FPC 2.5.1. > > Quite strange, because it contains files that duplicate files in the classes > unit.

Re: [fpc-devel] unit tests for RTL & FCL + 2 patches

2010-10-20 Thread Graeme Geldenhuys
Op 2010-10-20 09:22, Michael Van Canneyt het geskryf: > > Quite strange, because it contains files that duplicate files in the classes > unit. I used the testclasses.lpi project file, and the testclasses.lpr only contain tcXXX units in the uses clause, which doesn't seem to conflict anywhere on m

Re: [fpc-devel] unit tests for RTL & FCL + 2 patches

2010-10-20 Thread Michael Van Canneyt
On Wed, 20 Oct 2010, Graeme Geldenhuys wrote: Op 2010-10-19 21:55, Michael Van Canneyt het geskryf: I applied the patch. I don't know how you managed to compile the code, but I fixed that as well. After applying the changes from patch 001, the project compiled without problems using FPC 2.

Re: [fpc-devel] unit tests for RTL & FCL + 2 patches

2010-10-20 Thread Graeme Geldenhuys
Op 2010-10-19 21:55, Michael Van Canneyt het geskryf: > > I applied the patch. I don't know how you managed to compile the code, > but I fixed that as well. After applying the changes from patch 001, the project compiled without problems using FPC 2.5.1. > now. (and 3 of 204 tests fail. I didn'

Re: [fpc-devel] unit tests for RTL & FCL + 2 patches

2010-10-19 Thread Michael Van Canneyt
On Tue, 19 Oct 2010, Graeme Geldenhuys wrote: Hi, Florian mentioned that the compiler is well tested, and I can see there are many .pp files in the src/tests/ hierarchy. Where would I look for the RTL and FCL unit tests? Is it the code in /tests/test/units/fpcunit/? If so, is that all of th

Re: [fpc-devel] unit tests for RTL & FCL + 2 patches

2010-10-19 Thread Michael Van Canneyt
On Tue, 19 Oct 2010, Graeme Geldenhuys wrote: Hi, Florian mentioned that the compiler is well tested, and I can see there are many .pp files in the src/tests/ hierarchy. Where would I look for the RTL and FCL unit tests? Is it the code in /tests/test/units/fpcunit/? If so, is that all of th

[fpc-devel] unit tests for RTL & FCL + 2 patches

2010-10-19 Thread Graeme Geldenhuys
Hi, Florian mentioned that the compiler is well tested, and I can see there are many .pp files in the src/tests/ hierarchy. Where would I look for the RTL and FCL unit tests? Is it the code in /tests/test/units/fpcunit/? If so, is that all of them, or is there another directory (eg: maybe for FC