Re: [Libreoffice] Tests on release build

2011-12-15 Thread Tomáš Chvátal
2011/12/15 Bjoern Michaelsen : > > It is (unless I broke it with the last major gbuild -- it should be easy to > fix > then). That said, I really have a bad feeling about letting end users compile > distro builds without running these tests -- the last thing we need is > additional bugzilla worklo

Re: [Libreoffice] Tests on release build

2011-12-15 Thread Bjoern Michaelsen
On Thu, Dec 15, 2011 at 12:49:41PM +0100, Tomáš Chvátal wrote: > > IIUC, "make build" will omit the checks (and "make unitcheck" will execute > > them). (for gbuildified modules, build.pl modules will still run tests) > > > > Stephan > > That would be awesome to see implemented. It is (unless I

Re: [Libreoffice] Tests on release build

2011-12-15 Thread Tomáš Chvátal
2011/12/15 Stephan Bergmann : > On 12/15/2011 10:58 AM, Tomáš Chvátal wrote: >> >> So unless you can look at one of those traces and tell me that the >> build should be stopped because "it is obvious error in the code (not >> in the test, the app code) that needs to be fixed" I would want you > > >

Re: [Libreoffice] Tests on release build

2011-12-15 Thread Stephan Bergmann
On 12/15/2011 10:58 AM, Tomáš Chvátal wrote: So unless you can look at one of those traces and tell me that the build should be stopped because "it is obvious error in the code (not in the test, the app code) that needs to be fixed" I would want you Hard to tell without a backtrace. guys to r

[Libreoffice] Tests on release build

2011-12-15 Thread Tomáš Chvátal
Hello guys, as again there is new series of lo it means more tests were added to the list of those that are run during the make phase (where normal software do only build). For developers it helps to identify issues quickly because your build crashes if you try to compile your changes but for user