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
 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


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


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

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

The problem appears to lie in some assertions which fail :

: &&
DYLD_LIBRARY_PATH=/Users/alex/DevHack/git/libo/clone/testing/smoketestoo_native/unxmacxi.pro/lib:/Users/alex/DevHack/git/libo/solver/340/unxmacxi.pro/lib${DYLD_LIBRARY_PATH:+:${DYLD_LIBRARY_PATH}}

/Users/alex/DevHack/git/libo/solver/340/unxmacxi.pro/bin/cppunit/cppunittester
\

-env:UNO_SERVICES=file:///Users/alex/DevHack/git/libo/solver/340/unxmacxi.pro/xml/ure/services.rdb
\

-env:UNO_TYPES=file:///Users/alex/DevHack/git/libo/solver/340/unxmacxi.pro/bin/types.rdb
\

-env:arg-soffice=path:/Users/alex/DevHack/git/libo/solver/340/unxmacxi.pro/installation/opt/LibreOffice.app/Contents/MacOS/soffice
-env:arg-user=./unxmacxi.pro/misc/smoketest/user \

-env:arg-env=DYLD_LIBRARY_PATH"${DYLD_LIBRARY_PATH+=$DYLD_LIBRARY_PATH}"
-env:arg-testarg.smoketest.doc=/Users/alex/DevHack/git/libo/solver/340/unxmacxi.pro/bin/smoketestdoc.sxw
--protector \

/Users/alex/DevHack/git/libo/solver/340/unxmacxi.pro/lib/unoexceptionprotector.dylib
\
unoexceptionprotector ./unxmacxi.pro/lib/libsmoketest.dylib
/Users/alex/DevHack/git/libo/clone/testing/test/source/cpp/officeconnection.cxx:140:
Assertion
Test name: (anonymous namespace)::Test::test
setUp() failed
- equality assertion failed
- Expected: 2
- Actual  : 0

/Users/alex/DevHack/git/libo/clone/testing/test/source/cpp/officeconnection.cxx:169:
Assertion
Test name: (anonymous namespace)::Test::test
tearDown() failed
- equality assertion failed
- Expected: 0
- Actual  : 77


Is this one of those iterator problems again that Michael and Tor picked
up on ?

Alex

___
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