8sa1-gcc/gcc/testsuite
Alexandre Oliva 51a6311276 lookup5.C: New test.
* g++.old-deja/g++.other/lookup5.C: New test.  Not sure the
	problem is actually related with name lookup, but so what? :-)

From-SVN: r23877
1998-11-25 18:29:12 +00:00
..
config
g77.f-torture (main): Avoid testing [f]statb 1998-11-25 10:02:47 +00:00
g++.old-deja lookup5.C: New test. 1998-11-25 18:29:12 +00:00
gcc.c-torture 980526-1.c: Do nothing if NO_LABEL_VALUES is defined. 1998-11-21 13:42:05 -07:00
gcc.dg Fix typo. 1998-10-22 08:31:13 -06:00
gcc.failure
gcc.misc-tests m-un-2.c: New test. 1998-06-19 16:29:55 -06:00
lib * lib/old-dejagnu.exp (old-dejagnu): document `Additional sources' 1998-10-27 14:21:18 +00:00
objc/execute {objc.exp,objc-torture.exp}: New files for objc testing harness. 1998-09-02 17:43:53 -06:00
ChangeLog lookup5.C: New test. 1998-11-25 18:29:12 +00:00
README README: New file... 1998-11-10 09:27:19 +00:00
README.g++ README: New file... 1998-11-10 09:27:19 +00:00
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 Support, 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
egcs@cygnus.com; additions and changes to should go to sent to
egcs-patches@cygnus.com.

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

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 egcs-bugs@cygnus.com, gathered by Robert Lipe