# -*- 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 gb_CppunitTest_CppunitTest,vcl_bitmap_test)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_bitmap_test, \ vcl/qa/cppunit/BitmapTest \ vcl/qa/cppunit/BitmapExTest \ vcl/qa/cppunit/bitmapcolor \ vcl/qa/cppunit/ScanlineToolsTest \ vcl/qa/cppunit/BitmapScaleTest \ )) $(eval $(call gb_CppunitTest_use_externals,vcl_bitmap_test,\ boost_headers \ glm_headers \ )) ifeq ($(DISABLE_GUI),) $(eval $(call gb_CppunitTest_use_externals,vcl_bitmap_test,\ epoxy \ )) endif $(eval $(call gb_CppunitTest_set_include,vcl_bitmap_test,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_bitmap_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ svt \ test \ tl \ unotest \ vcl \ utl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_bitmap_test)) $(eval $(call gb_CppunitTest_use_ure,vcl_bitmap_test)) $(eval $(call gb_CppunitTest_use_vcl,vcl_bitmap_test)) $(eval $(call gb_CppunitTest_use_components,vcl_bitmap_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ ucb/source/core/ucb1 \ unotools/util/utl \ )) $(eval $(call gb_CppunitTest_use_configuration,vcl_bitmap_test)) # vim: set noet sw=4 ts=4: xmlns='http://www.w3.org/1999/xhtml'>
This reverts commit d35840a2111beafe018851314a624e268e3cde6a, now that
43aef04d77aafb9d055957642e62b559231f3711 "Reliably wait for soffice to
terminate" makes sure that no soffice-related processes are left behind by
UITests.  Using PR_SET_PDEATHSIG had the following drawbacks:

* It defeats debugging if a runaway process is forcefully killed by the test
  framework.  (And there are already higher-layer mechanisms in place for the
  reliable termination of runaway tinderbox builds, see the commit message of
  43aef04d77aafb9d055957642e62b559231f3711 mentioned above.)

* It is brittle in that it can terminate soffice-related processes too early, as
  the signal is sent as soon as the parent's thread that spawned the child (and
  not the parent process as a whole) terminates.

* It is Linux-only.

Change-Id: Ia07f5dbaafc824bad0dfbdb1a2aabe6d5508741b
Reviewed-on: https://gerrit.libreoffice.org/80186
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
uitest: make child soffice process die when parent dies 2019-10-01T14:21:54+00:00 Noel Grandin noel.grandin@collabora.co.uk 2019-09-30T12:28:20+00:00 d35840a2111beafe018851314a624e268e3cde6a using PR_SET_PDEATHSIG. Note that this can only be called by the child process in question, so we have to pass a new command line argument down to activate it. And we have to plumb it through the wrapper oosplash process. I wonder where else our testing infrastructure could benefit from this Change-Id: I55e8e9f7f4e6cc415046df04c804e51475b8a4c9 Reviewed-on: https://gerrit.libreoffice.org/79854 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
using PR_SET_PDEATHSIG.

Note that this can only be called by the child process in question, so
we have to pass a new command line argument down to activate it.

And we have to plumb it through the wrapper oosplash process.

I wonder where else our testing infrastructure could benefit from this

Change-Id: I55e8e9f7f4e6cc415046df04c804e51475b8a4c9
Reviewed-on: https://gerrit.libreoffice.org/79854
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
loplugin:staticvar in cppuhelper..desktop 2018-10-17T08:46:12+00:00 Noel Grandin noel.grandin@collabora.co.uk 2018-10-17T07:30:11+00:00 bb480f77b8a65e7e52b53e601e536f55fa55f44b Change-Id: I21cf6bafab6e865b90b29caa73183a8e00b538d1 Reviewed-on: https://gerrit.libreoffice.org/61865 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: I21cf6bafab6e865b90b29caa73183a8e00b538d1
Reviewed-on: https://gerrit.libreoffice.org/61865
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
loplugin:constparams in desktop 2017-07-19T07:28:00+00:00 Noel Grandin noel.grandin@collabora.co.uk 2017-07-18T12:39:52+00:00 0f7e64f3edbc1a49e9681d12ce24326150a8a675 Change-Id: Idba3acbd1e6ad5e1ce1cae9f80f764906ab8b143 Reviewed-on: https://gerrit.libreoffice.org/40157 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Change-Id: Idba3acbd1e6ad5e1ce1cae9f80f764906ab8b143
Reviewed-on: https://gerrit.libreoffice.org/40157
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Related tdf#37531: Make --cat headless/hidden like --convert-to 2016-07-15T21:20:35+00:00 Stephan Bergmann sbergman@redhat.com 2016-07-15T21:20:35+00:00 a2c557d80ac68c06ea59586245a7431e061938f0 ...which automatically takes care of the open problem from 08960441558743f222280637985690bb8b41b861 "Related tdf#37531: Handle conversion args sent over pipe" that --cat terminates the called soffice. Change-Id: Ief8cdf8c1335749dad1504966d635e0519fe92f7
...which automatically takes care of the open problem from
08960441558743f222280637985690bb8b41b861 "Related tdf#37531: Handle conversion args
sent over pipe" that --cat terminates the called soffice.

Change-Id: Ief8cdf8c1335749dad1504966d635e0519fe92f7
Resolves: tdf#90526 don't show splashscreen for -pt -or -p 2016-07-09T14:54:43+00:00 Caolán McNamara caolanm@redhat.com 2016-07-09T14:54:43+00:00 b05dade3edc9186af0fe093a501eed3d908ded5d Change-Id: I64c6d82e3ff738fbc83b00d640765e8863ccd9b6
Change-Id: I64c6d82e3ff738fbc83b00d640765e8863ccd9b6
Resolves: tdf#71064 failed to open display with -h but not --help 2016-07-09T14:40:34+00:00 Caolán McNamara caolanm@redhat.com 2016-07-09T14:26:58+00:00 75ae1437397af2d4c7d16d0d11952c87105c582e when there is no DISPLAY set Change-Id: Ic4f10d6f4781d01a05e51862b41311a2c1a3dc66
when there is no DISPLAY set

Change-Id: Ic4f10d6f4781d01a05e51862b41311a2c1a3dc66