mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 16:19:28 +02:00
.. | ||
getret.pp | ||
makefile | ||
README | ||
template1.bat | ||
template2.bat | ||
testall.bat | ||
testcrt.pp | ||
testdos.pp | ||
testheap.pp | ||
testset.pp | ||
teststr.pp | ||
tf000001.pp | ||
tf000002.pp | ||
th010018.pp | ||
to000000.pp | ||
ts010000.pp | ||
ts010001.pp | ||
ts010002.pp | ||
ts010003.pp | ||
ts010004.pp | ||
ts010005.pp | ||
ts010006.pp | ||
ts010007.pp | ||
ts010008.pp | ||
ts010009.pp | ||
ts010010.pp | ||
ts010014.bat | ||
ts010014.pp | ||
ts010015.pp | ||
ts010017.pp | ||
ts010018.pp | ||
ts010100.bat | ||
ts010100.pp | ||
ts010101.pp |
This directory contains a testsuite for the Free Pascal Compiler. Tests starting with 'ts' have to compile and execute. Tests starting with 'tf' will throw an error when compiling. You can use the batch files to do all tests. testall.bat will compile all tests. template1.bat is a template for compiling tests that have to run and execute. template2.bat is a template for compiling tests that should crash the compiler. The test is considered passed if the compiler reports an error (crashes aren't allowed). Test files ---------- ts010000.pp tests properties ts010001.pp tests class references (class of) ts010002.pp common Delphi object model test ts010003.pp tests the crt unit colors ts010004.pp tests forward classes ts010005.pp tests method overriding ts010006.pp tests libraries ts010015.pp tests typed files. ts010016.pp tests conversion of smallsets in normsets in consts ts010017.pp tests the problem of iocheck inside iocheck routines ts010018.pp tests the problem of enums inside objects ts10100.pp tests for delphi object model - ts101xx.pp tf000001.pp stupid example that creates a GPF sometimes tf000002.pp tests that use of a type as a member of an expression is not possible to000000.pp shows when uncertain optimizations can cause wrong code testcrt.pp test crt unit functions testdos.pp test dos unit functions testset.pp test set functions testheap.pp test heap functions teststr.pp test string functions and speed