summaryrefslogtreecommitdiff
path: root/tests/tbf
Commit message (Expand)AuthorAgeFilesLines
* * moved warning about suspicious comp assignment to type check pass, catche...florian2021-04-211-0/+8
* * apply slightly adjusted patch by Blaise.ru which moves parsing of result ty...svenbarth2020-12-181-0/+8
* * give an error when trying to define a macro/compiler variable withjonas2020-11-031-0/+5
* * Skip the test for aarch64.yury2020-01-271-1/+1
* * check in the internal assembler for references with incorrect use of RIPflorian2019-11-131-0/+7
* * ensure that the correct amount of parameters is used for an operator overlo...svenbarth2019-04-143-0/+39
* * stop searching for methods to implement interfaces in parent classes afterjonas2018-12-281-0/+34
* * a property access list must only consist of record or object fields; classe...svenbarth2018-12-262-0/+52
* Modify tbs/tb0588.pp to check that a warning is issued about non-initialized...pierre2018-12-111-0/+32
* * don't allow constants of the record type that is currently being parsed; th...svenbarth2018-11-115-0/+97
* * Further improvement for r40180:yury2018-11-043-5/+75
* * disable optimizations for proper warningflorian2018-07-131-1/+1
* * fix test; it of course still fails, but now it fails with the expected warn...svenbarth2018-06-301-1/+1
* * first parameter of SetLength must be valid, as it is readflorian2018-06-301-0/+13
* * extend scanning of $modeswitch to support not only + and -, but also ON and...svenbarth2018-06-222-0/+50
* Add %skiptarget=$nothread to tests using threadspierre2018-03-152-0/+2
* * fix for Mantis #30344: applied patch by Mario Ray Mahardhika to add new com...svenbarth2017-10-091-0/+11
* * Virtual methods cannot be declared as static (static virtual method has no ...maciej2017-04-033-0/+46
* + align(<int64>,<int64>) and align(<qword>,<qword>), resolves an issue report...florian2017-03-262-0/+79
* * leave parse_proc_head() (with some error recovery) if the interface could n...svenbarth2016-11-281-0/+14
* * removed accidently committed fileflorian2016-11-201-8/+0
* + support for the PREFETCHTW1 instruction based on a patch by Emelyanov Roman...florian2016-11-181-0/+8
* * give an error when trying to get the address of an element of a dynamicjonas2016-06-123-0/+27
* + give an error if allocated temps. overflow the normally max. available spaceflorian2015-04-051-0/+11
* * skip test in general for 64 bit cpusjonas2015-02-231-3/+6
* Fix for Mantis #26481. This is a regression.svenbarth2015-01-161-0/+22
* + added test for the error checking for nil-number; tests already exist fornickysn2014-07-181-0/+8
* * output a proper error message in case number+nil is encountered (just likenickysn2014-07-151-0/+8
* Add a new warning message that is generated if an instance of an abstract cla...svenbarth2014-07-011-0/+30
* Added support for partial specialization. This should fix a few problems with...svenbarth2014-06-057-0/+104
* * disallow 64-bit property index specifiers on 64-bit CPUs, since they were notnickysn2014-03-091-0/+18
* Add support for integer constants to SetPEFlags and SetPEOptFlags. This is De...svenbarth2013-06-134-0/+42
* Added a test for a bug that was fixed in Delphi in (maybe XE4) to make sure t...svenbarth2013-05-013-0/+32
* Don't allow "static" for class operators or normal methods (except in objects).svenbarth2013-03-203-0/+59
* Move the handling of "misstyled" floating point constants like "2." or "2.e10...svenbarth2013-01-105-0/+45
* Fix one problem type of Mantis #23546. A record must not contain a static arr...svenbarth2013-01-092-0/+31
* * moved test into the correct location and renamedflorian2012-01-071-0/+6
* * corrected test (only "overload" differences between interface/jonas2011-10-151-1/+1
* * require that "overload" is present in the interface if it's used in thejonas2011-10-151-0/+16
* * fixed crash when trying to index a record without a default propertyjonas2011-05-171-0/+14
* + new test that should fail to compile, but doesn't yetjonas2011-02-271-0/+8
* compiler: implement generic array type:paul2011-01-021-8/+0
* tests: move tb0070.pp to tbs and change expected behavior to success because ...paul2010-12-271-13/+0
* + additional goto testflorian2010-08-021-0/+8
* * support string constants > 255 charsflorian2010-01-242-8/+40
* compiler: allow class to have local type sections + testspaul2010-01-111-1/+0
* * turn openstring value parameters into regular shortstring parametersjonas2010-01-101-0/+17
* * fixed more properties, I still wonder how this could be commitedflorian2009-08-162-18/+18
* * disallow placing fields after method/property definitions, because thisjonas2009-06-271-0/+19
* * no longer allow assigning values to typecasted properties, because injonas2009-06-231-0/+23