Subsequent Unit Test CppunitTest_sc_ddelinkobj Failing Under Windows
Luke Benes
lukebenes at hotmail.com
Sat Dec 8 15:09:26 UTC 2018
'make check' builds are failing on both of my Windows 10 boxes are failing after:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=63ff8602c16b
tdf#45904 Move XRefreshable Java tests to C++
With this failure:
https://pastebin.com/bvafeEUv
[build CUT] sc_ddelinkobj
D:/core/test/source/util/xrefreshable.cxx:61:sc_apitest::ScDDELinkObj::testRefresh
assertion failed
- Expression: xListener->m_bListenerCalled
D:/core/test/source/util/xrefreshable.cxx:72:sc_apitest::ScDDELinkObj::testRemoveRefreshListener
assertion failed
- Expression: xListener->m_bListenerCalled
com::sun::star::script::XLibraryContainer> &,const class com::sun::star::uno::Reference<class com::sun::star::frame::XModel> &)
type: com.sun.star.lang.IllegalArgumentException
sc_apitest::ScDDELinkObj::testRemoveRefreshListener finished in: 10836ms
D:/core/test/source/util/xrefreshable.cxx(61) : error : Assertion
Test name: sc_apitest::ScDDELinkObj::testRefresh
assertion failed
- Expression: xListener->m_bListenerCalled
D:/core/test/source/util/xrefreshable.cxx(72) : error : Assertion
Test name: sc_apitest::ScDDELinkObj::testRemoveRefreshListener
assertion failed
- Expression: xListener->m_bListenerCalled
Failures !!!
Run: 8 Failure total: 2 Failures: 2 Errors: 0
Error: a unit test failed, please do one of:
make CppunitTest_sc_ddelinkobj
Would you like any additional debugging info?
More information about the LibreOffice
mailing list