summaryrefslogtreecommitdiff
path: root/sal/cppunittester
AgeCommit message (Expand)AuthorFilesLines
2014-10-15cppunittester: make tracking down temp file leaks easierMichael Stahl1-0/+3
2014-06-04Keep TestFixture alive until outputter is done with itStephan Bergmann1-15/+19
2014-06-04Cover ctors/dtors of our TestFixtures under the protectors, tooStephan Bergmann1-3/+8
2014-05-28dlclose confuses LeakSanitizerStephan Bergmann1-4/+3
2014-05-24cppunit: always compile with debugging symbols on windows.Michael Meeks1-0/+1
2014-05-20Win32 - warn of extraordinary behaviour with LoadLibrary and long PATHsMichael Meeks1-0/+8
2014-05-06Avoid the annoying line wrappingTor Lillqvist1-1/+3
2014-04-29show the failure message again at the end of the testMarkus Mohrhard1-4/+1
2014-04-24Add a test listener that outputs failures to stderr as they happenTor Lillqvist1-1/+40
2014-04-24Add informative comment about cross-compiling to iOS in particularTor Lillqvist1-0/+8
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+5
2014-04-03Properly cover in #ifdef TIMETESTSStephan Bergmann1-0/+2
2014-03-31Move invariant writes outside loopStephan Bergmann1-2/+2
2014-03-30decorate tempfile name's to help identify leaks' authorNorbert Thiebaud1-0/+37
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-3/+3
2013-12-02Drop duplicate #includeTakeshi Abe1-1/+0
2012-12-10-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-6/+4
2012-11-22Fail fastStephan Bergmann1-4/+2
2012-11-21android: fix cppunit testingMichael Meeks1-1/+2
2012-11-21re-base on ALv2 code. Includes:Michael Meeks1-29/+21
2012-10-11Be consistent with surrounding codeTor Lillqvist1-2/+4
2012-10-11WaE: 'fn' may be used uninitialized in this functionTor Lillqvist1-1/+1
2012-08-17Handle CppUnit::DynamicLibraryManagerExceptionTor Lillqvist1-1/+7
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2012-04-16Recognize unoexceptionprotector and unobootstrapprotectorTor Lillqvist1-6/+11
2012-04-13WaE: initialization orderMichael Stahl1-1/+1
2012-04-13push and pop protectors around runner run, hopefully fixes windows buildCaolán McNamara1-6/+14
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-8/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist1-2/+2
2012-02-22cppunittester hacks for iOS, intermediate commitTor Lillqvist1-1/+17
2011-12-19sal: convert to gbuildMatúš Kukan1-49/+0
2011-11-27remove include of pch header from salNorbert Thiebaud1-1/+0
2011-10-15get TestResult dtor before osl::Module dtorCaolán McNamara1-1/+1
2011-10-01easier to find leaks if the test harness doesn't leakCaolán McNamara1-2/+4
2011-09-21add a simple timer for unit testsCaolán McNamara1-1/+35
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ...Stephan Bergmann1-0/+1
2011-08-17Do use _CrtDbgReport() in a _DEBUG (enable-dbgutil, non-pro) buildTor Lillqvist1-0/+8
2011-07-09iOS hacking for cppunittesterTor Lillqvist1-0/+4
2011-07-01missing else, *cough*Caolán McNamara1-0/+1
2011-06-30rearrange the cppunittester to allow makeFixture time exceptions catchableCaolán McNamara1-34/+66
2011-06-16Do build cppunittester when cross-compiling after allTor Lillqvist1-4/+0
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist1-1/+1
2011-05-22Cannot do unit testing when cross-compilingTor Lillqvist1-0/+4
2011-04-05remove ADAPT_EXT_STLCaolán McNamara1-7/+0
2011-03-23Work around Visual Studio lameness with "max"Fridrich Štrba1-2/+2
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-18/+77
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-0/+7
2011-02-28debuglevels: #i117073# Linux/GCC needs SAL_LOADMODULE_GLOBAL for exception ha...sb1-1/+2
2011-02-26debuglevels: ooops - removed a line of code not intended to be committedFrank Schoenheit [fs]1-1/+0