Jonas Maebe 6da2a09067 + range checking tests il y a 25 ans
..
divexcp.pp fa407afadd + exception level test il y a 26 ans
inline01.pp b440e794b6 + inline01.pp inline test il y a 25 ans
inoutres.pp f40d1d694d + inoutres test il y a 26 ans
range.pp 6da2a09067 + range checking tests il y a 25 ans
range2.pp 6da2a09067 + range checking tests il y a 25 ans
range3.pp 6da2a09067 + range checking tests il y a 25 ans
readme.txt 6da2a09067 + range checking tests il y a 25 ans
strreal.pp 7d7d8e45b9 + strreal.pp, strreal2.pp il y a 26 ans
strreal2.pp 7d7d8e45b9 + strreal.pp, strreal2.pp il y a 26 ans
testa2.pp 6bef8f4732 *** empty log message *** il y a 26 ans
testac.pp 251a877f7d no message il y a 25 ans
testansi.pp e7bb989eab * moved *.pp into subdirs il y a 26 ans
testaoc.pp abfb66363f * test of Int64/QWord stuff il y a 26 ans
testarr1.pp 64b3cac231 *** empty log message *** il y a 26 ans
testbd.pp 251a877f7d no message il y a 25 ans
testcard.pp 6ab0380cd9 * some tests from CEC il y a 25 ans
testcas2.pp 140563c927 *** empty log message *** il y a 25 ans
testcase.pp 59041dcce3 + testcase.pp il y a 26 ans
testchar.pp 408c5a7a3a * compiles with BP il y a 26 ans
testchr2.pp 408c5a7a3a * compiles with BP il y a 26 ans
testcmov.pp fdadb4a450 *** empty log message *** il y a 26 ans
testcstr.pp f1ce0b4cb6 * typed const string loading il y a 26 ans
testdiv.pp 6ab0380cd9 * some tests from CEC il y a 25 ans
testenm1.pp ffa34b83d6 *** empty log message *** il y a 25 ans
testexc.pp 3bd800d671 * not interactive anymore il y a 26 ans
testexc.ree 35f1a5def1 * expectedfailures il y a 26 ans
testexc2.pp 25bc00bb42 * fixes il y a 26 ans
testexc3.pp ec8222a642 *** empty log message *** il y a 26 ans
testfail.pp e7bb989eab * moved *.pp into subdirs il y a 26 ans
testfail.ree 35f1a5def1 * expectedfailures il y a 26 ans
testfdi2.pp 80a7540e78 testfdiv with imposed outputs il y a 26 ans
testfdi3.pp 80a7540e78 testfdiv with imposed outputs il y a 26 ans
testfdiv.pp 8c94e449ae test extended il y a 26 ans
testfi1.pp 34fb0e67f5 no message il y a 25 ans
testfpu.pp 9581f8a99b + more assembler tests il y a 26 ans
testfpu2.pp 023e8976a4 Test fpu exception reset il y a 26 ans
testgoto.pp e39ffac090 * moved into correct dir il y a 26 ans
testheap.pp e7bb989eab * moved *.pp into subdirs il y a 26 ans
testi642.pp 7f52cfc571 disable explicitly overflow checks il y a 25 ans
testin64.pp 25bc00bb42 * fixes il y a 26 ans
testinh.pp 471d004bc3 * new inherited; test il y a 25 ans
testinl.pp 00761cc37d * test case for inlining bug il y a 25 ans
testintr.pp 17e185afcb raise error if worng code generated il y a 26 ans
testitf1.pp 2b4b2470e4 no message il y a 25 ans
testlib.pp 68e75531e5 * defines added il y a 26 ans
testmmx.pp e16a043724 * initial release il y a 26 ans
testobj.pp 6ab0380cd9 * some tests from CEC il y a 25 ans
testop.pp 25d48db77a * test for operators in different units improoved il y a 26 ans
testop1.pp 25d48db77a * test for operators in different units improoved il y a 26 ans
testop2.pp 25d48db77a * test for operators in different units improoved il y a 26 ans
testop3.pp 25d48db77a * test for operators in different units improoved il y a 26 ans
testout.pp 68e75531e5 * defines added il y a 26 ans
testpusw.pp 077c5e97aa + added Intel check il y a 25 ans
testpva2.pp a3d3cd7b81 test untyped var arg for procvar in TP mode il y a 25 ans
testpvar.pp 1ad0bff913 + Initial import il y a 25 ans
testrang.pp 8f02af8161 test that range check is not restored too early il y a 26 ans
testreal.pp 6ab0380cd9 * some tests from CEC il y a 25 ans
testrstr.pp 446fcc0162 no message il y a 25 ans
testrtti.pp a6aa2f8b55 * small fix to compile with latest typinfo il y a 25 ans
testsave.pp 366aece76e * saveregisters also save the one needed for return values il y a 26 ans
testset.pp 79d83656f0 * activated FPC_HAS_SET_INEQUALITIES define il y a 26 ans
testset2.pp 6ab0380cd9 * some tests from CEC il y a 25 ans
teststr.pp e7bb989eab * moved *.pp into subdirs il y a 26 ans
teststr2.pp 866212249a * fixed range check problem il y a 26 ans
testti1.pp b32c265412 *** empty log message *** il y a 25 ans
testu1.pp 03052cb67e *** empty log message *** il y a 26 ans
testu2.pp 03052cb67e *** empty log message *** il y a 26 ans
testu3.pp 609aad0867 *** empty log message *** il y a 26 ans
testu4.pp 609aad0867 *** empty log message *** il y a 26 ans
testu5.pp 609aad0867 *** empty log message *** il y a 26 ans

readme.txt

This directory contains tests for several parts of the compiler:
The tests ordered how they should be executed

Shortstrings .......... teststr.pp compatibility and speed of
string functions
teststr2.pp some misc. tests mainly collected
from bug reports
testcstr.pp Typed Constant string loading from
other constants
Ansistrings ........... testansi.pp
testa2.pp
Classes ............... testdom.pp
Exceptions ............ testexc.pp
testexc2.pp
testexc3.pp
Libraries ............. testlib.pp a very primitive test
Parameter passing
via out ............... testout.pp

str/write(real_type) .. strreal.pp test correct rounding
strreal2.pp test correct writing of 10 till 1e-24
input/output .......... inoutres.pp tests inoutres values of invalid
operations
Units ................. testu1.pp tests init. & finalization and halt
testu2.pp in finalization
testu3.pp a type redefining problem
testu4.pp
testu5.pp
case .................. testcase.pp tests case statements with byte and word
sized decision variables
testcas2.pp tests case with sub enum types
Arrays ................ testarr1.pp small test for open arrays with classes
Enumerations .......... testenm1.pp tests assignments of subrange
enumerations
Inline ................ inline01.pp tests recursive inlining, inlining
a procedure multiple times and
inlining procedures in other
inline procedures.
Finalize .............. testfi1.pp tests the procedure system.finalize
TypeInfo .............. testti1.pp test the function system.typeinfo
Resourcestrings ....... testrstr.pp tests a simple resource string
Range checking ........ range.pp range checking when converting int64/
qword to longint/cardinal
range2.pp range checking when converting
between longint and cardinal
range3.pp range checking for arrays