summaryrefslogtreecommitdiff
path: root/tests/webtbf
Commit message (Expand)AuthorAgeFilesLines
* * fix for Mantis #38771: the owner of the procdef might be Nil in case of a s...svenbarth2021-04-181-0/+22
* * fix for Mantis #37426: don't allow an instance function of a type helper to...svenbarth2021-04-021-0/+25
* * string constants have a size of 0, resolves #38504florian2021-02-212-0/+22
* + throw a warning in ISO mode if a constant string is assigned to a char an...florian2021-02-091-0/+13
* * test for already fixed issue #24434florian2021-02-061-0/+13
* * give a proper error if macros are too deeply nestedflorian2021-01-231-0/+11
* * throw a proper error if a contructur has a type parameter in delphi mode,...florian2021-01-081-0/+12
* * instead of blindly consuming whatever comes next trigger an explicit error ...svenbarth2021-01-022-0/+16
* * test needs -Cg to trigger the warningflorian2020-12-011-1/+1
* * meanwhile all linux targets support the checkpointer directiveflorian2020-12-011-0/+1
* * with the recent ShortString changes this test is no longer needed as it was...svenbarth2020-12-011-0/+1
* * write a proper error message if types are read/written which are not supp...florian2020-09-171-0/+7
* * do not throw an internal error on illegal assembler expressions, resolves...florian2020-08-191-0/+4
* * do not apply range test optimization if the variable is a string being co...florian2020-08-151-0/+5
* * do not try to unroll a loop if previously an error was thrown, resolves #...florian2020-08-141-0/+9
* * added test for Mantis #36014 which is already fixed (also in 3.2.0)svenbarth2020-08-031-0/+30
* * do not throw an internal error if an errorneous type is passed to str, re...florian2020-08-011-0/+3
* * do not throw an internal error later on in case of a recursive call, if t...florian2020-07-311-0/+5
* + test for last commitflorian2020-07-111-0/+37
* * fix for Mantis #37272: also allow the empty set for dynamic array parameter...svenbarth2020-06-271-0/+18
* * fix for Mantis #36975: arraydefs are not allowed for generic types (this is...svenbarth2020-04-261-0/+10
* * fix precedence of IS operator, resolves #35909florian2020-03-061-0/+12
* * throw an error if the forward interface type and the actual interface typ...florian2020-02-213-0/+66
* * do not allow constraints in headers of procedure implementations in delph...florian2020-02-141-0/+23
* * fix for Mantis #36652: gracefully handle the error if one tries to implemen...svenbarth2020-02-142-0/+41
* * fix for Mantis #36631: it's an error if a POINT after an array is not follo...svenbarth2020-02-012-0/+46
* * fix for #36554florian2020-01-111-0/+15
* * do not crash when an unsupported code page is encountered, resolves #35581florian2019-12-231-0/+16
* * better error recovery, resolves #36397florian2019-12-051-0/+20
* * better error recovery, resolves #36377florian2019-11-291-0/+15
* * warn only in delphi mode if an explicit enumeration value exceeds the ran...florian2019-11-251-1/+1
* * fix for Mantis #36223: when parsing a helper type its extendeddef might be Nilsvenbarth2019-11-011-0/+18
* * give an error if an explicit enumeration valid exceeds the valid range, r...florian2019-10-131-0/+7
* * fix for Mantis #36114: when converting a static class field to a global var...svenbarth2019-10-031-0/+22
* * fix for Mantis #35981: ensure that the "specialize" token is only really us...svenbarth2019-08-231-0/+40
* - removed tests as modern Delphi versions behave differently (mantis #35886)jonas2019-07-281-21/+0
* * fix for Mantis #35866: parse_paras does not check whether the expressions a...svenbarth2019-07-201-0/+55
* * relaxation of r42272: again only show warnings rather than errors forjonas2019-06-231-0/+12
* * report range errors for assigning out-of-range constants to enums injonas2019-06-221-0/+15
* * fix for Mantis #35348: correctly handle symbols that aren't parameter types...svenbarth2019-04-141-0/+13
* * fixed over-eager rejection of tobjecttype.fieldname expression after r40785jonas2019-02-251-0/+14
* * give an error when trying to call an object instance method via a type nodejonas2019-01-061-0/+29
* * fix for Mantis #27378: save and (more importantly) restore verbosity when s...svenbarth2019-01-033-0/+38
* + test for #27543 which is fixed meanwhileflorian2019-01-011-0/+10
* * also enable published for TObjA so that the test fails for the correct reasonsvenbarth2018-12-291-1/+2
* * with the change regarding property access lists this test is no longer cons...svenbarth2018-12-262-0/+40
* * Mantis #34691 is fixed by previous change regarding property access listsvenbarth2018-12-261-0/+28
* * don't allow constants of the record type that is currently being parsed; th...svenbarth2018-11-111-0/+16
* * fix for Mantis #34355: correctly check whether the array constructor is emp...svenbarth2018-10-071-0/+17
* * test (for Mantis #5516; 3531 is the old bug ID) is valid now that we have d...svenbarth2018-05-241-21/+0