Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d12ad970
Commit
d12ad970
authored
Feb 24, 2003
by
Mark Mitchell
Committed by
Mark Mitchell
Feb 24, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* README: Remove out-of-date information.
From-SVN: r63384
parent
353b4fc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
17 deletions
+9
-17
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/README
+7
-17
No files found.
gcc/testsuite/ChangeLog
View file @
d12ad970
2003-02-24 Mark Mitchell <mark@codesourcery.com>
2003-02-24 Mark Mitchell <mark@codesourcery.com>
* README: Remove out-of-date information.
PR c++/9836
PR c++/9836
* g++.dg/template/spec6.C: New test.
* g++.dg/template/spec6.C: New test.
...
...
gcc/testsuite/README
View file @
d12ad970
This is a collection of tests for the C and C++ frontends of GCC. For
This is a collection of tests for GCC. For further information about
further information please check README.gcc and README.g++, though the
the C testsuite, see README.gcc.
latter may not be up-to-date any more.
The driver that runs this testsuite is called DejaGnu and you will
The driver that runs this testsuite is called DejaGnu and you will
need a current DejaGnu snapshot, which is available from
need a current DejaGnu snapshot, which is available from
ftp://gcc.gnu.org/pub/gcc/infrastructure, for example.
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
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.
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
Discussion and comments about this testsuite should be sent to
...
@@ -19,11 +14,13 @@ gcc-patches@gcc.gnu.org.
...
@@ -19,11 +14,13 @@ gcc-patches@gcc.gnu.org.
The entire testsuite is invoked by `make check` at the top level of
The entire testsuite is invoked by `make check` at the top level of
the GCC tree. `make check-g++` runs the C++ testsuite only.
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
g++.old-deja tests:
the following structure:
g++.benjamin Tests by Benjamin Koz
g++.benjamin Tests by Benjamin Koz
g++.bob
g++.bob
...
@@ -43,13 +40,6 @@ the following structure:
...
@@ -43,13 +40,6 @@ the following structure:
g++.rfg
g++.rfg
g++.robertl Tests from gcc-bugs@gcc.gnu.org, gathered by Robert Lipe
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
Finally, some random last minute notes by Mike Stump <mrs@cygnus.com>, on
how to run tests (in the GCC 2.7 era):
how to run tests (in the GCC 2.7 era):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment