Difference between revisions of "Compiler test suite"

From Lazarus wiki
Jump to navigationJump to search
m (category)
(Info on what it does)
Line 1: Line 1:
The results of the compiler test suite are documented here:
+
== Overview ==
 +
The "compiler test suite" contains tests that exercise the compiler, but also several core packages and bug reports to test against regressions.
 +
They are located in the tests directory in the FPC source code.
 +
 
 +
== Running the tests ==
 +
Please see tests/readme.txt for details on how to run the compiler test suite.
 +
 
 +
It can output results to text file as well as to database according to that file.
 +
 
 +
The compiler test suite is a good candidate for running in an automated fashion. One way to get this done is to set up [[Jenknins]].
 +
 
 +
== Results ==
 +
The compiler test suite is run regularly on developer machines and the results documented here:
  
 
http://www.freepascal.org/testsuite/cgi-bin/testsuite.cgi
 
http://www.freepascal.org/testsuite/cgi-bin/testsuite.cgi
  
 
[[Category:FPC]]
 
[[Category:FPC]]

Revision as of 17:22, 6 October 2012

Overview

The "compiler test suite" contains tests that exercise the compiler, but also several core packages and bug reports to test against regressions. They are located in the tests directory in the FPC source code.

Running the tests

Please see tests/readme.txt for details on how to run the compiler test suite.

It can output results to text file as well as to database according to that file.

The compiler test suite is a good candidate for running in an automated fashion. One way to get this done is to set up Jenknins.

Results

The compiler test suite is run regularly on developer machines and the results documented here:

http://www.freepascal.org/testsuite/cgi-bin/testsuite.cgi