pierre
|
8c5adb86cd
* Add waiting time in case of access error on windows OS
|
il y a 9 ans |
Jonas Maebe
|
f4a580d669
* don't fail if multiple dotests try to create the same directory in parallel
|
il y a 10 ans |
Jonas Maebe
|
ff25f5c923
* set DYLD_LIBRARY_PATH instead of LD_LIBRARY_PATH on Darwin
|
il y a 10 ans |
pierre
|
ddf1a3ea76
Set filemode to READ_ONLY for CopyFile source and correct error in previous commit
|
il y a 10 ans |
pierre
|
5240a309e0
Retry opening using read only mode for input file in CopyFile function, never generate an error
|
il y a 10 ans |
Tomas Hajny
|
8adacb096e
* do not call mkdir with trailing directory separator and do not silently ignore errors in MkDir
|
il y a 11 ans |
Jonas Maebe
|
4f1207f603
+ support for specifying an optional command line parameter to use during a
|
il y a 11 ans |
pierre
|
bd91a8da7e
Force SrcExeExt for prog parameter in ExecuteRemote function
|
il y a 11 ans |
florian
|
74880f639a
* msdos is a 8.3 target as well
|
il y a 12 ans |
yury
|
e0a70d0510
* Do not copy a library to a remote target if this library name is specified using %DELFILES directive.
|
il y a 12 ans |
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.
|
il y a 12 ans |
yury
|
4902dd2f99
* Do not pass -f switch for rm when testing via adb, since default android shell do not support -f switch.
|
il y a 12 ans |
yury
|
32551f3c6b
* Fixed running library tests on android.
|
il y a 12 ans |
yury
|
663f354471
* Support for running tests on a remote Android device using ADB.
|
il y a 12 ans |
Jonas Maebe
|
04df0d537e
* more finegrained parallelism support for testsuite runs: the tests are no
|
il y a 13 ans |
Jonas Maebe
|
252483ffd8
+ support for running the testsuite in parallel. Note that only the "all"
|
il y a 13 ans |
Jonas Maebe
|
d68d9ba1a0
* don't pass -blibpath parameter for %needlibrary tests on AIX: the linker
|
il y a 13 ans |
Jonas Maebe
|
9efe09a827
+ aix support for testsuite helper programs
|
il y a 13 ans |
pierre
|
c5f9b66e51
* Fix bug in DelOptions leading to infinite loop:(
|
il y a 13 ans |
pierre
|
c968fcbfaf
* Fix PuTTY plink usage with -load option
|
il y a 13 ans |
pierre
|
0658a6ee88
* Move + after objfpc to use ansistrings
|
il y a 13 ans |
pierre
|
88b00552a2
+ Add support for target specific options
|
il y a 13 ans |
pierre
|
2e4b7ae05c
Apply fixes from Sven Barth
|
il y a 13 ans |
pierre
|
e366c013e3
* fix -rpath passing to linker for Windows OS by
|
il y a 14 ans |
pierre
|
24d489f7f7
* Lowercase CompilerCPU and CompilerTarget
|
il y a 14 ans |
pierre
|
1c2a5f9819
+ Update all Makefile's modified by
|
il y a 14 ans |
pierre
|
c529921fc8
* clarify environment processing
|
il y a 14 ans |
pierre
|
405655ba60
+ Skip library tests for go32v2 target
|
il y a 14 ans |
pierre
|
256c58d670
* Fix SetTargetDirectoriesStyle , needed a call to GetCompilerTarget first
|
il y a 14 ans |
pierre
|
9f919b942a
+ Support !ENV_VAR option and separate ExeExt for target from SrcExeExt for cross-testing
|
il y a 14 ans |