summaryrefslogtreecommitdiffstats
path: root/sal/cppunittester
Commit message (Expand)AuthorAgeFilesLines
* Keep TestFixture alive until outputter is done with itStephan Bergmann2014-06-041-15/+19
* Cover ctors/dtors of our TestFixtures under the protectors, tooStephan Bergmann2014-06-041-3/+8
* dlclose confuses LeakSanitizerStephan Bergmann2014-05-281-4/+3
* cppunit: always compile with debugging symbols on windows.Michael Meeks2014-05-241-0/+1
* Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHsMichael Meeks2014-05-201-0/+8
* Avoid the annoying line wrappingTor Lillqvist2014-05-061-1/+3
* show the failure message again at the end of the testMarkus Mohrhard2014-04-291-4/+1
* Add a test listener that outputs failures to stderr as they happenTor Lillqvist2014-04-241-1/+40
* Add informative comment about cross-compiling to iOS in particularTor Lillqvist2014-04-241-0/+8
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-241-5/+5
* Properly cover in #ifdef TIMETESTSStephan Bergmann2014-04-031-0/+2
* Move invariant writes outside loopStephan Bergmann2014-03-311-2/+2
* decorate tempfile name's to help identify leaks' authorNorbert Thiebaud2014-03-301-0/+37
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-3/+3
* Drop duplicate #includeTakeshi Abe2013-12-021-1/+0
* -Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann2012-12-101-6/+4
* Fail fastStephan Bergmann2012-11-221-4/+2
* android: fix cppunit testingMichael Meeks2012-11-211-1/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-11-211-29/+21
* Be consistent with surrounding codeTor Lillqvist2012-10-111-2/+4
* WaE: 'fn' may be used uninitialized in this functionTor Lillqvist2012-10-111-1/+1
* Handle CppUnit::DynamicLibraryManagerExceptionTor Lillqvist2012-08-171-1/+7
* targetted re-work of cppunit pieces.Michael Meeks2012-06-271-3/+1
* Recognize unoexceptionprotector and unobootstrapprotectorTor Lillqvist2012-04-161-6/+11
* WaE: initialization orderMichael Stahl2012-04-131-1/+1
* push and pop protectors around runner run, hopefully fixes windows buildCaolán McNamara2012-04-131-6/+14
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-8/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
* More hacking on static linking (iOS) supportTor Lillqvist2012-03-211-2/+2
* cppunittester hacks for iOS, intermediate commitTor Lillqvist2012-02-221-1/+17
* sal: convert to gbuildMatúš Kukan2011-12-191-49/+0
* remove include of pch header from salNorbert Thiebaud2011-11-271-1/+0
* get TestResult dtor before osl::Module dtorCaolán McNamara2011-10-151-1/+1
* easier to find leaks if the test harness doesn't leakCaolán McNamara2011-10-011-2/+4
* add a simple timer for unit testsCaolán McNamara2011-09-211-1/+35
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann2011-09-121-0/+1
* Do use _CrtDbgReport() in a _DEBUG (enable-dbgutil, non-pro) buildTor Lillqvist2011-08-171-0/+8
* iOS hacking for cppunittesterTor Lillqvist2011-07-091-0/+4
* missing else, *cough*Caolán McNamara2011-07-011-0/+1
* rearrange the cppunittester to allow makeFixture time exceptions catchableCaolán McNamara2011-06-301-34/+66
* Do build cppunittester when cross-compiling after allTor Lillqvist2011-06-161-4/+0
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-061-1/+1
* Cannot do unit testing when cross-compilingTor Lillqvist2011-05-221-0/+4
* remove ADAPT_EXT_STLCaolán McNamara2011-04-051-7/+0
* Work around Visual Studio lameness with "max"Fridrich Štrba2011-03-231-2/+2
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-18/+77
|\
| * debuglevels: #i117073# Linux/GCC needs SAL_LOADMODULE_GLOBAL for exception ha...sb2011-02-281-1/+2
| * debuglevels: ooops - removed a line of code not intended to be committedFrank Schoenheit [fs]2011-02-261-1/+0
| * debuglevels: GCC WaE / replace cppunit's DynamicLibraryManager (which does no...Frank Schoenheit [fs]2011-02-254-105/+38
| * debuglevels: #i117073# added cppunittester --protector support; added unoexce...sb2011-02-254-14/+157