yury
|
9f32b99ea6
* dotest: When executing a remote test, prevent overwrite of the test's result and log by final cleanup commands.
|
7 gadi atpakaļ |
pierre
|
f36ac3adbd
Use GetProcessId number for UniqueSuffix if -L is used without parameter
|
7 gadi atpakaļ |
pierre
|
b6e22a4757
Use old Copy procedure with 3 parameters
|
7 gadi atpakaļ |
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ļ |
svenbarth
|
c9be061921
* put test files that are outside of the tests directory into a "root" subdirectory of tests
|
8 gadi atpakaļ |
pierre
|
f216c359bd
Always consider Compilation raised exception internally as an Internal Error
|
9 gadi atpakaļ |
pierre
|
a0713632a9
Consider a 'Compilation raised exception internally' without Fatal nor Error message as an InternalError
|
9 gadi atpakaļ |
pierre
|
ee3d204b72
* Files added in %FILES need to be copied to destination directory even if UniqueSuffix is empty, as execution directory is different from source directory
|
9 gadi atpakaļ |
pierre
|
bf97137be4
Add aliases $nosharedlib,$nounicode,$nothread to SkipTarget TConfig field
|
9 gadi atpakaļ |
pierre
|
433da1b199
Add msdos and win16 to the list of target OS for which TargetHasDosStylesDirectories
|
9 gadi atpakaļ |
pierre
|
8c5adb86cd
* Add waiting time in case of access error on windows OS
|
9 gadi atpakaļ |
Jonas Maebe
|
f4a580d669
* don't fail if multiple dotests try to create the same directory in parallel
|
10 gadi atpakaļ |
Jonas Maebe
|
ff25f5c923
* set DYLD_LIBRARY_PATH instead of LD_LIBRARY_PATH on Darwin
|
10 gadi atpakaļ |
pierre
|
ddf1a3ea76
Set filemode to READ_ONLY for CopyFile source and correct error in previous commit
|
10 gadi atpakaļ |
pierre
|
5240a309e0
Retry opening using read only mode for input file in CopyFile function, never generate an error
|
10 gadi atpakaļ |
Tomas Hajny
|
8adacb096e
* do not call mkdir with trailing directory separator and do not silently ignore errors in MkDir
|
11 gadi atpakaļ |
Jonas Maebe
|
4f1207f603
+ support for specifying an optional command line parameter to use during a
|
11 gadi atpakaļ |
pierre
|
bd91a8da7e
Force SrcExeExt for prog parameter in ExecuteRemote function
|
11 gadi atpakaļ |
florian
|
74880f639a
* msdos is a 8.3 target as well
|
12 gadi atpakaļ |
yury
|
e0a70d0510
* Do not copy a library to a remote target if this library name is specified using %DELFILES directive.
|
12 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ļ |
yury
|
4902dd2f99
* Do not pass -f switch for rm when testing via adb, since default android shell do not support -f switch.
|
12 gadi atpakaļ |
yury
|
32551f3c6b
* Fixed running library tests on android.
|
12 gadi atpakaļ |
yury
|
663f354471
* Support for running tests on a remote Android device using ADB.
|
12 gadi atpakaļ |
Jonas Maebe
|
04df0d537e
* more finegrained parallelism support for testsuite runs: the tests are no
|
13 gadi atpakaļ |
Jonas Maebe
|
252483ffd8
+ support for running the testsuite in parallel. Note that only the "all"
|
13 gadi atpakaļ |
Jonas Maebe
|
d68d9ba1a0
* don't pass -blibpath parameter for %needlibrary tests on AIX: the linker
|
13 gadi atpakaļ |
Jonas Maebe
|
9efe09a827
+ aix support for testsuite helper programs
|
13 gadi atpakaļ |