# Testing Tools ## How to Check Compatibility Between Compilers Since the interfaces used in the cpp bridgetest are not changed often one can just build the `cppobj.uno.dll` and the `constructors.uno.dll` (`testtools/source/bridgetest`) in an old environment and then use them in the new environment. That is the files are copied into the `testtools/wntmsciXX.pro` folder which corresponds to the new environment. On Windows this test will typically fail because the tests use the `cppu::getCaughtException` function, which only works when all libs are build using the same runtime. This part of the test can switched off. To do this go into the `testtools/source/bridgetest` folder and call dmake compcheck=1 This will add a new compiler define (`-DCOMPCHECK`) and will be used in the `bridgetest.cxx` to switch off the code which uses the `getCaughtException` function. However, there is still a test which causes the test component to throw and `IllegalArgumentException`. This still works. ## Using source / bridgetest for Stress Testing Start a modified `bridgetest_server` (with the final `--singleaccept` argument removed from the uno executable call) or a modified `bridgetest_javaserver` (with the final `singleaccept` argument replaced with `multi` in the java executable call), then start a modified `bridgetest_client` (with a final `stress` argument added to the uno executable call). The client will continuously establish connections to the server which are immediately destroyed again. The test will run forever, unless an error occurs. /libreoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/freetype
AgeCommit message (Expand)Author
2013-10-18fdo#70393: move freetype to a subdir of externalKhaled Hosny
2013-08-17enable binary package option for a set of 'stable' librariesNorbert Thiebaud
2013-05-25blind attempt to unbreak android buildDavid Tardon
2013-05-24stop delivering freetype headersDavid Tardon
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2012-11-19Use gb_VISIBILITY_FLAGSTor Lillqvist
2012-11-15tweak some build.lsts...Michael Stahl
2012-11-05cleanup README files.Michael Meeks
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan
2012-10-24freetype: convert to gbuildMatúš Kukan
2012-10-10Mention that these are used for Android onlyTor Lillqvist
2012-10-10add a README filesManal Alhassoun
2012-08-13freetype: add missing "solenv" dependencyMichael Stahl
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-20Build freetype and fontconfig statically for AndroidTor Lillqvist
2012-01-30keep the module name consistent in build.lstNorbert Thiebaud