Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-20 Thread Vincent Snijders
2010/10/19 Graeme Geldenhuys graemeg.li...@gmail.com: Hi, I don't know how frequent these are run or looked at, but I used yesterday's FPC 2.4.2rc1 and Lazarus 0.9.29 snapshot (that Vincent release) under Windows 2000, and got all these test failures...

[Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Graeme Geldenhuys
Hi, I don't know how frequent these are run or looked at, but I used yesterday's FPC 2.4.2rc1 and Lazarus 0.9.29 snapshot (that Vincent release) under Windows 2000, and got all these test failures... ?xml version=1.0? TestResults !-- Generated using FPCUnit

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Graeme Geldenhuys
I used the GUI Test Runner. Trying to save the XML results (second tab) to file caused a Stream failure and the GUI TestRunner application crashed. Only partial results was written to file. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Felipe Monteiro de Carvalho
It seams that a lot of tests fail compiling, but they compile fine with Lazarus. I haven't yet found where the code to compile them is. About the crash, the code to save the XML is trivial: procedure TGUITestRunner.SaveAsToolButtonClick(Sender: TObject); begin if SaveDialog.Execute then

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Felipe Monteiro de Carvalho
The XML saving works here. About the compilation, it seams in my case lazbuild is missing my primary-config-path, and the testcase GUI doesn't have a place to put it. I would like to fix, but my IDE refuses to open the form view for guitestrunner.pas. Any ideas about how to force it to open this

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Mattias Gärtner
Zitat von Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com: It seams that a lot of tests fail compiling, but they compile fine with Lazarus. I haven't yet found where the code to compile them is. About the crash, the code to save the XML is trivial: procedure

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Graeme Geldenhuys
Op 2010-10-19 15:56, Felipe Monteiro de Carvalho het geskryf: I would like to fix, but my IDE refuses to open the form view for guitestrunner.pas. Any ideas about how to force it to open this file as a form? Opens fine in the Form Designer here as for the crash, I'm running the tests

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Graeme Geldenhuys
Op 2010-10-19 15:43, Felipe Monteiro de Carvalho het geskryf: It seams that a lot of tests fail compiling, but they compile fine with Lazarus. I haven't yet found where the code to compile them is. Here some compile and some don't About the crash, the code to save the XML is trivial:

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Felipe Monteiro de Carvalho
2010/10/19 Mattias Gärtner nc-gaert...@netcologne.de: crash on S='' I fixed this in fpc subversion -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org