No --without-fonts gb_CppunitTest_set_non_application_font_use,*,abort
...which had caused an (explicit --without-fonts) Fedora build to hit the std::abort in PrintFontManager::Substitute (vcl/unx/generic/fontmanager/fontconfig.cxx) during CppunitTest_sd_import_tests-smartart's testTdf134221::TestBody, apparently for some aTargetName = "DejaVu Sans" Change-Id: I3b050eb3225595e6ce22a8df22dbb11f920cac4e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158492 Reviewed-by: Dan Horák <dan@danny.cz> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
0446f73d27
commit
0f132270b4
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
$(eval $(call sd_import_test,-smartart))
|
||||
|
||||
ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
|
||||
$(eval $(call gb_CppunitTest_set_non_application_font_use,sd_import_tests-smartart,abort))
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue