summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* * disable regular array -> dynamic array type coversion support unlessjonas2019-05-251-0/+1
* * 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
* * DFA now takes case-completeness into account (mantis #35598)jonas2019-05-182-0/+42
* - 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
* + 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
* 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
* 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
* + compiler/symdef.pas: Add missing call to tderef.reset methods in all tdef...pierre2019-02-232-0/+46
* Add testing of use of variable of classpierre2019-02-231-1/+7
* * Patch from Bart Broersma to fix writing unicode strings in the Windowsjoost2019-02-223-23/+154
* * aarch64: According to ARM64 ABI, function's arguments and the result are no...yury2019-02-221-0/+84
* * Fixed bug 35060, proper unicode-handling of registry-keynames. With testjoost2019-02-152-0/+309
* * always enable threads on Unix-like targetssvenbarth2019-02-111-1/+1
* * fix for Mantis #35027: ensure that the synchronize event entry is reset cor...svenbarth2019-02-101-0/+81
* * fix for Mantis #35028: when the mainthread executes a queued ThreadMethod m...svenbarth2019-02-101-0/+31
* * fix for Mantis #30205: (adjusted) patch by Do-wan Kim to only use the defau...svenbarth2019-02-101-0/+12
* + implemented IntroSort (hybrid between QuickSort and HeapSort) in unit SortAlgsnickysn2019-02-081-0/+1