diff options
author | Paul Brook <paul@codesourcery.com> | 2004-04-06 15:28:20 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-04-06 15:28:20 +0000 |
commit | 5f3b79c570eea5d64fbbfa90606c07ac63157321 (patch) | |
tree | 0015796dd88af2a5362404d54c6a7702ec951c26 /gcc | |
parent | 485d61a797e71da1fca3c9ab710643fac492197f (diff) | |
download | gcc-5f3b79c570eea5d64fbbfa90606c07ac63157321.zip gcc-5f3b79c570eea5d64fbbfa90606c07ac63157321.tar.gz gcc-5f3b79c570eea5d64fbbfa90606c07ac63157321.tar.bz2 |
* README.gcc: Remove obsolete contraint on testcases.
From-SVN: r80455
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/README.gcc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0fcc366..c7c589d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-04-06 Paul Brook <paul@codesourcery.com> + + * README.gcc: Remove obsolete contraint on testcases. + 2004-04-05 Paul Brook <paul@codesourcery.com> PR2123 diff --git a/gcc/testsuite/README.gcc b/gcc/testsuite/README.gcc index 17904bc..f193bde 100644 --- a/gcc/testsuite/README.gcc +++ b/gcc/testsuite/README.gcc @@ -77,10 +77,6 @@ For IEEE FP specific tests, put them in execute/ieee. For execution tests, put them in execute. -Always use abort() for runtime failures, and exit(0) for success. -The testing harness is set up to watch for these and do something appropriate -(when necessary) for target boards. - If a test does not fit into the torture framework, use the dg framework. |