pierre
|
450f62efcc
Move GetToken function to testu unit
|
7 gadi atpakaļ |
pierre
|
a07b191847
Move several path related functions from dotest program to testu unit for use in dosbox_wrapper program
|
7 gadi atpakaļ |
svenbarth
|
c7df4d3d2f
* implement support for copying a central, pre-created configuration file for a test
|
8 gadi atpakaļ |
pierre
|
3a9ed7db72
Limit log size to 50000, and add all testrun information at start
|
8 gadi atpakaļ |
michael
|
fee1632b42
* SQL in separate verbosity level
|
11 gadi atpakaļ |
Jonas Maebe
|
4f1207f603
+ support for specifying an optional command line parameter to use during a
|
11 gadi atpakaļ |
yury
|
fbb0b48ad6
* Implemented { %DELFILES file1 file2 ... } directive for tests. Primarily it is needed to delete shared libraries used by tests when TEST_DELTEMP=1. When testing on a real Android device, it is not good to run tests on flash memory partitions. Android devices have 1Mb RAM based tempfs partition for /tmp folder, which is ideal for running tests. Since 1Mb is very small size these days, it is needed to clean all test leftovers. Test shared libraries are the biggest leftovers and this new DELFILES directive will help to delete them.
|
12 gadi atpakaļ |
Jonas Maebe
|
9e0bc92b88
* prevent crash in dotest in case a test file contains a line at the start
|
13 gadi atpakaļ |
pierre
|
88b00552a2
+ Add support for target specific options
|
13 gadi atpakaļ |
pierre
|
a440104065
+ NEEDEDAFTER to avoid deleting created files if needed for another test
|
15 gadi atpakaļ |
Jonas Maebe
|
060d81b8fa
Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,11938,12212,12304,12308-12310,12316,12330-12332,12334,12339-12340 via svnmerge from
|
16 gadi atpakaļ |
yury
|
f9eb22394d
* Skip UTF-8 BOM.
|
17 gadi atpakaļ |
micha
|
b96823997d
+ add "FILES" variable for testsuite tests: list of files required by test needing to be copied to remote target
|
17 gadi atpakaļ |
micha
|
ce4acf5b49
+ implement timeout wrapper call for testsuite (remote only)
|
18 gadi atpakaļ |
florian
|
71ef1067bb
+ skipemu added
|
20 gadi atpakaļ |
peter
|
4970875d90
* remove compileerror10, note10
|
22 gadi atpakaļ |
peter
|
430d498e48
* digest updated for max version limit
|
22 gadi atpakaļ |
pierre
|
4d4ae8d4fe
* handle also lines with spaces before the open brace
|
22 gadi atpakaļ |
pierre
|
7f37418216
+ KNOWNCOMPILEERROR and KNOWNCOMPILE10ERROR added
|
22 gadi atpakaļ |
peter
|
0fc75d2dd6
* NeedTarget, SkipTarget, SkipCPU added
|
22 gadi atpakaļ |
michael
|
45eff4e71b
+ Added dbdigest to store results in a database
|
22 gadi atpakaļ |