From 43dd63898c145ebeb918f1d6ce094cf5c68548c8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 7 Jan 2018 22:15:13 +0100 Subject: disable toolkit unit conversion test for now There seems to be a bunch of problems: On OSX the test crashes when no display can be found: https://ci.libreoffice.org/job/lo_gerrit/25298/Config=macosx_clang_dbgutil/console On windows the position seems to be wrong on some boxes, e.g.: D:/lode/dev/core/toolkit/qa/cppunit/UnitConversion.cxx(149) : error : Assertion Test name: `anonymous namespace'::ToolkitTest::testXUnitConversion equality assertion failed - Expected: 100 - Actual : 72 - Window pos wrong Change-Id: Id100817cf9024986f790c2bfbf2ddaefcd2dd080 --- toolkit/Module_toolkit.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolkit') diff --git a/toolkit/Module_toolkit.mk b/toolkit/Module_toolkit.mk index b5e4bdee01b4..74a9d5d78ffc 100644 --- a/toolkit/Module_toolkit.mk +++ b/toolkit/Module_toolkit.mk @@ -23,9 +23,9 @@ $(eval $(call gb_Module_add_targets,toolkit,\ Library_tk \ )) -$(eval $(call gb_Module_add_check_targets,toolkit,\ - CppunitTest_toolkit \ -)) +#$(eval $(call gb_Module_add_check_targets,toolkit,\ +# CppunitTest_toolkit \ +#)) ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,toolkit,\ -- cgit distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-04 12:01:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-05 08:33:54 +0200
commit2b487c2a1372501f695b9dd4bcb81a1f6682d9bb (patch)
tree419a4ba02cda9c964b8731f34d7cc18b4ef4b68f /connectivity
parent054dab1b9d4985c473e07c2618e5d6bf6ebc5466 (diff)
loplugin:unusedfields connectivity
Change-Id: I056b36249803982e451b887cc73b49a851144b7e Reviewed-on: https://gerrit.libreoffice.org/39498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>