summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * synchronised with trunk till r42256jonas2019-06-201-0/+184
|\
| * * rework/extend SetToString/StringToSet so that sets with a size > 4 can be c...svenbarth2019-06-161-0/+184
* | * synchronised with trunk till r42189jonas2019-06-0710-0/+243
|\ \ | |/
| * Add {$goto on} if FPC macro is definedpierre2019-06-071-0/+5
| * * fixed an i8086 inline assembler bug, where 'call word ptr [label]' (annickysn2019-06-051-0/+218
| * * fixed cbool "and" with full boolean evaluation, and cbool "xor"jonas2019-06-021-0/+19
| * + Added test object files for x86_64-haiku.olivier2019-05-318-0/+1
* | * synchronised with trunk till r42118jonas2019-05-251-0/+1
|\ \ | |/
| * * disable regular array -> dynamic array type coversion support unlessjonas2019-05-251-0/+1
* | * synchronised with trunk till r42105jonas2019-05-193-6/+25
|\ \ | |/
| * * replaced non-breaking space with space (patch by J. Gareth Moreton,jonas2019-05-191-1/+1
| * * disabled low-level hack test for LLVMjonas2019-05-191-0/+7
| * * fixed loading parent frame pointer for nested procvars on targets thatjonas2019-05-191-5/+17
* | * synchronised with trunk till r42095jonas2019-05-182-0/+42
|\ \ | |/
| * * DFA now takes case-completeness into account (mantis #35598)jonas2019-05-182-0/+42
* | * synchronised with trunk till r42053jonas2019-05-122-20/+0
|\ \ | |/
| * - removed test that shortstring is aligned to a multiple of pointer size,jonas2019-05-121-7/+0
| * - removed explicit linking of ptest.o, as that happens already automaticallyjonas2019-05-121-13/+0
* | * synchronised with trunk till r42049jonas2019-05-1235-8/+822
|\ \ | |/
| * + support for verifying whether a case statements handles all possibilitiesjonas2019-05-129-0/+108
| * * fix for Mantis #35533: when searching for helpers on types that usually don...svenbarth2019-05-103-0/+72
| * + add support for MultiHelpers modeswitch by Ryan Joseph for Mantis #35159svenbarth2019-05-1019-0/+606
| * Do not use BSD system tar option -I if TARPROG is gtar for OpenBSDpierre2019-05-082-0/+11
| * Fix test_c_objects rule (by removal of extra closing braces)pierre2019-05-042-8/+8
| * Link against libstdc++ and libc to avoid linking error for openbsd OSpierre2019-05-041-0/+4
| * Link against libc to avoid __guard_local not found symbol failure at link tim...pierre2019-05-041-0/+13
* | * synchronised with trunk till r41976jonas2019-05-022-1/+33
|\ \ | |/
| * Fix compilation of testsuite programpierre2019-04-291-1/+4
| * * correct return a pointer to the list so that List^[x] works as it did befor...svenbarth2019-04-261-0/+29
* | * regenerated Makefiles with LLVM bitcode installation supportjonas2019-04-204-20/+27
|/
* Avoid arithmetic overflow inside heaptrc unit on this testpierre2019-04-161-1/+7
* * fix for Mantis #35348: correctly handle symbols that aren't parameter types...svenbarth2019-04-141-0/+13
* * ensure that the correct amount of parameters is used for an operator overlo...svenbarth2019-04-143-0/+39
* * fix for Mantis #34526: rely on tc_arrayconstructor_2_set instead of manuall...svenbarth2019-04-053-0/+192
* * allow any untyped parameter to be passed to a untyped constref parametersvenbarth2019-04-041-0/+27
* * parameter type needs to be Nil for formal parameters (Delphi compatible)svenbarth2019-03-222-4/+93
* * also accept {$elsif} after {$if(n)def} (mantis #34858)jonas2019-03-171-0/+15
* Regenerate Makefile's after fpcmake change in commit #41721pierre2019-03-174-0/+4
* + test from mantis #35224 (already works)jonas2019-03-161-0/+16
* * only enable tw35187 for Windows and Linux, since it uses syscalls under unixjonas2019-03-161-2/+3
* * only add hidden parameters for objectdef methods after generating the vmt,jonas2019-03-161-0/+63
* * the i386-openbsd C and C++ test modules recompiled with -fPICnickysn2019-03-127-0/+0
* * recompiled OpenBSD x86_64 C external modules with -fPICnickysn2019-03-101-0/+0
* * recompiled the OpenBSD x86_64 C and C++ .o test files; GCC version is thenickysn2019-03-107-0/+0
* * patch by J. Gareth Moreton which avoids that the optimizer causes reads of ...florian2019-03-101-0/+112
* * fixed taarch64abi.pp so it doens't rely on undefined behaviour between thejonas2019-03-091-24/+18
* Commit patch submitted by J. Gareth Moreton in bug report 35180pierre2019-03-041-9/+18
* * fix for Mantis #35150: correctly convert Int64/QWord values to OleVariant (...svenbarth2019-03-031-0/+115
* * fixed over-eager rejection of tobjecttype.fieldname expression after r40785jonas2019-02-252-0/+28
* * casing fixedflorian2019-02-241-2/+2