Bug 113345 - Unit test fails on macOS X
Summary: Unit test fails on macOS X
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: filters and storage (show other bugs)
Version:
(earliest affected)
6.0.0.0.alpha0+
Hardware: All macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-22 13:05 UTC by Heiko Tietze
Modified: 2017-10-22 19:14 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Tietze 2017-10-22 13:05:42 UTC
/Users/ht/Sources/lode/dev/core/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx:588: Assertion
Test name: testTdf106974_int32Crop::Import
assertion failed
- Expression: sal_Int32( 40470 ) < aGraphicCropStruct.Right
- 39058

/Users/ht/Sources/lode/dev/core/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx:588: Assertion
Test name: testTdf106974_int32Crop::Import_Export_Import
assertion failed
- Expression: sal_Int32( 40470 ) < aGraphicCropStruct.Right
- 39060

Failures !!!
Run: 86   Failure total: 2   Failures: 2   Errors: 0
warn:fwk.desktop:66834:444594:framework/source/services/desktop.cxx:1068: Desktop disposed before terminating it
warn:vcl.schedule.deinit:66834:444594:vcl/source/app/scheduler.cxx:158: DeInit task: Timer a: 1 p: 1 svtools::GraphicCache maReleaseTimer 10000ms (0x7fd00d7091e0) (ignored)
warn:vcl.schedule.deinit:66834:444594:vcl/source/app/scheduler.cxx:174: DeInit active tasks: 1 (ignored: 1)
2017-10-22 14:26:25.657 cppunittester[66834:444594] *** -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release).
warn:unotools.config:66834:444594:unotools/source/config/configmgr.cxx:167: ConfigManager not empty

Error: a unit test failed, please do one of:
make CppunitTest_sw_ooxmlexport3 CPPUNITTRACE="lldb --"       # for interactive debugging on OS X
make CppunitTest_sw_ooxmlexport3 VALGRIND=memcheck            # for memory checking

make[1]: *** [/Users/ht/Sources/lode/dev/core/workdir/CppunitTest/sw_ooxmlexport3.test] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [build] Error 2
Comment 1 Xisco Faulí 2017-10-22 19:14:25 UTC
Hi Heiko,
Since this is not an issue in LibreOffice's software, I'd recommend you to send an email to the dev mailing list instead, the right place for this kind of  problems.
Closing as RESOLVED NOTABUG