Nikolay Nikolov
|
0f4340e659
* fix regressions after previous patch by correctly parsing output, which does not contain '##WASI-EXITCODE:'
|
преди 3 години |
Nikolay Nikolov
|
a8b789d183
* patch from Pierre for working around the exitcode <= 125 limitation in wasmtime
|
преди 3 години |
Nikolay Nikolov
|
9579759f01
+ added wasi to the list of targets without thread support
|
преди 3 години |
nickysn
|
73aa30ee0a
* set the exeext for WASI properly in dotest.pp
|
преди 4 години |
pierre
|
63a3c25493
Add wposuffix to keep different logs for each pass when passes is > 1
|
преди 4 години |
florian
|
9c77e4a899
* support passing options to the emulator when using one for testing
|
преди 4 години |
yury
|
9f32b99ea6
* dotest: When executing a remote test, prevent overwrite of the test's result and log by final cleanup commands.
|
преди 7 години |
pierre
|
f36ac3adbd
Use GetProcessId number for UniqueSuffix if -L is used without parameter
|
преди 7 години |
pierre
|
b6e22a4757
Use old Copy procedure with 3 parameters
|
преди 7 години |
pierre
|
450f62efcc
Move GetToken function to testu unit
|
преди 7 години |
pierre
|
a07b191847
Move several path related functions from dotest program to testu unit for use in dosbox_wrapper program
|
преди 7 години |
svenbarth
|
c7df4d3d2f
* implement support for copying a central, pre-created configuration file for a test
|
преди 8 години |
svenbarth
|
c9be061921
* put test files that are outside of the tests directory into a "root" subdirectory of tests
|
преди 8 години |
pierre
|
f216c359bd
Always consider Compilation raised exception internally as an Internal Error
|
преди 9 години |
pierre
|
a0713632a9
Consider a 'Compilation raised exception internally' without Fatal nor Error message as an InternalError
|
преди 9 години |
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 години |
pierre
|
bf97137be4
Add aliases $nosharedlib,$nounicode,$nothread to SkipTarget TConfig field
|
преди 9 години |
pierre
|
433da1b199
Add msdos and win16 to the list of target OS for which TargetHasDosStylesDirectories
|
преди 9 години |
pierre
|
8c5adb86cd
* Add waiting time in case of access error on windows OS
|
преди 9 години |
Jonas Maebe
|
f4a580d669
* don't fail if multiple dotests try to create the same directory in parallel
|
преди 10 години |
Jonas Maebe
|
ff25f5c923
* set DYLD_LIBRARY_PATH instead of LD_LIBRARY_PATH on Darwin
|
преди 10 години |
pierre
|
ddf1a3ea76
Set filemode to READ_ONLY for CopyFile source and correct error in previous commit
|
преди 10 години |
pierre
|
5240a309e0
Retry opening using read only mode for input file in CopyFile function, never generate an error
|
преди 10 години |
Tomas Hajny
|
8adacb096e
* do not call mkdir with trailing directory separator and do not silently ignore errors in MkDir
|
преди 11 години |
Jonas Maebe
|
4f1207f603
+ support for specifying an optional command line parameter to use during a
|
преди 11 години |
pierre
|
bd91a8da7e
Force SrcExeExt for prog parameter in ExecuteRemote function
|
преди 12 години |
florian
|
74880f639a
* msdos is a 8.3 target as well
|
преди 12 години |
yury
|
e0a70d0510
* Do not copy a library to a remote target if this library name is specified using %DELFILES directive.
|
преди 12 години |
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 години |
yury
|
4902dd2f99
* Do not pass -f switch for rm when testing via adb, since default android shell do not support -f switch.
|
преди 12 години |