# # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # Use via environment variable LSAN_OPTIONS=.../leak-suppress.txt # uno typelib leak:cppu/source/typelib/typelib.cxx # uno component context leak:cppu::defaultBootstrap_InitialComponentContext # global objects leak:SfxFilterContainer::ReadSingleFilter_Impl # build-time tool soltools/cpp: leak:soltools/cpp/_cpp.c # bridge's RTTI information, leaked knowingly leak:RTTI::getRTTI # ignore glib reported leaks, most likely false positives # glib not built with asan/lsan leak:libglib # ignore gdk reported leaks, most likely false positives # gdk not built with asan/lsan leak:libgdk # ignore fontconfig reported leaks, most likely false positives # fontconfig not built with asan/lsan leak:libfontconfig.so # ignore libGL related leaks, most likely false positives # libGL is not built with asan/lsan leak:libGL.so # knowingly leaked in the unit tests to get a SfxMedium leak:SfxObjectShell::DoInitUnitTest # ignore some libc related leaks leak:__new_exitfn leak:__GI___strdup 'distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
AgeCommit message (Expand)Author
2024-03-13allow build with python 3.12.0: initialize new tp_watchedJustin Luth
2024-03-06Use less boost_headers in low level librariesGabor Kelemen
2024-03-02tdf#116156 tdf#157162 tdf#159528 Fix glitches in officehelper.pyAlain Romedenne
2024-02-26Define a name for the extended path buffer size, instead of a literalMike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-26Replace an instance of MAX_PATH with 32767Mike Kaganski
2024-02-25Avoid MAX_PATH limitation in launcherMike Kaganski
2024-02-15pyuno: Use expected return value (-1) on failureAron Budea
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-23tdf#97361 Make unittests more pythonic: XIndexAccessChenxiong Qi
2024-01-17Add back XComponentContext to officecfg::...::get() callsStephan Bergmann
2024-01-17tdf#158375 Hack to make sure process service factory is setStephan Bergmann
2024-01-09tdf#158375: add expert option DisablePythonRuntimeSarper Akdemir
2023-12-27tdf#158803 Fix issues detected by pyflakesChenxiong Qi