summaryrefslogtreecommitdiff
path: root/testtools/com
AgeCommit message (Collapse)AuthorFilesLines
2011-06-12Don't do anything when cross-compiling for nowTor Lillqvist1-0/+5
2011-03-11Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-19/+0
Conflicts: smoketestoo_native/data/Global.xml smoketestoo_native/data/OptionsDlg.xml smoketestoo_native/data/Test_10er.xml smoketestoo_native/data/content.xml smoketestoo_native/smoketest.cxx test/source/cpp/getargument.cxx test/source/cpp/officeconnection.cxx testautomation/framework/optional/includes/basic_vba-compat_security_check.inc testautomation/framework/optional/includes/filedlg_cjk_folders.inc testautomation/global/sid/all.sid testautomation/global/sid/bars.sid testautomation/global/sid/e_all.sid testautomation/global/win/bars.win testautomation/graphics/optional/includes/impress/i_slideshow2.inc testautomation/graphics/optional/includes/impress/i_slideshow3.inc testtools/source/bridgetest/bridgetest.cxx testtools/source/bridgetest/constructors.cxx testtools/source/bridgetest/makefile.mk testtools/source/bridgetest/testComponent.component
2011-01-26Bypass this directory unless SOLAR_JAVATor Lillqvist1-5/+3
Notes: split repo tag: testing_LO-BASE-INTEGRATION-DEV300_m98
2010-12-09add three byte structure return test for the MacOSX/BSD quirkCaolán McNamara1-0/+5
2010-12-09add a Mixed Float And Integer struct return testCaolán McNamara1-0/+5
2010-12-09add a twoFloats return testCaolán McNamara1-0/+5
2010-12-09rename AllFloats test to FourFloatsCaolán McNamara1-2/+2
2010-09-10sb129: #i113189# change UNO components to use passive registrationsb1-19/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien4-17/+4
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-12-01cmcfixes68: #i107182# ppc fix argument passing in a rare caseCaolán McNamara1-0/+4
2009-10-08#i105680# add struct returning bridge tests and run them during the buildCaolán McNamara1-0/+21
2009-09-16CWS-TOOLING: integrate CWS sb113Jens-Heiner Rechtien1-5/+5
2009-09-01 sb #i76393# second attempt at properly #ifdef-ing previous HG commit d598efdbf012 2009-08-28 sb #i102469# change back <T extends XInterface> to just <T> on queryInterface, to avoid binary incompatibility (method changing its signature from (Ljava/lang/Class;Ljava/lang/Object;)Ljava/lang/Object; to (Ljava/lang/Class;Ljava/lang/Object;)Lcom/sun/star/uno/XInterface;) 2009-08-28 sb #i76393# properly #ifdef previous HG commit d598efdbf012 2009-08-27 sb #i94421# work around compiler error (based on a patch supplied by cloph) 2009-08-26 sb merged in DEV300_m56 2009-08-26 sb #i76393# on Linux, include dynamic section offset in crash report so as to be able to map "prelinked" callstacks back to original (patch by cmc) 2009-08-26 sb #i88162# remove unnecessary whitespace lines from per-locale xcu files (patch by tora) 2009-08-17 Juergen Schmidt #i104292# set context classloader after create new custom UNO loader 2009-08-17 Juergen Schmidt #i103749# integrate patch 2009-08-14 sb #i103269# cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r 5124ebd5edd1 ("#i101955# changed encoding of XML file content from erroneous ISO-8859-1 to UTF-8") 2009-08-12 sb #i102469# fixed mis-applications of UnoRuntime.queryInterface (detected via the simplified UnoRuntime.queryInterface, the HG changeset 29de35fc9554) to use AnyConverter instead; changed qadevOOo's lib.MultiMethodTest.before to allow throwing arbitrary exceptions, to cater for IllegalArgumentException thrown by AnyConverter 2009-08-12 sb #i104178# drop extra libxml2-config script from libxmlsec 2009-08-10 sb #i101754# simplified osl_getProcessInfo for LINUX (patch by cmc) 2009-08-10 sb #i95018# avoid closing -1 fds (patch supplied by cmc) 2009-08-10 sb #i103585# removed (apparently unnecessary) zlib support from libxml2; in turn, removed zlib dependencies from libxmlsec, libxslt, and redland (assuming those were transitive dependencies brought in by direct dependencies on libxml2) 2009-08-10 sb #i102469# simplified UnoRuntime.queryInterface using Java 5 generics; adapted URE-related modules accordingly 2009-08-10 sb #i101213# adapted setsolar env (solenv/config/) to set PYTHONPATH (and not set PYTHONHOME) in accordance with configure env (set_soenv.in); fixed testtools/source/bridgetest/pyuno (which now should work everywhere out of the box, thanks to the fixed setsolar PYTHONPATH) 2009-08-10 sb cherry-picked ssh://hg@hg.services.openoffice.org/cws/sb111 -r ea8de6d9396b ("#i101955# work in progress for a .hgignore file, continued")
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers1-1/+0
2009-05-04 13:51:10 +0200 cmc r271450 : #i101533# latest sw warnings 2009-05-04 00:02:46 +0200 cmc r271436 : #i101517# silence new warnings 2009-05-03 23:13:53 +0200 cmc r271435 : #i101305# add that one back in 2009-05-02 16:30:42 +0200 cmc r271431 : #i101493# get it to build, and remove some warnings 2009-05-02 16:12:37 +0200 cmc r271430 : CWS-TOOLING: rebase CWS cmcfixes58 to trunk@271427 (milestone: DEV300:m47) 2009-04-23 13:19:33 +0200 cmc r271163 : #i101305# remove annoying import foo is unused warnings 2009-04-21 17:10:34 +0200 cmc r271048 : #i101246# remove AVMEDIA_MANAGER_SERVICE_NAME defines again 2009-04-21 17:07:41 +0200 cmc r271047 : #i86323# remove xml2cmp unused methods
2008-10-01CWS-TOOLING: integrate CWS sb93Vladimir Glazounov1-5/+37
2008-04-11INTEGRATION: CWS changefileheader (1.6.44); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:26:27 rt 1.6.44.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.88); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:26:27 rt 1.3.88.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.11.44); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:26:27 rt 1.11.44.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.2.44); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:26:27 rt 1.2.44.1: #i87441# Change license header to LPGL v3.
2006-12-01INTEGRATION: CWS sb23 (1.5.32); FILE MERGEDRüdiger Timm1-2/+3
2006/11/08 15:46:41 sb 1.5.32.1: #88601# Current context testing.
2006-12-01INTEGRATION: CWS sb23 (1.10.16); FILE MERGEDRüdiger Timm1-2/+7
2006/11/08 15:46:41 sb 1.10.16.1: #88601# Current context testing.
2006-12-01INTEGRATION: CWS sb23 (1.1.2); FILE ADDEDRüdiger Timm1-0/+89
2006/11/08 15:48:22 sb 1.1.2.1: #88601# Current context testing.
2006-03-09INTEGRATION: CWS jl31 (1.9.2); FILE MERGEDRüdiger Timm1-2/+66
2006/02/20 15:50:32 sb 1.9.2.2: #i62339# Enabled previously commented-out test (now that the test should work). 2006/02/08 10:15:46 jl 1.9.2.1: #61436# extending tests for generated service classes
2006-01-26INTEGRATION: CWS sb46 (1.8.16); FILE MERGEDJens-Heiner Rechtien1-4/+110
2006/01/13 11:58:19 sb 1.8.16.1: #i60341# Test service constructors.
2005-09-09INTEGRATION: CWS ooo19126 (1.4.6); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 17:00:51 rt 1.4.6.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:00:50 rt 1.2.42.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.7.18); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:00:50 rt 1.7.18.1: #i54170# Change license header: remove SISSL
2005-06-17INTEGRATION: CWS sb31 (1.3.32); FILE MERGEDOliver Bolte1-3/+3
2005/04/08 07:22:29 sb 1.3.32.1: #120220# Include additional UNO types in JAR file to make it self-contained.
2005-01-18INTEGRATION: CWS sb28 (1.6.24); FILE MERGEDKurt Zenker1-14/+119
2005/01/04 14:13:53 sb 1.6.24.1: #i24735# Merged bridges/test/java_uno/multinherit into testtools/source/bridgetest.
2004-08-20INTEGRATION: CWS sb21 (1.5.10); FILE MERGEDRüdiger Timm1-3/+7
2004/08/06 14:05:38 sb 1.5.10.1: #i32151# Added check on bad enum (first member != 0); adapted test to no longer use forbidden unsigned hyper as type argument.
2004-07-23INTEGRATION: CWS sb20 (1.2.70); FILE MERGEDRüdiger Timm1-3/+3
2004/06/15 08:13:03 sb 1.2.70.1: #i29119# sandbox.jar no longer needed by UNO.
2004-07-23INTEGRATION: CWS sb20 (1.1.70); FILE MERGEDRüdiger Timm1-5/+4
2004/07/09 13:45:54 sb 1.1.70.1: #i29741# Retrofitted existing services as single-interface--based ones.
2004-06-03INTEGRATION: CWS sb18 (1.4.16); FILE MERGEDOliver Bolte1-10/+99
2004/05/21 10:09:33 sb 1.4.16.4: #i21150# Extended multiple inheriance tests. 2004/05/19 14:31:47 sb 1.4.16.3: #i21150# Added (very fundamental) multiple inheritance tests. 2004/05/14 11:05:43 sb 1.4.16.2: #i21150# Made testing of polymorphic struct types more thorough. 2004/05/12 15:06:28 sb 1.4.16.1: #i21150# Added tests for extended interface attributes that raise exceptions and for polymorphic struct types; no longer use published com.sun.star.test.bridge UNO types, but local copies instead (which can be extended over time).
2003-10-06INTEGRATION: CWS unopkg (1.3.4); FILE MERGEDVladimir Glazounov1-4/+20
2003/09/26 13:10:54 dbo 1.3.4.1: #112449# using getCaughtException() as additional test for bridges: C++ throw;
2003-09-04INTEGRATION: CWS cliuno01 (1.2.24); FILE MERGEDOliver Bolte1-3/+170
2003/08/01 15:02:05 jl 1.2.24.1: #107130# fixed XBridgeTEst2.setSequencesOut
2002-11-27#104312# extended testsDaniel Boelzle1-3/+6
2002-09-17#98508# added now a main for the bridgetestJörg Budischewski2-4/+167
2001-05-04moved from grande to openofficeKay Ramme3-0/+878