summaryrefslogtreecommitdiff
path: root/tests/test
Commit message (Expand)AuthorAgeFilesLines
* * synchronized with trunknickysn2021-04-183-0/+44
|\
| * + optimized multiplication for "symmetric" bit patterns on armflorian2021-04-131-0/+4
| * * fix test for case sensitive and case preserving file systemsflorian2021-04-111-2/+10
| * + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNa...florian2021-04-102-0/+32
* | * synchronized with trunknickysn2021-03-293-0/+70
|\ \ | |/
| * * fix for Mantis #38642: for enumerations with jumps Delphi behaves as follows:svenbarth2021-03-273-0/+70
* | * synchronized with trunknickysn2021-03-201-2/+47
|\ \ | |/
| * unix: fix timezone info for timers after the last transitionondrej2021-03-191-2/+47
* | * synchronized with trunknickysn2021-03-1415-0/+94
|\ \ | |/
| * + compiled C object files, generated by riscv32-unknown-linux-gnu-gcc (GCC)...florian2021-03-147-0/+0
| * * test for bin2hexmichael2021-03-141-0/+94
| * * re-build c objects with a fixed C compiler regarding floating point param...florian2021-03-117-0/+0
* | * synchronized with trunknickysn2021-03-0810-32/+465
|\ \ | |/
| * + new testflorian2021-03-071-0/+345
| * Update to objects compiled using GNU gcc 5.5.0 for sparc-solarispierre2021-03-068-1/+1
| * * fix test so it really uses random values for the boolean, thanks Jonas fo...florian2021-03-061-4/+4
| * * do not apply the (a and b) or (c and not(b)) into c xor ((c xor a) and b)...florian2021-03-061-31/+119
* | * synchronized with trunknickysn2021-03-012-2/+36
|\ \ | |/
| * + optimize (a and b) or (c and not(b)) into c xor ((c xor a) and b)florian2021-02-281-0/+34
| * Extend list of CPUs defining slowcpu conditional in tmt1 and tw8177 sourcespierre2021-02-261-2/+2
* | * synchronized with trunknickysn2021-02-211-0/+79
|\ \ | |/
| * * fix by avk for issue #38513florian2021-02-211-0/+79
* | * synchronized with trunknickysn2021-02-121-0/+106
|\ \ | |/
| * * Fix issue ID 38462michael2021-02-101-0/+106
* | + added simple test for the TRawByteStringCollection object typenickysn2021-02-101-0/+49
* | * synchronized with trunknickysn2021-02-082-0/+14
|\ \ | |/
| * * statx based Sysutils.FileGetDate with handle fixedflorian2021-02-071-0/+6
| * * make statx based Sysutils.FileAge working with relative pathesflorian2021-02-071-0/+8
* | * synchronized with trunknickysn2021-02-016-8/+214
|\ \ | |/
| * * renamed new syscall wrapper in linux to be consist with the othersflorian2021-01-313-10/+10
| * + add a test which ensures that a "const TVarData" parameter is passed as a r...svenbarth2021-01-311-0/+22
| * + futimens syscallflorian2021-01-312-0/+91
| * + linux.fputimensat which properly uses the _tim64 version if needed and av...florian2021-01-311-0/+83
| * * properly check for linux version supporting statxflorian2021-01-311-6/+6
| * * linux: make use of statx in Sysutils.FileAge if availableflorian2021-01-301-0/+10
* | * synchronized with trunknickysn2021-01-29224-354/+8104
|\ \ | |/
| * * let theapthread wait unneededly less so the total run time is shorterflorian2021-01-241-1/+10
| * * Moved the tregistry2 test back to packages and added more test OS targets.yury2021-01-241-230/+0
| * * tregistry2 test: Use cwstring on unices. Perform the test only on Windows a...yury2021-01-211-1/+7
| * * Removed usage the Windows unit from the tregistry2 test.yury2021-01-201-1/+1
| * * tregistry2 test: Delete reg.xml and the app config dir.yury2021-01-191-2/+16
| * * Moved the tregistry2.pp test from packages to tests in order it to be run b...yury2021-01-191-0/+210
| * Add testing for single float type in trndmode.pppierre2021-01-031-0/+106
| * Check also that SetRoundMode returns correctly previous rounding modepierre2021-01-031-3/+32
| * * Set softfloat_rounding_mode indise SetRoundMode function for all CPUs.pierre2021-01-031-2/+15
| * * Delphi does not allow a generic method to be overloaded by a non generic ty...svenbarth2021-01-024-0/+97
| * * simplified test after r47892florian2020-12-291-5/+1
| * * made exit codes uniquejonas2020-12-271-6/+6
| * * fixed round(currency) so it takes the rounding mode into account onjonas2020-12-271-0/+78
| * Add code to test Linux version, try statx syscall only if version is >= to 4.11pierre2020-12-261-1/+42