summaryrefslogtreecommitdiff
path: root/tests/utils/dotest.pp
Commit message (Expand)AuthorAgeFilesLines
* Add wposuffix to keep different logs for each pass when passes is > 1pierre2021-02-241-4/+8
* * support passing options to the emulator when using one for testingflorian2020-11-261-24/+28
* * dotest: When executing a remote test, prevent overwrite of the test's resul...yury2018-10-111-1/+12
* Use GetProcessId number for UniqueSuffix if -L is used without parameterpierre2018-07-051-0/+2
* Use old Copy procedure with 3 parameterspierre2018-06-051-1/+1
* Move GetToken function to testu unitpierre2018-04-041-18/+0
* Move several path related functions from dotest program to testu unit for us...pierre2018-03-301-125/+3
* * implement support for copying a central, pre-created configuration file for...svenbarth2017-08-201-17/+56
* * put test files that are outside of the tests directory into a "root" subdir...svenbarth2017-08-041-1/+7
* Always consider Compilation raised exception internally as an Internal Errorpierre2016-09-031-7/+1
* Consider a 'Compilation raised exception internally' without Fatal nor Error...pierre2016-09-021-1/+8
* * Files added in %FILES need to be copied to destination directory even if U...pierre2016-08-081-12/+9
* Add aliases $nosharedlib,$nounicode,$nothread to SkipTarget TConfig fieldpierre2016-07-061-0/+18
* Add msdos and win16 to the list of target OS for which TargetHasDosStylesDir...pierre2016-05-281-0/+2
* * Add waiting time in case of access error on windows OSpierre2016-01-161-0/+11
* * don't fail if multiple dotests try to create the same directory in paralleljonas2015-03-141-2/+7
* * set DYLD_LIBRARY_PATH instead of LD_LIBRARY_PATH on Darwinjonas2015-01-301-2/+8
* Set filemode to READ_ONLY for CopyFile source and correct error in previous ...pierre2014-12-121-7/+9
* Retry opening using read only mode for input file in CopyFile function, neve...pierre2014-12-121-7/+30
* * do not call mkdir with trailing directory separator and do not silently i...hajny2014-10-131-4/+10
* + support for specifying an optional command line parameter to use during ajonas2014-03-041-3/+5
* Force SrcExeExt for prog parameter in ExecuteRemote functionpierre2013-12-101-1/+13
* * msdos is a 8.3 target as wellflorian2013-03-311-1/+5
* * Do not copy a library to a remote target if this library name is specified ...yury2013-01-221-0/+4
* * Implemented { %DELFILES file1 file2 ... } directive for tests. Primarily it...yury2013-01-221-25/+60
* * Do not pass -f switch for rm when testing via adb, since default android sh...yury2013-01-221-4/+14
* * Fixed running library tests on android.yury2013-01-151-1/+7
* * Support for running tests on a remote Android device using ADB.yury2012-12-271-16/+39
* * more finegrained parallelism support for testsuite runs: the tests are nojonas2012-06-031-35/+122
* + support for running the testsuite in parallel. Note that only the "all"jonas2012-05-281-7/+27
* * don't pass -blibpath parameter for %needlibrary tests on AIX: the linkerjonas2012-04-111-3/+2
* + aix support for testsuite helper programsjonas2012-04-111-4/+7
* * Fix bug in DelOptions leading to infinite loop:(pierre2012-04-061-5/+16
* * Fix PuTTY plink usage with -load optionpierre2012-04-041-6/+14
* * Move + after objfpc to use ansistringspierre2012-03-281-1/+1
* + Add support for target specific optionspierre2012-03-271-7/+122
* Apply fixes from Sven Barthpierre2011-11-251-2/+2
* * fix -rpath passing to linker for Windows OS bypierre2011-10-121-3/+7
* * Lowercase CompilerCPU and CompilerTargetpierre2011-10-031-125/+289
* + Update all Makefile's modified bypierre2011-08-161-3/+30
* * clarify environment processingpierre2011-07-061-10/+14
* + Skip library tests for go32v2 targetpierre2011-06-241-1/+28
* * Fix SetTargetDirectoriesStyle , needed a call to GetCompilerTarget firstpierre2011-06-221-47/+58
* + Support !ENV_VAR option and separate ExeExt for target from SrcExeExt for ...pierre2011-06-081-99/+150
* * fixed ForceExtension() after r16905 in case the input did not have anjonas2011-02-121-1/+1
* * Remove limitations to 255 chars of shortstringspierre2011-02-111-9/+18
* + TargetHasDosStyleDirectories, TargetAmigaLike,pierre2011-01-131-24/+145
* + NEEDEDAFTER to avoid deleting created files if needed for another testpierre2009-12-111-2/+3
* o accelerate testingflorian2009-08-081-100/+112
* Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,...jonas2008-12-111-41/+60