diff options
-rw-r--r-- | emfio/CppunitTest_emfio_wmf_test.mk | 172 | ||||
-rw-r--r-- | emfio/qa/cppunit/wmf/wmfimporttest.cxx | 17 |
2 files changed, 6 insertions, 183 deletions
diff --git a/emfio/CppunitTest_emfio_wmf_test.mk b/emfio/CppunitTest_emfio_wmf_test.mk index f411022b46e8..ec67bff3a9b4 100644 --- a/emfio/CppunitTest_emfio_wmf_test.mk +++ b/emfio/CppunitTest_emfio_wmf_test.mk @@ -17,176 +17,20 @@ $(eval $(call gb_CppunitTest_set_include,emfio_wmf,\ $(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ boost_headers \ libxml2 \ - $(if $(filter PDFIUM,$(BUILD_TYPE)),pdfium) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,emfio_wmf, \ emfio/qa/cppunit/wmf/wmfimporttest \ )) -$(eval $(call gb_CppunitTest_use_sdk_api,emfio_wmf)) - $(eval $(call gb_CppunitTest_use_libraries,emfio_wmf,\ - $(call gb_Helper_optional,BREAKPAD, \ - crashreport) \ - basegfx \ - drawinglayer \ - cppu \ - cppuhelper \ - comphelper \ emfio \ - i18nlangtag \ - i18nutil \ - $(if $(filter OPENCL,$(BUILD_TYPE)),opencl) \ sal \ - salhelper \ - sot \ - svl \ - svt \ test \ - test-setupvcl \ tl \ - ucbhelper \ unotest \ vcl \ - utl \ - xmlreader \ -)) - -$(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ - $(if $(filter LINUX MACOSX %BSD SOLARIS,$(OS)), \ - curl) \ - libjpeg \ - $(if $(filter-out IOS WNT,$(OS)), \ - nss3 \ - plc4) \ - libeot \ -)) - -ifeq ($(OS),MACOSX) -$(eval $(call gb_CppunitTest_add_libs,emfio_wmf,\ - -framework IOKit \ - -F/System/Library/PrivateFrameworks \ - -framework CoreUI \ - -lobjc \ -)) -endif - -ifeq ($(ENABLE_JAVA),TRUE) -$(eval $(call gb_CppunitTest_use_libraries,emfio_wmf,\ - jvmaccess \ -)) -endif - -$(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ - gio \ - graphite \ - harfbuzz \ - icuuc \ - lcms2 \ -)) -ifeq ($(DISABLE_GUI),) -$(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ - epoxy \ - )) -endif - -ifeq ($(OS),MACOSX) -$(eval $(call gb_CppunitTest_use_system_darwin_frameworks,emfio_wmf,\ - ApplicationServices \ -)) -$(eval $(call gb_CppunitTest_use_system_darwin_frameworks,emfio_wmf,\ - $(if $(filter X86_64,$(CPUNAME)),,QuickTime) \ - Cocoa \ - Carbon \ - CoreFoundation \ -)) -ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE) -$(eval $(call gb_CppunitTest_use_libraries,emfio_wmf,\ - AppleRemote \ -)) -endif -endif - -ifeq ($(USING_X11),TRUE) -$(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ - cairo \ - cups \ - dbus \ - fontconfig \ - freetype \ - valgrind \ -)) -endif - -ifeq ($(DISABLE_GUI),TRUE) -$(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ - cairo \ - freetype \ - fontconfig \ -)) -else -ifeq ($(OS),LINUX) -$(eval $(call gb_CppunitTest_add_libs,emfio_wmf,\ - -lm \ - -ldl \ - -lpthread \ - -lX11 \ -)) -endif -endif - -ifeq ($(OS),ANDROID) -$(eval $(call gb_CppunitTest_add_libs,emfio_wmf,\ - -llog \ - -landroid \ - -llo-bootstrap \ -)) -$(eval $(call gb_CppunitTest_use_externals,emfio_wmf,\ - cairo \ - fontconfig \ - freetype \ - expat \ -)) -endif - -ifeq ($(OS),IOS) -$(eval $(call gb_CppunitTest_use_system_darwin_frameworks,emfio_wmf,\ - UIKit \ - CoreFoundation \ )) -endif - -ifeq ($(OS),WNT) -$(eval $(call gb_CppunitTest_use_system_win32_libs,emfio_wmf,\ - advapi32 \ - crypt32 \ - gdi32 \ - gdiplus \ - imm32 \ - mpr \ - ole32 \ - shell32 \ - usp10 \ - uuid \ - version \ - winspool \ - setupapi \ - shlwapi \ -)) -#$(eval $(call gb_CppunitTest_add_nativeres,emfio,vcl/salsrc)) -endif - -ifeq ($(OS), $(filter LINUX %BSD SOLARIS, $(OS))) -$(eval $(call gb_CppunitTest_add_libs,emfio_wmf,\ - -lm $(DLOPEN_LIBS) \ - -lpthread \ - -lX11 \ - -lXext \ -)) -endif - -$(eval $(call gb_CppunitTest_use_ure,emfio_wmf)) $(eval $(call gb_CppunitTest_use_components,emfio_wmf,\ configmgr/source/configmgr \ @@ -197,18 +41,8 @@ $(eval $(call gb_CppunitTest_use_components,emfio_wmf,\ )) $(eval $(call gb_CppunitTest_use_configuration,emfio_wmf)) - -# See gb_CppunitTest__use_vcl (solenv/gbuild/CppunitTest.mk; headless): -ifeq ($(USING_X11),TRUE) -$(call gb_CppunitTest_get_target,emfio_wmf): \ - $(call gb_Library_get_target,desktop_detector) -endif - -# Hack to suppress ASan ODR violation warnings about symbols present in both the -# vcl objects linked into this test library and the vcl library (which gets -# dynamically loaded during the test): -$(call gb_CppunitTest_get_target,emfio_wmf): \ - EXTRA_ENV_VARS := \ - ASAN_OPTIONS="$${ASAN_OPTIONS+$$ASAN_OPTIONS:}"detect_odr_violation=0 +$(eval $(call gb_CppunitTest_use_sdk_api,emfio_wmf)) +$(eval $(call gb_CppunitTest_use_ure,emfio_wmf)) +$(eval $(call gb_CppunitTest_use_vcl,emfio_wmf)) # vim: set noet sw=4 ts=4: diff --git a/emfio/qa/cppunit/wmf/wmfimporttest.cxx b/emfio/qa/cppunit/wmf/wmfimporttest.cxx index 3c7520a7a2f2..318f6a70826a 100644 --- a/emfio/qa/cppunit/wmf/wmfimporttest.cxx +++ b/emfio/qa/cppunit/wmf/wmfimporttest.cxx @@ -20,14 +20,14 @@ #include <test/xmltesttools.hxx> #include <test/mtfxmldump.hxx> #include <test/setupvcl.hxx> -#include <unotest/bootstrapfixturebase.hxx> +#include <test/bootstrapfixture.hxx> #include <vcl/wmf.hxx> #include <vcl/metaact.hxx> #include <mtftools.hxx> using namespace css; -class WmfTest : public test::BootstrapFixtureBase, public XmlTestTools +class WmfTest : public test::BootstrapFixture, public XmlTestTools { OUString maDataUrl; @@ -38,20 +38,10 @@ class WmfTest : public test::BootstrapFixtureBase, public XmlTestTools public: WmfTest() : + BootstrapFixture(true, false), maDataUrl("/emfio/qa/cppunit/wmf/data/") {} - // Hack around missing "once per class" setUp/tearDown in CppUnit; must be - // called before/after all other tests: - void globalSetUp() { test::setUpVcl(); } - // void globalTearDown() { /* DeInitVCL(); */ } - // on e.g. Mac OS X, DeInitVCL() causes more trouble than it's worth, - // calling VclPtr<WorkWindow>::disposeAndClear -> ... -> - // vcl::Window::dispose -> UnoWrapper::WindowDestroy (tk) -> ... -> - // Application::GetSolarMutex in the vcl library (linked from tk) - // instead of the vcl objects linked into the unit test library, which - // isn't initialized - void testNonPlaceableWmf(); void testSine(); void testEmfProblem(); @@ -63,7 +53,6 @@ public: void testETO_PDY(); CPPUNIT_TEST_SUITE(WmfTest); - CPPUNIT_TEST(globalSetUp); CPPUNIT_TEST(testNonPlaceableWmf); CPPUNIT_TEST(testSine); CPPUNIT_TEST(testEmfProblem); |