michael fe4a3fcbf1 + Added test for typed files %!s(int64=28) %!d(string=hai) anos
..
README fe4a3fcbf1 + Added test for typed files %!s(int64=28) %!d(string=hai) anos
template1.bat ff187a0a4f * restored version %!s(int64=28) %!d(string=hai) anos
template2.bat ee840b1d9f Initial revision %!s(int64=28) %!d(string=hai) anos
testall.bat ee840b1d9f Initial revision %!s(int64=28) %!d(string=hai) anos
ts010000.pp ee840b1d9f Initial revision %!s(int64=28) %!d(string=hai) anos
ts010001.pp ee840b1d9f Initial revision %!s(int64=28) %!d(string=hai) anos
ts010002.pp ee840b1d9f Initial revision %!s(int64=28) %!d(string=hai) anos
ts010003.pp ee840b1d9f Initial revision %!s(int64=28) %!d(string=hai) anos
ts010004.pp ee840b1d9f Initial revision %!s(int64=28) %!d(string=hai) anos
ts010005.pp 6a5cfc8ade + lowercase filenames %!s(int64=28) %!d(string=hai) anos
ts010006.pp 6a5cfc8ade + lowercase filenames %!s(int64=28) %!d(string=hai) anos
ts010007.pp 6a5cfc8ade + lowercase filenames %!s(int64=28) %!d(string=hai) anos
ts010008.pp 6a5cfc8ade + lowercase filenames %!s(int64=28) %!d(string=hai) anos
ts010009.pp 6a5cfc8ade + lowercase filenames %!s(int64=28) %!d(string=hai) anos
ts010010.pp 5132685b05 * restored version %!s(int64=28) %!d(string=hai) anos
ts010014.bat 5132685b05 * restored version %!s(int64=28) %!d(string=hai) anos
ts010014.pp 5132685b05 * restored version %!s(int64=28) %!d(string=hai) anos
ts010015.pp fe4a3fcbf1 + Added test for typed files %!s(int64=28) %!d(string=hai) anos
ts010100.bat 5132685b05 * restored version %!s(int64=28) %!d(string=hai) anos
ts010100.pp 5132685b05 * restored version %!s(int64=28) %!d(string=hai) anos
ts010101.pp 5132685b05 * restored version %!s(int64=28) %!d(string=hai) anos

README

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.

ts10100.pp tests for delphi object model
-
ts101xx.pp