mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 06:49:49 +02:00
* fixed some typos + some clarifications
git-svn-id: trunk@3171 -
This commit is contained in:
parent
77484c46c0
commit
a5a8741464
@ -1,8 +1,8 @@
|
|||||||
Directories
|
Directories
|
||||||
-----------
|
-----------
|
||||||
webtbs...........Tests for web-bug-database bugs (success in compilation)
|
webtbs...........Tests for web-bug-database bugs (should compile/run)
|
||||||
Digits in filename refer to bug database entry
|
Digits in filename refer to bug database entry
|
||||||
webtbf...........Tests for web-bug-database bugs (fail compile)
|
webtbf...........Tests for web-bug-database bugs (should not compile/run)
|
||||||
Digits in filename refer to bug database entry
|
Digits in filename refer to bug database entry
|
||||||
test.............Testsuites for different aspects of the compiler/rtl etc
|
test.............Testsuites for different aspects of the compiler/rtl etc
|
||||||
tbs..............Tests for other bugs, added by the fpc core team
|
tbs..............Tests for other bugs, added by the fpc core team
|
||||||
@ -11,14 +11,14 @@ tbf..............Tests for other bugs, added by the fpc core team
|
|||||||
(fail compile) Digits in filename is a serial no
|
(fail compile) Digits in filename is a serial no
|
||||||
units............Helper units for doing the tests
|
units............Helper units for doing the tests
|
||||||
utils............Utilities for processing tests
|
utils............Utilities for processing tests
|
||||||
packages.........Tests for packages: to run this tests, the full fpc sources
|
packages.........Tests for packages: to run these tests, the full fpc sources
|
||||||
must be build
|
must be built
|
||||||
|
|
||||||
|
|
||||||
Writing a test
|
Writing a test
|
||||||
--------------
|
--------------
|
||||||
A test should have a name on the form t*.pp, to be recognized as a test.
|
A test should have a name on the form t*.pp, to be recognized as a test.
|
||||||
It should return 0 on success, any other value indicate failure.
|
It should return 0 on success, any other value indicates failure.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ KNOWNCOMPILEERROR..Known bug, which manifest itself at compile time. To
|
|||||||
from compiler, followed by an optional note. Will not
|
from compiler, followed by an optional note. Will not
|
||||||
be logged as a bug.
|
be logged as a bug.
|
||||||
|
|
||||||
NOTE: A list consists of comma separated items, e. g. CPU=i386,m68k,linux
|
NOTE: A list consists of comma separated items, e. g. CPU=i386,m68k,powerpc
|
||||||
No space between the elements and the comma.
|
No space between the elements and the comma.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
Loading…
Reference in New Issue
Block a user