summaryrefslogtreecommitdiffstats
path: root/smoketest
Commit message (Collapse)AuthorAgeFilesLines
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-2/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* Revert "WaE: unused parameter 'argc' and 'argv'"Tor Lillqvist2012-11-161-3/+0
| | | | | | | | | Nah, just don't bother using --enable-werror with an old system cppunit that has the unused argc and argv in CPPUNIT_PLUGIN_IMPLEMENT(). This reverts commit 7e6689e3ed8972871718f6f8d06968efde264612. This reverts commit 07b6dc8610785026860f6dfcf6aab1c4ad1f45f2.
* WaE: unused parameter 'argc' and 'argv'Tor Lillqvist2012-11-151-0/+3
| | | | Change-Id: Idb3c4e4be025b78288fb6c705181d7f7a88c2c9f
* Clean up removal of binfilter tests from smoketestStephan Bergmann2012-11-144-76/+9
| | | | Change-Id: Ide1d0b6c5cab56d5c383853d349d70b21401a533
* do not even try to do binfilter test in smoketestNorbert Thiebaud2012-11-101-26/+5
| | | | Change-Id: I81fa1217feda5b4faf73add5304e8a191bbfbdc3
* deprecate oustringostreaminserter.hxxNorbert Thiebaud2012-09-181-1/+0
| | | | | | | | | | | | | | | | | | | the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Java cleanup, remove unnecessary importsNoel Grandin2012-09-061-4/+0
| | | | Change-Id: Iacfcb2e16cb0e3c25a4cd0678a374fe5111284f7
* gbuild: register all jarsMichael Stahl2012-08-171-4/+4
| | | | Change-Id: I9f49970e5e06d1afd3fc066a20d1671c93e262fc
* gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl2012-08-151-1/+1
| | | | | | | | | With gb_Jar_add_jar and gb_Jar_add_system_jar adding to the manifest classpath automatically it is no longer necessary to call gb_Jar_set_jarclasspath manually except for the URE jars, which are apparently not supposed to be added automatically. Change-Id: I1e743e7ecb9cb5651e02005aa09e127bea1b0a29
* smoketest: produce a better errror message when Java component failsMichael Stahl2012-07-181-1/+2
| | | | Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5
* smoketest: fix build with MSVC:Michael Stahl2012-07-152-1/+9
| | | | | | | | | Linking an empty CppunitTest against smoketest Library does not work, the linker complains aboutunresolved external symbol DllMainCRTstartup or something like that; building a static library has the same result; so just build the cxx file twice via a dummy smoketest_too.cxx. Change-Id: I11a29d4ec134f67a7de896ff8c669ed5b47782a7
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* smoketest: fix breakage from 328e2263fb6e2415bafbc40a7d7309b66f65971aMichael Stahl2012-06-281-0/+6
| | | | Change-Id: I18eaf5596e9ba518672ef041bf6084ef84f608fb
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-3/+1
|
* re-base on ALv2 code.Michael Meeks2012-06-2617-439/+286
|
* .xml files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
* normalize variable names in gbuild user makefilesMichael Stahl2012-05-101-3/+3
| | | | Variables should have module name as prefix to prevent collisions.
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* specific variable for where dev-install installsLuboš Luňák2012-04-241-2/+2
|
* smoketest CppUnit lib is only a thin wrapper around smoketest libStephan Bergmann2012-04-111-4/+0
|
* get subsequentcheck unstuckDavid Tardon2012-04-101-0/+2
|
* rename gb_CppunitTest_set_argumentsDavid Tardon2012-04-081-3/+1
| | | | | It does not actually _set_ the command line arguments, but rather _adds_ to them. IMHO the new name reflects this fact better.
* always use --protector for UNO testsDavid Tardon2012-04-081-2/+0
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-083-5/+5
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* .java files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* smoketest: fix duplicate linkage warningMichael Stahl2012-03-121-4/+1
|
* we do want also create library for smoketest and deliver itMatúš Kukan2012-02-202-0/+49
|
* gbuild: add gb_CppunitTest_abort_on_assertion for smoketestMatúš Kukan2012-02-191-0/+2
|
* gbuild'ize smoketest(oo_native) and merge themMatúš Kukan2012-02-1917-255/+331
| | | | Add smoketest to tail_build and make it a subsequentcheck target.
* smoketest: remove doubled copyright lineThomas Arnhold2012-02-181-1/+0
|
* Remove lodownloadtest.py trailing white spacesYifan J2012-02-161-16/+13
|
* Split download and run test part of losmoketest.py.Yifan J2012-02-161-117/+136
| | | | | | | | | | 1. rename the tool to lodownloadtest.py 2. it will call native losmoketest in lo program directory 3. it will download test package as well as lo installables 4. fixing some bugs and optimize code - clean up extracted rpms after install - only uninstall necessary packages before installation - trivial improvements please see diff
* move ABORT_ON_ASSERTION from smoketest to smoketestoo_nativeCaolán McNamara2012-02-131-2/+0
|
* update losmoketest fetching pathYifan J2012-02-061-14/+14
|
* bug fixing for test initializingYifan J2012-02-061-3/+24
|
* replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG usesNorbert Thiebaud2012-02-052-3/+3
|
* The common_build stuff is surely obsoleteTor Lillqvist2011-12-111-2/+0
|
* really build libsmoketestPetr Mladek2011-12-021-1/+1
|
* split smoketest module to fix buildPetr Mladek2011-12-0229-0/+3953
+ move the library and other build stuff to a new "smoketest" module + keep "smoketestoo_native" only for installing and running the tests + restore the targets in top level make