gcc/gcc/testsuite
Jakub Jelinek 399241d9a8 Move test ChangeLog entry to testsuite/ChangeLog.
From-SVN: r39158
2001-01-20 21:39:49 +01:00
..
config
g++.dg ecos.exp (conpr-1.C): XFAIL if compile emits message containing "init_priority". 2001-01-15 03:56:07 +00:00
g++.old-deja search.c (get_vbase_1): Count only virtual bases. 2001-01-19 13:32:53 +00:00
g77.f-torture * g77.f-torture/compile/20000601-2.f: New test. 2001-01-19 07:59:23 +00:00
gcc.c-torture [multiple changes] 2001-01-20 09:12:08 +00:00
gcc.dg * gcc.dg/cpp/macro3.c,macro4.c,strp1.c: Update. 2001-01-20 09:34:13 +00:00
gcc.misc-tests Rearrange lots of files... 2000-06-29 03:10:01 +00:00
lib f-torture.exp (f_torture_compile): Prune the warnings before testing that no relevant ones were found. 2001-01-12 16:11:34 +00:00
objc/execute Added. 2000-12-14 22:02:18 +00:00
ChangeLog Move test ChangeLog entry to testsuite/ChangeLog. 2001-01-20 21:39:49 +01:00
README * README, lib/file-format.exp: Remove EGCS references. 2000-10-16 11:00:23 +01:00
README.g++
README.gcc

README

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.

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
gcc@gcc.gnu.org; additions and changes to should go to sent to
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 TESTSUITE

Almost all C++ tests reside in subdirectories of g++.old-deja, based on
the following structure:

  g++.benjamin	Tests by Benjamin Koz
  g++.bob
  g++.brendan	Tests by Brendan Kehoe
  g++.bugs
  g++.eh  	Tests for exception handling
  g++.ext  	Tests for g++ extensions
  g++.gb  	Tests by Gerald Baumgartner
  g++.jason	Tests by Jason Merill
  g++.jeff	Tests by Jeffrey A Law
  g++.martin	Tests by Martin v. Löwis
  g++.mike	Tests by Mike Stump
  g++.niklas	Tests by Niklas Hallqvist
  g++.ns  	Tests for namespaces
  g++.other
  g++.pt  	Tests for templates
  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.