summaryrefslogtreecommitdiff
path: root/tests/test
Commit message (Expand)AuthorAgeFilesLines
* + patch by J. Gareth Moreton: improved tests for constant divisions includi...florian2021-04-291-0/+3
* + 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
* * fix for Mantis #38642: for enumerations with jumps Delphi behaves as follows:svenbarth2021-03-273-0/+70
* unix: fix timezone info for timers after the last transitionondrej2021-03-191-2/+47
* + 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
* + 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
* + 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
* * fix by avk for issue #38513florian2021-02-211-0/+79
* * Fix issue ID 38462michael2021-02-101-0/+106
* * statx based Sysutils.FileGetDate with handle fixedflorian2021-02-071-0/+6
* * make statx based Sysutils.FileAge working with relative pathesflorian2021-02-071-0/+8
* * 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
* * 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
* * min/max optimization needs to check both operands of the if condition, ev...florian2020-12-231-4/+4
* + RTMSupport functionflorian2020-12-221-21/+31
* * extended testflorian2020-12-191-0/+12
* * fpc_ln_real raises an exception for invalid operands if they exception is...florian2020-12-181-0/+12
* * apply patch by Blaise.ru to allow specializations for the result type of fu...svenbarth2020-12-162-0/+46
* + optimize if x>a then x:=a; into min(a,x);, similiar for maxflorian2020-12-131-14/+304
* + Added a test for proper setting of fc_no_direct_exit in flowcontrol.yury2020-12-111-0/+106
* * handle min/max properly if it is applied to NaNsflorian2020-12-081-2/+45
* * test for min/max intrinsicsflorian2020-12-061-0/+312
* * if a call inside a generic's code that involves generic type arguments can'...svenbarth2020-12-041-0/+35
* * fix for Mantis #38145: allow overloading of assignment operators that retur...svenbarth2020-11-295-0/+259