summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* * fixed test (comparechar0 is defined as returning values <, =, > 0, notjonas2007-11-121-3/+3
* + simple CompareByte0 testflorian2007-11-121-0/+23
* * don't test on darwin since not supported there for efficiencyjonas2007-11-111-0/+4
* * changed x86_64 assembler code to PICjonas2007-11-111-2/+3
* * disabled longdouble testing now also for platforms with extendedjonas2007-11-111-1/+1
* * added nostackframe to fix running on darwin/i386jonas2007-11-111-2/+2
* - removed ret as it breaks darwin (doesn't restorejonas2007-11-111-1/+0
* * don't use (non-volatile) ebx in assembler routinejonas2007-11-111-3/+3
* + disp. var. property setting, resolves #10133 and #9134florian2007-11-111-0/+67
* * regenerated for darwin/x86_64jonas2007-11-104-8/+20
* + test for previous commitflorian2007-11-101-0/+9
* + new fannkuch.pp from S. Fisherflorian2007-11-071-0/+122
* * fixed off-by-one by S. Fisherpeter2007-11-051-5/+6
* * optimize loop to use pcharpeter2007-11-051-18/+26
* * regex implementation from S. Fisherpeter2007-11-051-34/+121
* * safeguard the nf_block_with_exit flag when simplifying blockn andjonas2007-11-041-0/+30
* * diabled it for windowsflorian2007-11-031-0/+4
* * Test negative return values from compare functions.yury2007-11-021-24/+61
* * ifdef cpupowerpc -> ifdef cpupowerpc32jonas2007-11-021-4/+4
* * test doesn't apply to win32 and win64 anymoreflorian2007-11-011-0/+1
* * fixed some tests involving extended/double/currency after previousjonas2007-11-014-19/+13
* * prefer non-matching orddef conversions to orddef-to-pointer conversionsjonas2007-10-311-0/+31
* * fixed comparisons of orddefs with fourcharcodes in macpas mode + testjonas2007-10-311-0/+14
* * save/restore true/false label when secondpassing arrayconstructorjonas2007-10-311-0/+29
* * regenerated to fix fpc detection on non-i386peter2007-10-294-0/+16
* * regenerated to update dependenciespeter2007-10-294-11/+45
* * handle case ranges properly for unsigned types with a non-zero base, resolv...florian2007-10-281-0/+13
* * fixes widestring range checking, resolves #10013florian2007-10-281-0/+51
* * updated to latest shootout versionflorian2007-10-281-1/+2
* * add make option V to show dotest commandline for testsuitemicha2007-10-263-0/+5
* * fixed bug in typed constant record parsing with variant recordsjonas2007-10-261-0/+52
* * updated program/script to generate all variant overload tests to mergejonas2007-10-26306-6020/+8452
* * test for mantis #9450 (forgot to commit earlier)jonas2007-10-252-0/+33
* * added mode objfpc to prevent alignment problemsvincents2007-10-252-8/+20
* * increase default timeout for cpu intensive tests on slow cpusmicha2007-10-231-1/+1
* * only allow using array elements as for-loop counter variablesjonas2007-10-213-0/+25
* * don't range pointers converted to arrays, resolves #8191florian2007-10-211-0/+37
* * made all fpc_*_to_shortstr helpers a procedure, resolves #8580florian2007-10-211-0/+16
* + implement timeout wrapper call for testsuite (remote only)micha2007-10-216-10/+52
* * make testsuite quietermicha2007-10-212-6/+30
* + PIC support for darwin/ppc64jonas2007-10-204-1/+18
* + test for last commitflorian2007-10-201-0/+24
* * -CO option to check for possible integer overflowspeter2007-10-181-1/+1
* * allow types in interfacespeter2007-10-181-0/+22
* * compiles nowpeter2007-10-181-1/+0
* * improved genericspeter2007-10-187-8/+28
* * error message when a goto label is optimized awaypeter2007-10-171-0/+18
* - reverted r8826, the original unaligned() code was correctjonas2007-10-171-8/+8
* * fixed unaligned() placements (have to be applied to the pointers,jonas2007-10-161-8/+8
* * setup a proper symtable stack before parsing the generic declaration itself...florian2007-10-151-0/+20