Re: [Libreoffice] Make check now fails on master in smoketest for Mac OSX

2011-05-14 Thread Bjoern Michaelsen
On Fri, 13 May 2011 09:58:34 +0200
Alexander Thurgood
alex.thurg...@gmail.com wrote:

 The problem appears to lie in some assertions which fail :

Just for triaging: Smoketest fails to start LO further than the
splashscreen on a current master bfs on unxlngx6.pro too. I havent
investigated further, but whoever broke it really should ;)

Best,

Bjoern

-- 
https://launchpad.net/~bjoern-michaelsen


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] Make check now fails on master in smoketest for Mac OSX

2011-05-13 Thread Alexander Thurgood
FYI,

I built from master on Mac OSX 2 days ago, make check worked, and
smoketest successfully did its tests, i.e. I saw the app start, a window
opens briefly, then closes again, and this is repeated a couple of
times. Note that I built initially with the LANG switch en-US, de, fr, ru.

Now, after pulling all the latest changes into the repo, the build still
completes and packages, but when I attempt a make check, the build fails
in smoketest, and its attempt to start the office gets the splashscreen,
and then a laconic error message in French :

LibreOffice 3.4 - Fatal Error
Impossible de lancer l'application
with a ~OK button to close.

Rebuilding the module specifically after a rm leads to the same result.

Something changed ? Thorsten, the patch to the cppunit tests to avoid
the locale problem ?

FWIW, the app installs from the DMG and starts normally, so does the
problem lie somewhere in the way the smoketest bootstraps the office to
start ?


Alex

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] Make check now fails on master in smoketest for Mac OSX

2011-05-13 Thread Alexander Thurgood
Le 13/05/11 09:58, Alexander Thurgood a écrit :

Here's the first one (line 140) :

catch (css::connection::NoConnectException ) {}
if (process_ != 0) {
TimeValue delay = { 1, 0 }; // 1 sec
CPPUNIT_ASSERT_EQUAL(
osl_Process_E_TimedOut,
osl_joinProcessWithTimeout(process_, delay));


and the second one (line 169) :

CPPUNIT_ASSERT_EQUAL(osl_Process_E_None, osl_joinProcess(process_));
oslProcessInfo info;
info.Size = sizeof info;
CPPUNIT_ASSERT_EQUAL(
osl_Process_E_None,
osl_getProcessInfo(process_, osl_Process_EXITCODE, info));
CPPUNIT_ASSERT_EQUAL(oslProcessExitCode(0), info.Code);
osl_freeProcessHandle(process_);


Alex

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice