This website requires JavaScript.
Explore
Help
Sign In
paweld
/
fpc
Watch
1
Star
0
Fork
0
You've already forked fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced
2026-01-09 11:22:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aa62089fb3
fpc
/
tests
/
tbf
History
nickysn
dcc2354760
* disallow 64-bit property index specifiers on 64-bit CPUs, since they were not
...
handled correctly there anyway (they were silently truncated to 32-bit) git-svn-id: trunk@27061 -
2014-03-09 21:05:53 +00:00
..
tb0001.pp
tb0002.pp
tb0004.pp
tb0005.pp
tb0006.pp
tb0007.pp
tb0008.pp
tb0009.pp
tb0010.pp
tb0011.pp
tb0012.pp
tb0013.pp
tb0014.pp
tb0015.pp
tb0016.pp
tb0017.pp
tb0018.pp
tb0019.pp
tb0020.pp
tb0021.pp
tb0022.pp
tb0023.pp
tb0024.pp
tb0025.pp
tb0026.pp
tb0027.pp
tb0028.pp
tb0029.pp
tb0030.pp
tb0031.pp
tb0032.pp
tb0033.pp
tb0034.pp
tb0035.pp
tb0036.pp
tb0037.pp
tb0038.pp
tb0039.pp
tb0040.pp
tb0041.pp
tb0042.pp
tb0043.pp
tb0044.pp
tb0045.pp
tb0046.pp
tb0047.pp
tb0048.pp
tb0049.pp
tb0050.pp
tb0051.pp
tb0052.pp
tb0053.pp
tb0054.pp
tb0055.pp
tb0056.pp
tb0057.pp
tb0058.pp
tb0059.pp
tb0060.pp
tb0061.pp
tb0062.pp
tb0063.pp
tb0064.pp
tb0065.pp
tb0066.pp
tb0067.pp
tb0068.pp
tb0069.pp
tb0071.pp
tb0072.pp
tb0073.pp
tb0074.pp
tb0075.pp
tb0076.pp
tb0077.pp
tb0078.pp
tb0079.pp
tb0080.pp
tb0081.pp
tb0082.pp
tb0083.pp
tb0084.pp
tb0085.pp
tb0086.pp
tb0087.pp
tb0088.pp
tb0089.pp
tb0090.pp
tb0091.pp
tb0092.pp
tb0093.pp
tb0094.pp
tb0095.pp
tb0096.pp
tb0097.pp
tb0098.pp
tb0099.pp
tb0100.pp
tb0101.pp
tb0102.pp
tb0103.pp
tb0104.pp
tb0105.pp
tb0106.pp
tb0107.pp
tb0107a.pp
tb0109.pp
tb0110.pp
tb0111.pp
tb0112.pp
tb0114.pp
tb0115.pp
tb0116.pp
tb0117.pp
tb0118.pp
tb0119.pp
tb0120.pp
tb0121.pp
tb0123.pp
tb0124.pp
tb0125.pp
tb0126.pp
tb0127.pp
tb0128.pp
tb0129.pp
tb0131.pp
tb0132.pp
tb0133.pp
tb0134.pp
tb0135.pp
tb0136.pp
tb0137.pp
tb0138.pp
tb0139.pp
tb0140.pp
tb0141.pp
tb0142.pp
tb0143.pp
tb0144.pp
tb0145.pp
tb0146.pp
tb0147.pp
tb0148.pp
tb0149.pp
tb0150.pp
tb0152.pp
tb0153.pp
tb0154.pp
tb0155.pp
tb0155a.pp
tb0155b.pp
tb0156.pp
tb0157.pp
tb0158.pp
tb0159.pp
tb0160.pp
tb0161.pp
tb0162.pp
tb0163.pp
tb0164.pp
tb0165.pp
tb0166.pp
tb0167.pp
tb0168.pp
tb0169.pp
tb0170.pp
tb0171.pp
tb0172.pp
tb0173.pp
tb0174a.pp
tb0174b.pp
tb0174c.pp
tb0174d.pp
tb0175.pp
tb0176.pp
tb0177.pp
tb0178.pp
tb0179.pp
tb0180.pp
tb0181.pp
tb0182.pp
tb0183.pp
tb0184.pp
tb0185.pp
tb0186.pp
tb0187.pp
tb0189.pp
tb0190.pp
tb0191.pp
tb0192.pp
tb0193.pp
tb0194.pp
tb0195.pp
tb0196.pp
tb0197.pp
tb0198.pp
tb0199.pp
tb0199a.pp
tb0200.pp
tb0201.pp
tb0202.pp
tb0203.pp
tb0204.pp
tb0204a.pp
tb0205.pp
tb0206.pp
tb0207.pp
tb0208.pp
tb0209.pp
tb0210.pp
tb0210a.pp
tb0211.pp
tb0211a.pp
tb0212.pp
tb0213.pp
tb0214.pp
tb0214a.pp
tb0215.pp
tb0215a.pp
tb0215b.pp
tb0215c.pp
tb0215d.pp
tb0215e.pp
tb0216.pp
tb0217.pp
tb0218.pp
tb0219.pp
tb0220.pp
+ new test that should fail to compile, but doesn't yet
2011-02-27 18:03:04 +00:00
tb0221.pp
* fixed crash when trying to index a record without a default property
2011-05-17 13:13:59 +00:00
tb0222.pp
* corrected test (only "overload" differences between interface/
2011-10-15 15:46:34 +00:00
tb0223.pp
* moved test into the correct location and renamed
2012-01-07 21:56:23 +00:00
tb0224.pp
Fix one problem type of Mantis
#23546
. A record must not contain a static array that uses itself as an element type (in can contain a dynamic array however) otherwise an infinite loop is encountered when checking whether the record needs special init/final code.
2013-01-09 14:07:01 +00:00
tb0225.pp
Fix one problem type of Mantis
#23546
. A record must not contain a static array that uses itself as an element type (in can contain a dynamic array however) otherwise an infinite loop is encountered when checking whether the record needs special init/final code.
2013-01-09 14:07:01 +00:00
tb0226.pp
Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future.
2013-01-10 16:23:00 +00:00
tb0227.pp
Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future.
2013-01-10 16:23:00 +00:00
tb0228.pp
Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future.
2013-01-10 16:23:00 +00:00
tb0229.pp
Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future.
2013-01-10 16:23:00 +00:00
tb0230.pp
Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future.
2013-01-10 16:23:00 +00:00
tb0231.pp
Don't allow "static" for class operators or normal methods (except in objects).
2013-03-20 10:46:55 +00:00
tb0232.pp
Don't allow "static" for class operators or normal methods (except in objects).
2013-03-20 10:46:55 +00:00
tb0233.pp
Don't allow "static" for class operators or normal methods (except in objects).
2013-03-20 10:46:55 +00:00
tb0234.pp
Added a test for a bug that was fixed in Delphi in (maybe XE4) to make sure that a similar bug will not be introduced in FPC.
2013-05-01 19:13:18 +00:00
tb0235.pp
Add support for integer constants to SetPEFlags and SetPEOptFlags. This is Delphi compatible.
2013-06-13 10:51:42 +00:00
tb0236.pp
Add support for integer constants to SetPEFlags and SetPEOptFlags. This is Delphi compatible.
2013-06-13 10:51:42 +00:00
tb0237.pp
Add support for integer constants to SetPEFlags and SetPEOptFlags. This is Delphi compatible.
2013-06-13 10:51:42 +00:00
tb0238.pp
Add support for integer constants to SetPEFlags and SetPEOptFlags. This is Delphi compatible.
2013-06-13 10:51:42 +00:00
tb0239.pp
* disallow 64-bit property index specifiers on 64-bit CPUs, since they were not
2014-03-09 21:05:53 +00:00
ub0115.pp
ub0149.pp
ub0158a.pp
ub0158b.pp
ub0234.pp
Added a test for a bug that was fixed in Delphi in (maybe XE4) to make sure that a similar bug will not be introduced in FPC.
2013-05-01 19:13:18 +00:00
ub0234.ub0234.pp
Added a test for a bug that was fixed in Delphi in (maybe XE4) to make sure that a similar bug will not be introduced in FPC.
2013-05-01 19:13:18 +00:00