diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-02-24 22:01:56 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-02-24 22:01:56 +0000 |
commit | d12ad970f2a915140d45de403cb11e7b0d0acd6b (patch) | |
tree | 8c0af89b3da8f6b54a73741488962ca3a319c109 | |
parent | 353b4fc0d72bbbf8a7b975d4d1e9cc6e036f458a (diff) | |
download | gcc-d12ad970f2a915140d45de403cb11e7b0d0acd6b.zip gcc-d12ad970f2a915140d45de403cb11e7b0d0acd6b.tar.gz gcc-d12ad970f2a915140d45de403cb11e7b0d0acd6b.tar.bz2 |
* README: Remove out-of-date information.
From-SVN: r63384
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/README | 24 |
2 files changed, 9 insertions, 17 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b88756f..9ea81bb 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2003-02-24 Mark Mitchell <mark@codesourcery.com> + * README: Remove out-of-date information. + PR c++/9836 * g++.dg/template/spec6.C: New test. diff --git a/gcc/testsuite/README b/gcc/testsuite/README index 5cafb4f..ae5e3de 100644 --- a/gcc/testsuite/README +++ b/gcc/testsuite/README @@ -1,15 +1,10 @@ -This is a collection of tests for the C and C++ frontends of GCC. For -further information please check README.gcc and README.g++, though the -latter may not be up-to-date any more. +This is a collection of tests for GCC. For further information about +the C testsuite, see README.gcc. The driver that runs this testsuite is called DejaGnu and you will need a current DejaGnu snapshot, which is available from ftp://gcc.gnu.org/pub/gcc/infrastructure, for example. -Most of these tests were originally developed and/or collected by -Cygnus Solutions, but these days many are being added by the GCC -developers. - These tests are included "as is". If any of them fails, do not report a bug. Bug reports for DejaGnu can go to bug-dejagnu@prep.ai.mit.edu. Discussion and comments about this testsuite should be sent to @@ -19,11 +14,13 @@ gcc-patches@gcc.gnu.org. The entire testsuite is invoked by `make check` at the top level of the GCC tree. `make check-g++` runs the C++ testsuite only. +STRUCTURE OF THE G++ TESTSUITE + + g++.dg tests: -STRUCTURE OF THE TESTSUITE + All new tests should be placed in an appropriate subdirectory of g++.dg. -Almost all C++ tests reside in subdirectories of g++.old-deja, based on -the following structure: + g++.old-deja tests: g++.benjamin Tests by Benjamin Koz g++.bob @@ -43,13 +40,6 @@ the following structure: g++.rfg g++.robertl Tests from gcc-bugs@gcc.gnu.org, gathered by Robert Lipe -g++.old-deja uses a fixed driver for all g++ tests based on the old -DejaGnu drivers. But just because its old, doesn't mean its redundant! -Tests that want to use the normal dg.exp driver can be put in g++.dg instead. -This may be required for platform-specific tests, or tests with other -special requirements. - - Finally, some random last minute notes by Mike Stump <mrs@cygnus.com>, on how to run tests (in the GCC 2.7 era): |