summaryrefslogtreecommitdiff
path: root/tests/tbs
Commit message (Expand)AuthorAgeFilesLines
* * fixed mantis #9522: no longer allow typecasting ordinal constantsjonas2007-09-031-11/+0
* * fixed wrong uninitialized warnings with passing array elementsjonas2007-08-291-0/+13
* * Fixed fpc_WideCharArray_To_WideStr in case if widechar array contains empty...yury2007-08-281-0/+14
* * disallow widechar sets (Delphi 7 compatible, and were handled wronglyjonas2007-08-141-33/+0
* * Compiler now catches the error already at compiler time. Use a variabledaniel2007-07-031-1/+3
* * tb0201 should now succeed, move & rename it to tbs/tb0540daniel2007-06-261-0/+30
* * don't try to range check ordconst nodes being actually classesflorian2007-06-241-0/+11
* + new testflorian2007-06-241-0/+19
* * Delete temporary files used by tests. It is important when remotely run tes...yury2007-06-215-0/+5
* * allow assignment of empty dynarray to variant and empty vararray to dynarray.yury2007-06-211-0/+9
* * this test not for wince.yury2007-06-201-0/+2
* + added cwstring unit for unixjonas2007-06-161-0/+8
* * If a variant contains a datetime value and is converted to a string, it sh...joost2007-06-131-0/+15
* * properties fixedflorian2007-04-092-34/+34
* * fixed SSE2 substraction when both operands are on the 80x87 fpu stackjonas2007-03-231-0/+13
* * test for win64 fixedflorian2007-03-181-1/+1
* * test for wrong warning when accessing length of unwrittenjonas2007-03-171-0/+11
* * fixed val(s,int64) (it accepted values in the rangejonas2007-03-121-0/+25
* * Force I/O checkingdaniel2007-03-111-0/+2
* + Test for append on devices.daniel2007-03-111-0/+23
* * fixed a_op_const_reg(_reg)(OP_OR/OP_XOR,OS_S8/OS_S16) for ppc32jonas2007-03-091-0/+109
* * use sysutils.sleep() instead of a delay loop for consistent resultsjonas2007-03-051-5/+3
* * fix compile errorpeter2007-02-221-16/+0
* * cardinal-cardinal is calculated using int64peter2007-02-211-2/+3
* * new testflorian2007-02-201-0/+15
* * range check explicitly disabled pierre2007-02-181-0/+5
* * Correct properties on tb0529daniel2007-02-161-22/+22
* * Fixed error "Incompatible type for arg no. X: Got "Array Of Char", expected...yury2007-02-151-0/+22
* * fixed compilationtom_at_work2007-02-071-1/+1
* * compiler identifier is powerpc64, not ppc64jonas2007-02-071-2/+2
* * Improve test.daniel2007-02-071-0/+2
* + Add enormous arrays test.daniel2007-02-071-0/+26
* * support for {$z+/-} (={$z4/1})jonas2007-01-211-0/+11
* + new test.yury2007-01-181-0/+16
* * proper initialised/used warnings for variables usedjonas2007-01-171-0/+20
* * Add target specifier.daniel2007-01-151-1/+1
* + Add baseunix again.daniel2007-01-151-1/+1
* * Remove unused procedure.daniel2007-01-141-7/+2
* + Add test to test Pascal I/O socketsdaniel2007-01-141-0/+113
* * correct assembling of test rm8,reg8florian2007-01-141-0/+19
* * extended testjonas2007-01-121-1/+23
* * don't give warning about constructing instance with abstract methodsjonas2007-01-041-0/+37
* * fixed warnings for length/high/low(<normal array>; <ord>; <enum>)florian2007-01-031-0/+23
* * pos(...,...) overloads with variants, see tb0520.pp for the reasonflorian2006-12-311-0/+18
* * fixed test on windows, I wonder what it was supposed to testflorian2006-12-301-0/+1
* * test for floating point precision conversionjonas2006-12-301-0/+8
* * fixed support for repeating constructor without parameters in Delphijonas2006-12-231-0/+14
* * fixed one regression in r5682: implementation declarations with ajonas2006-12-231-0/+19
* * fixed ifdef for arm.yury2006-12-211-2/+2
* * support ranges in case-options of variant recordsjonas2006-12-071-0/+14