summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Regenerate all Makefilespierre2020-04-204-8/+142
* * regenerated makefilesjonas2020-04-194-20/+32
* * regenerated makefilesjonas2020-04-184-36/+115
* * when checking for an existing operator overload for the assignment operator...svenbarth2020-04-172-0/+32
* * fix Min/MaxSingle/Double values, resolves #36870florian2020-04-131-0/+24
* * rebuild Makefilesflorian2020-04-104-4/+72
* * commented testflorian2020-04-051-0/+1
* + with the randseed set as in the test, the test fails on x86_64-linux, add...florian2020-04-051-0/+46
* * do not create full copies of objects when object checking is on, resolves...florian2020-04-051-0/+30
* * Patch from Bart Broersma to fix bug ID 36809 - test programmichael2020-04-011-0/+187
* * regenerated Makefilesflorian2020-03-214-6/+40
* * fix precedence of IS operator, resolves #35909florian2020-03-061-0/+12
* * fix for Mantis #36738: when copying a record using its copy operator we ass...svenbarth2020-03-021-0/+111
* + add test for already fixed Mantis #24283svenbarth2020-02-281-0/+22
* * fixed generic round(...) for large values based on a comment by Alexander...florian2020-02-231-9/+75
* * (modified) patch by J. Gareth Moreton: processor-aware MOVZX optimisation...florian2020-02-222-0/+6
* * throw an error if the forward interface type and the actual interface typ...florian2020-02-213-0/+66
* * fixed tests for architectures with FPC_COMP_IS_INT64 definedflorian2020-02-202-1/+21
* * AArch64: the PIC code needs also more registers, so use the same ifdefs a...florian2020-02-191-1/+1
* * aarch64 suffers also from the limited tan precision of the softfpuflorian2020-02-181-1/+1
* * tests need -CEflorian2020-02-172-0/+2
* * fix global generic functions with constraints in mode Delphi by handling im...svenbarth2020-02-163-0/+89
* * do not allow constraints in headers of procedure implementations in delph...florian2020-02-141-0/+23
* * only resolve a dummy symbol if it is a type symbol (thus truly a dummy symbol)svenbarth2020-02-142-0/+40
* * fix for Mantis #36652: gracefully handle the error if one tries to implemen...svenbarth2020-02-142-0/+41
* * Disabled range and overflow checks for the tw36587 test, since overflows ar...yury2020-02-141-0/+3
* * fix TVector.Reserve after IncreaseCapacity changes, resolves #36698florian2020-02-131-0/+41
* * Fixed r43577 for cases when the size of the new result of a simplified node...yury2020-02-111-0/+34
* * patch by J. Gareth Moreton: fixes internal error 200405231 with inline, r...florian2020-02-051-0/+35
* Use TEST_USE_LONGLOG by default, but check TEST_DISABLE_LONGLOG before setti...pierre2020-02-042-0/+8
* - test removed as it cannot work on all variants of currency supportflorian2020-02-031-16/+0
* * EPoll_Event is packed only on x86-64, not other 64 Bit CPUs, resolves #34416florian2020-02-021-0/+24
* * might_have_sideeffects takes care of absoluteflorian2020-02-012-0/+36
* * fix for Mantis #36631: it's an error if a POINT after an array is not follo...svenbarth2020-02-012-0/+46
* * test fixedflorian2020-01-311-1/+1
* * r42239 broke the tw13948b test for aarch64. Fixed this and improved the test.yury2020-01-281-0/+7
* * Skip the test for android.yury2020-01-271-0/+2
* * Skip the test for aarch64.yury2020-01-271-1/+1
* * tests: When cross-testing, if possible, use the "ppc" native compiler to bu...yury2020-01-272-12/+31
* * avoid internalerror for dec/inc(...,v) with v>high(int64), resolves #35298florian2020-01-241-0/+16
* * take care of m_duplicate_names when checking for duplicate locals, resolv...florian2020-01-231-0/+30
* Add more debug information when verbose is setpierre2020-01-231-11/+51
* * also allow by-value open array parameters for the tail recursion optimizationsvenbarth2020-01-211-0/+20
* * enable tail recursion optimization also for const and constref open arrayssvenbarth2020-01-211-0/+69
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-214-2/+31
* * do for-loop unrolling after for-loop simplification, resolves #36589florian2020-01-191-0/+6
* * fix for #36554florian2020-01-111-0/+15
* * fix for Mantis #36544: provide an overall exception handler for the library...svenbarth2020-01-103-0/+44
* Add possibility to set explicitly TEST_COMMENT variable, set as Comment fiel...pierre2020-01-092-2/+9
* Avoid using <> for floating point values, check that abs of difference is sma...pierre2020-01-091-3/+3