pierre a3d3cd7b81 test untyped var arg for procvar in TP mode há 26 anos atrás
..
divexcp.pp fa407afadd + exception level test há 26 anos atrás
inoutres.pp f40d1d694d + inoutres test há 26 anos atrás
readme.txt ffa34b83d6 *** empty log message *** há 26 anos atrás
strreal.pp 7d7d8e45b9 + strreal.pp, strreal2.pp há 26 anos atrás
strreal2.pp 7d7d8e45b9 + strreal.pp, strreal2.pp há 26 anos atrás
testa2.pp 6bef8f4732 *** empty log message *** há 26 anos atrás
testansi.pp e7bb989eab * moved *.pp into subdirs há 26 anos atrás
testaoc.pp abfb66363f * test of Int64/QWord stuff há 26 anos atrás
testarr1.pp 64b3cac231 *** empty log message *** há 26 anos atrás
testcas2.pp 140563c927 *** empty log message *** há 26 anos atrás
testcase.pp 59041dcce3 + testcase.pp há 26 anos atrás
testchar.pp 408c5a7a3a * compiles with BP há 26 anos atrás
testchr2.pp 408c5a7a3a * compiles with BP há 26 anos atrás
testcmov.pp fdadb4a450 *** empty log message *** há 26 anos atrás
testcstr.pp f1ce0b4cb6 * typed const string loading há 26 anos atrás
testenm1.pp ffa34b83d6 *** empty log message *** há 26 anos atrás
testexc.pp 3bd800d671 * not interactive anymore há 26 anos atrás
testexc.ree 35f1a5def1 * expectedfailures há 26 anos atrás
testexc2.pp 25bc00bb42 * fixes há 26 anos atrás
testexc3.pp ec8222a642 *** empty log message *** há 26 anos atrás
testfail.pp e7bb989eab * moved *.pp into subdirs há 26 anos atrás
testfail.ree 35f1a5def1 * expectedfailures há 26 anos atrás
testfdi2.pp 80a7540e78 testfdiv with imposed outputs há 26 anos atrás
testfdi3.pp 80a7540e78 testfdiv with imposed outputs há 26 anos atrás
testfdiv.pp 8c94e449ae test extended há 26 anos atrás
testfpu.pp 9581f8a99b + more assembler tests há 26 anos atrás
testfpu2.pp 023e8976a4 Test fpu exception reset há 26 anos atrás
testgoto.pp e39ffac090 * moved into correct dir há 26 anos atrás
testheap.pp e7bb989eab * moved *.pp into subdirs há 26 anos atrás
testi642.pp 140563c927 *** empty log message *** há 26 anos atrás
testin64.pp 25bc00bb42 * fixes há 26 anos atrás
testintr.pp 17e185afcb raise error if worng code generated há 26 anos atrás
testlib.pp 68e75531e5 * defines added há 26 anos atrás
testmmx.pp e16a043724 * initial release há 26 anos atrás
testop.pp 25d48db77a * test for operators in different units improoved há 26 anos atrás
testop1.pp 25d48db77a * test for operators in different units improoved há 26 anos atrás
testop2.pp 25d48db77a * test for operators in different units improoved há 26 anos atrás
testop3.pp 25d48db77a * test for operators in different units improoved há 26 anos atrás
testout.pp 68e75531e5 * defines added há 26 anos atrás
testpusw.pp 077c5e97aa + added Intel check há 26 anos atrás
testpva2.pp a3d3cd7b81 test untyped var arg for procvar in TP mode há 26 anos atrás
testpvar.pp 3dfffb4d75 *** empty log message *** há 26 anos atrás
testrang.pp 8f02af8161 test that range check is not restored too early há 26 anos atrás
testrtti.pp 56c602fc83 * added [] crash test for array of byte há 26 anos atrás
testsave.pp 366aece76e * saveregisters also save the one needed for return values há 26 anos atrás
testset.pp 79d83656f0 * activated FPC_HAS_SET_INEQUALITIES define há 26 anos atrás
teststr.pp e7bb989eab * moved *.pp into subdirs há 26 anos atrás
teststr2.pp 866212249a * fixed range check problem há 26 anos atrás
testu1.pp 03052cb67e *** empty log message *** há 26 anos atrás
testu2.pp 03052cb67e *** empty log message *** há 26 anos atrás
testu3.pp 609aad0867 *** empty log message *** há 26 anos atrás
testu4.pp 609aad0867 *** empty log message *** há 26 anos atrás
testu5.pp 609aad0867 *** empty log message *** há 26 anos atrás

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