summaryrefslogtreecommitdiff
path: root/tests/webtbf
Commit message (Expand)AuthorAgeFilesLines
* * -CO option to check for possible integer overflowspeter2007-10-181-1/+1
* * compiles nowpeter2007-10-181-24/+0
* * error message when a goto label is optimized awaypeter2007-10-171-0/+18
* * disallow using inline nodes with a non-void resultdef as statementsjonas2007-10-124-0/+36
* * allow modifying lvalues obtained by dereferencing read-only properties,jonas2007-10-091-0/+37
* * don't allow starting new virtual trees in TP-style objects + testjonas2007-09-091-0/+21
* * give an error for high(ansistring) and high(widestring)jonas2007-09-032-0/+14
* * fixed mantis #9522: no longer allow typecasting ordinal constantsjonas2007-09-037-0/+62
* * detect division by zero in tmoddiv.simplify (mantis #9499)jonas2007-08-302-0/+19
* * removed svn:executable propertiesjonas2007-08-261-0/+0
* * for tp mode don't allow unitname reusepeter2007-07-231-0/+19
* * proper handling of dummy result node in dfa, resolves #8717 and #8079florian2007-07-232-0/+25
* * don't allow generics as parent classespeter2007-07-221-0/+13
* * create a new vmt entry also if return type differspeter2007-07-221-14/+0
* * generics without specialization can't be used as a type, resolves #9225florian2007-07-211-0/+21
* * allow enum => pointer type casts in delphi mode, resolves #8465florian2007-07-011-0/+18
* * Delete temporary files used by tests. It is important when remotely run tes...yury2007-06-212-0/+2
* * changed so it still fails now that you can take the address of somejonas2007-06-101-2/+2
* * fixed some record size checksjonas2007-06-094-0/+61
* * also check for properties passed to read(ln) when reading integersjonas2007-05-191-0/+34
* * nested procedures are not supported in generic methodspeter2007-05-161-0/+26
* * do not search variant operators when looking for an overloadedjonas2007-05-161-0/+18
* + added tests for already solved bug (crashed with IE in 2.0.4)jonas2007-05-153-0/+34
* * do not allow passing properties as var parameters (mantis #8777)jonas2007-05-034-0/+135
* * new tests derived from tw8777 so we avoid that it is forgottenflorian2007-04-293-0/+102
* * don't allow logical operators on char, resolves #8780florian2007-04-283-0/+15
* * forbid file types as function resultsflorian2007-04-281-0/+25
* * movedflorian2007-04-061-0/+36
* * new testpeter2007-03-301-0/+16
* * test for set=nonset operationpeter2007-03-271-0/+23
* * give again an error for "in" operations on incompatible setjonas2007-03-161-0/+16
* * fixed test according to Kylix behaviour (which means currentjonas2007-03-141-0/+25
* * test fixed, hopefullyflorian2007-03-121-2/+7
* * fix test failure if -Cr option is usedpierre2007-03-011-1/+3
* * new test to avoid regressionflorian2007-02-251-0/+21
* * allow inherited; calling abstract methods in delphi mode, resolves #5896florian2007-02-251-0/+17
* * forbid anonymous generic specializationsflorian2007-02-241-0/+24
* * getting the length of a string means that it has to bejonas2007-02-031-0/+15
* * fixed with-support for classrefdefs (mantis 8150), with thanks tojonas2007-01-206-0/+295
* * test no longer has to fail in objfpc mode (in theory, it should failjonas2007-01-191-26/+0
* * fixed overload checking of virtual and class methods (mantis #8140)jonas2007-01-194-0/+174
* * fixed crash when compiling certain invalid "in" constructionsjonas2006-12-291-0/+10
* + added (fixed in r5682)jonas2006-12-261-0/+20
* * give an error if the same method declaration is added twice to anjonas2006-12-261-0/+21
* * fixed one regression in r5682: implementation declarations with ajonas2006-12-231-0/+44
* * fixed mantis 6631, 7322 and 7989: check parameters and returnjonas2006-12-223-0/+88
* * Make it a test that should succeed.daniel2006-12-191-10/+0
* * fixed writing "packed" status of bitpacked records to ppu files.jonas2006-09-212-0/+29
* * pass context class to searchsym_in_class to fix the visibilitypeter2006-08-072-0/+58
* * skip tdir test for wince.yury2006-07-051-0/+1