gcc/gcc/testsuite
Brendan Kehoe c1361791ef memcheck.exp: Make sure a remote host is equipped with driver.h and driver.o so it can...
* execute/memcheck/memcheck.exp: Make sure a remote
	host is equipped with driver.h and driver.o so it can actually
	compile and run the tests.

From-SVN: r29982
1999-10-14 13:39:30 -04:00
..
config
g77.f-torture move 19990905-1.f into noncompile/ from compile/ 1999-10-12 11:27:12 -04:00
g++.dg/special * g++.dg/ecos.exp: Don't supply -finit-priority to cc1plus. 1999-09-21 20:27:48 +00:00
g++.old-deja gcc toplevel: 1999-10-14 03:18:10 +01:00
gcc.c-torture memcheck.exp: Make sure a remote host is equipped with driver.h and driver.o so it can... 1999-10-14 13:39:30 -04:00
gcc.dg c-typeck.c (type_lists_compatible_p): Use simple_type_promotes_to. 1999-09-07 21:51:16 -07:00
gcc.failure
gcc.misc-tests * gcc.misc-tests/mg.exp: delete extraneous redirection. 1999-09-29 23:50:28 -06:00
lib file-format.exp (gcc_target_object_format): Don't crash if objdump is unavailable. 1999-10-01 06:55:49 +00:00
objc/execute
ChangeLog * gcc.c-torture/execute/991014-1.c: New test. 1999-10-14 04:23:10 -06:00
README
README.g++
README.gcc

This is a collection of tests for the C and C++ frontends of EGCS. 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://egcs.cygnus.com/pub/egcs/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 EGCS
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 EGCS 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.