diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-05-30 08:19:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-05-30 14:08:36 +0200 |
commit | f218429d0a40d67319e89c63e3d4dceeb88c2220 (patch) | |
tree | 2a2296869c2f675cc35b06095e834c93d2a79bf3 /sd | |
parent | e1f6b136fd125c5d3648c51b202a698d418afc18 (diff) |
CppunitTest_sd_filter_eppt also needs the ASan hack
...from e854abe076155fc085b56549ced50b3ee9a095d2 "Avoid external processes
picking up instdir/program/libnspr4.so", to avoid
> Test name: (anonymous namespace)::testThemeExport::TestBody
> equality assertion failed
> - Expected: 0
> - Actual : 32512
> - failed to execute: sh .../bin/officeotron.sh .../tmp/_anonymous_namespace___testThemeExport__TestBody_w8epm.tmp > .../tmp/_anonymous_namespace___testThemeExport__TestBody_w8epo.tmp 2>&1
> java: symbol lookup error: .../instdir/program/libnspr4.so: undefined symbol: __asan_init
Change-Id: Id6f49c08a8bcd0ad9b5600de147624d5cfc6019b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135122
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/CppunitTest_sd_filter_eppt.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sd/CppunitTest_sd_filter_eppt.mk b/sd/CppunitTest_sd_filter_eppt.mk index 72b7b4d4dbb7..0105efe5d390 100644 --- a/sd/CppunitTest_sd_filter_eppt.mk +++ b/sd/CppunitTest_sd_filter_eppt.mk @@ -43,4 +43,8 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sd_filter_eppt,\ $(eval $(call gb_CppunitTest_use_configuration,sd_filter_eppt)) +$(eval $(call gb_CppunitTest_add_arguments,sd_filter_eppt, \ + -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: |