sw: split CppunitTest_sw_uiwriter2 into uiwriter2 and uiwriter5

My build with 16G ram now regularly fails with:

g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.opensuse.org/> for instructions.
make[1]: *** [solenv/gbuild/LinkTarget.mk:341: workdir/CxxObject/sw/qa/extras/uiwriter/uiwriter3.o] Error 4
make[1]: *** Deleting file 'workdir/CxxObject/sw/qa/extras/uiwriter/uiwriter3.o'
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:299: build] Error 2

And it seems uiwriter2 is the larger uiwriter suite in sw, so split that
into 2.

Change-Id: Iba029af2f5bb3f1196707bc13b5e32fefa7e58c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130842
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna 2022-03-02 12:16:40 +01:00
parent 3e94bd846a
commit a2a2e07996
4 changed files with 2961 additions and 2852 deletions

View file

@ -0,0 +1,14 @@
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# 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/.
#
#*************************************************************************
$(eval $(call sw_uiwriter_test,5))
# vim: set noet sw=4 ts=4:

View file

@ -111,6 +111,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_uiwriter2 \
CppunitTest_sw_uiwriter3 \
CppunitTest_sw_uiwriter4 \
CppunitTest_sw_uiwriter5 \
CppunitTest_sw_layoutwriter \
CppunitTest_sw_layoutwriter2 \
CppunitTest_sw_mailmerge \

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff