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

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
Arrays ................ testarr1.pp small test for open arrays with classes