sc/CppunitTest_sc_cond_format.mk | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit ee92006e4219956c1b45e87412ea21650343226f Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Jun 30 11:47:22 2025 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Jun 30 16:15:56 2025 +0200 CppunitTest_sc_cond_format also needs the ASan hack ...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes picking up instdir/program/libnspr4.so", to avoid > Test name: testColorScaleExportXLSX::TestBody > equality assertion failed > - Expected: 0 > - Actual : 32512 > - failed to execute: sh .../bin/officeotron.sh .../tmp/libtest_sc_cond_format.so8sa76.tmp > .../tmp/libtest_sc_cond_format.so8sa84.tmp 2>&1 > java: symbol lookup error: .../instdir/program/libnspr4.so: undefined symbol: __asan_init etc. Change-Id: I82bd4fe6b3860b1b59777c3e7025e69666eeabf2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187177 Reviewed-by: Stephan Bergmann <[email protected]> Tested-by: Jenkins diff --git a/sc/CppunitTest_sc_cond_format.mk b/sc/CppunitTest_sc_cond_format.mk index 73771a530815..86830d929733 100644 --- a/sc/CppunitTest_sc_cond_format.mk +++ b/sc/CppunitTest_sc_cond_format.mk @@ -55,4 +55,8 @@ $(eval $(call gb_CppunitTest_use_rdb,sc_cond_format,services)) $(eval $(call gb_CppunitTest_use_configuration,sc_cond_format)) +$(eval $(call gb_CppunitTest_add_arguments,sc_cond_format, \ + -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ +)) + # vim: set noet sw=4 ts=4:
