summaryrefslogtreecommitdiff
path: root/tests/readme.txt
diff options
context:
space:
mode:
authormicha <micha@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-10-21 09:18:19 +0000
committermicha <micha@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-10-21 09:18:19 +0000
commitb7ffdd0da27f585fe7687c993d0d39b6f2150d19 (patch)
tree6b56306f28252d53298bc44b1107380ace50b302 /tests/readme.txt
parent8c4fddd09848ccfb015358989950f4b8f62ef5b3 (diff)
downloadfpc-b7ffdd0da27f585fe7687c993d0d39b6f2150d19.tar.gz
+ implement timeout wrapper call for testsuite (remote only)
* reduce number of remote logins for speed git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@8870 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/readme.txt')
-rw-r--r--tests/readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/readme.txt b/tests/readme.txt
index f95a8529fb..65f6185aa9 100644
--- a/tests/readme.txt
+++ b/tests/readme.txt
@@ -39,6 +39,8 @@ SKIPTARGET.........Not for these OS targets (win32,macos,etc).
VERSION............Compiler with at lest this version number required.
MAXVERSION.........Compiler with at most this version number required.
RESULT.............Exit code of execution of test expected
+TIMEOUT............Timeout indication for test in seconds (only used if
+ enabled by defining TEST_TIMEOUT)
GRAPH..............Requires graph unit
FAIL...............Compilation must fail
RECOMPILE..........After compiling a test, recompile the test for a second
@@ -102,6 +104,7 @@ TEST_CCOMPILER defaults to installed gcc compiler, but only
if driver and test full-targets are the same.
TEST_VERBOSE let dotest be more verbose, only usefull for debugging
TEST_DELTEMP delete temporary executable/object/ppu file, default is off
+TEST_TIMEOUT use timeout wrapper for (remote) execution
(Please add more test options if needed)
@@ -125,6 +128,7 @@ TEST_SSH set this to use ssh/scp to execute the test
TEST_PUTTY test using putty when remote testing (pscp and plink)
TEST_REMOTEOPT extra options to remote program
TEST_REMOTEPATH set remote path to use, default is /tmp
+TEST_DELBEFORE delete remote executable before uploading
TEST_DELTEMP delete executable after running, so the remote system
doesn't need much free disk space
TEST_REMOTEPW pass a password with -pw to remote tools, mainly usefull for putty