https://bugs.documentfoundation.org/show_bug.cgi?id=53472
--- Comment #16 from melikeyurtoglu <aysemelikeyurto...@gmail.com> --- Hi, I send following patch for this bug: http://ci.libreoffice.org/job/lo_gerrit_master/7509/ I can resize the integral sign with the changes I made.I do provide the expected behavior change.But when I do "make startmath", I get the following output; cd /home/melike/libreoffice/starmath && make -j 2 -rs [build BIN] top level modules: starmath [build LOC] top level modules: starmath [build ALL] top level modules: build-non-l10n-only build-l10n-only [build CUT] starmath_import [build CUT] starmath_qa_cppunit /home/melike/libreoffice/starmath/qa/cppunit/test_nodetotextvisitors.cxx:447:(anonymous namespace)::Test::SimpleOperators equality assertion failed - Expected: { int r _ 0 } - Actual : int r _ 0 - Upper and lower bounds shown with integral (from & to) test_nodetotextvisitors.cxx:447:Assertion Test name: (anonymous namespace)::Test::SimpleOperators equality assertion failed - Expected: { int r _ 0 } - Actual : int r _ 0 - Upper and lower bounds shown with integral (from & to) Failures !!! Run: 21 Failure total: 1 Failures: 1 Errors: 0 Error: a unit test failed, please do one of: export DEBUGCPPUNIT=TRUE # for exception catching export CPPUNITTRACE="gdb --args" # for interactive debugging on Linux export VALGRIND=memcheck # for memory checking and retry using: make CppunitTest_starmath_qa_cppunit /home/melike/libreoffice/solenv/gbuild/CppunitTest.mk:87: recipe for target '/home/melike/libreoffice/workdir/CppunitTest/starmath_qa_cppunit.test' failed make[1]: *** [/home/melike/libreoffice/workdir/CppunitTest/starmath_qa_cppunit.test] Error 1 Makefile:102: recipe for target 'starmath' failed make: *** [starmath] Error 2 I made the export process(export CPPUNITTRACE="gdb --args"). I run the command to make cppunittest_starmath_qa_cppunit; gdb worked; (gdb) r Starting program: /home/melike/libreoffice/workdir/LinkTarget/Executable/cppunittester /home/melike/libreoffice/workdir/LinkTarget/CppunitTest/libtest_starmath_qa_cppunit.so --headless -env:BRAND_BASE_DIR=file:///home/melike/libreoffice/instdir -env:BRAND_SHARE_SUBDIR=share -env:UserInstallation=file:///home/melike/libreoffice/workdir/CppunitTest/starmath_qa_cppunit.test.user -env:CONFIGURATION_LAYERS=xcsxcu:file:///home/melike/libreoffice/instdir/share/registry\ xcsxcu:file:///home/melike/libreoffice/workdir/unittest/registry -env:UNO_TYPES=file:///home/melike/libreoffice/instdir/program/types/offapi.rdb\ file:///home/melike/libreoffice/instdir/program/types.rdb -env:UNO_SERVICES=file:///home/melike/libreoffice/workdir/Rdb/ure/services.rdb\ file:///home/melike/libreoffice/workdir/ComponentTarget/configmgr/source/configmgr.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/dtrans/util/mcnttype.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/framework/util/fwk.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/i18npool/util/i18npool.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/package/source/xstor/xstor.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/package/util/package2.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/toolkit/util/tk.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/sfx2/util/sfx.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/ucb/source/core/ucb1.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/ucb/source/ucp/file/ucpfile1.component\ file:///home/melike/libreoffice/workdir/ComponentTarget/unotools/util/utl.component -env:URE_INTERNAL_LIB_DIR=file:///home/melike/libreoffice/instdir/program -env:LO_LIB_DIR=file:///home/melike/libreoffice/instdir/program -env:LO_JAVA_DIR=file:///home/melike/libreoffice/instdir/program/classes --protector /home/melike/libreoffice/workdir/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector /home/melike/libreoffice/workdir/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector /home/melike/libreoffice/workdir/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector -env:CPPUNITTESTTARGET=/home/melike/libreoffice/workdir/CppunitTest/starmath_qa_cppunit.test warning: File "/home/melike/libreoffice/instdir/program/libuno_sal.so.3-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". To enable execution of this file add add-auto-load-safe-path /home/melike/libreoffice/instdir/program/libuno_sal.so.3-gdb.py line to your configuration file "/home/melike/.gdbinit". To completely disable this security protection add set auto-load safe-path / line to your configuration file "/home/melike/.gdbinit". For more information about this security protection see the "Auto-loading safe path" section in the GDB manual. E.g., run from the shell: info "(gdb)Auto-loading safe path" [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x2aaaac5e5700 (LWP 5036)] warning: File "/home/melike/libreoffice/instdir/program/libuno_cppu.so.3-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". warning: File "/home/melike/libreoffice/instdir/program/libtllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". warning: File "/home/melike/libreoffice/instdir/program/libbasegfxlo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". warning: File "/home/melike/libreoffice/instdir/program/libsvllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". /home/melike/libreoffice/starmath/qa/cppunit/test_nodetotextvisitors.cxx:447:(anonymous namespace)::Test::SimpleOperators equality assertion failed - Expected: { int r _ 0 } - Actual : int r _ 0 - Upper and lower bounds shown with integral (from & to) test_nodetotextvisitors.cxx:447:Assertion Test name: (anonymous namespace)::Test::SimpleOperators equality assertion failed - Expected: { int r _ 0 } - Actual : int r _ 0 - Upper and lower bounds shown with integral (from & to) Failures !!! Run: 21 Failure total: 1 Failures: 1 Errors: 0 [Thread 0x2aaaac5e5700 (LWP 5036) exited] [Inferior 1 (process 5032) exited with code 01] ...... I have no idea about what I should do.Could you please can you give me your opinion? -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice