Re: PythonTest_pyuno_pytests_insertremovecells Unit Test Failing on Windows

2018-04-06 Thread slacka
With
https://cgit.freedesktop.org/libreoffice/core/commit/?id=e21b2a61d64b697413c0fc9013746b9d358da4c6

and
https://cgit.freedesktop.org/libreoffice/core/commit/?id=04f4702eb896a330bc3b10443b7303a1d07d7a11

Windows 'make check' builds now succeed again.

Thanks Stephan! 



--
Sent from: http://nabble.documentfoundation.org/Dev-f1639786.html
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: PythonTest_pyuno_pytests_insertremovecells Unit Test Failing on Windows

2018-04-05 Thread Stephan Bergmann

On 04/04/18 18:19, Luke Benes wrote:

After 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d76281864b0e83812c0edf7490b1e8271e89fff5


Create temp copies of test docs in Python/UITests


Windows 'make check' builds are failing with the following error:


I'll take a look.  (I very much assumed that that commit would cause 
issues with some of the Python versions that we support, and was 
surprised that none of the tinderboxes started to complain.)

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


PythonTest_pyuno_pytests_insertremovecells Unit Test Failing on Windows

2018-04-04 Thread Luke Benes
After 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=d76281864b0e83812c0edf7490b1e8271e89fff5


Create temp copies of test docs in Python/UITests


Windows 'make check' builds are failing with the following error:

[build PYT] pyuno_pytests_insertremovecells
[build JUT] ridljar_typedesc
[build JUT] ridljar_uno
E
==
ERROR: test_fdo74824_load (insertremovecells.InsertRemoveCells)
--
Traceback (most recent call last):
  File 
"C:\cygwin\home\luke\lode\dev\core\pyuno\qa\pytests\insertremovecells.py", line 
36, in test_fdo74824_load
doc = desktop.loadComponentFromURL(url, "_blank", 0, load_props)
insertremovecells.com.sun.star.lang.IllegalArgumentException: Unsupported URL 
:
 "type detection failed"

--
Ran 1 test in 0.997s

FAILED (errors=1)

Error: a unit test failed, please do one of:

make PythonTest_pyuno_pytests_insertremovecells CPPUNITTRACE="gdb --args"
# for interactive debugging on Linux
make PythonTest_pyuno_pytests_insertremovecells VALGRIND=memcheck
# for memory checking
make PythonTest_pyuno_pytests_insertremovecells DEBUGCPPUNIT=TRUE
# for exception catching

You can limit the execution to just one particular test by:

make PYTHON_TEST_NAME="testXYZ" ...above mentioned params...

make[1]:
make[1]:
Makefile:282: recipe for target 'build' failed
make: *** [build] Error 2

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