* README.gcc: Remove obsolete contraint on testcases.
authorPaul Brook <paul@codesourcery.com>
Tue, 6 Apr 2004 15:28:20 +0000 (15:28 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Tue, 6 Apr 2004 15:28:20 +0000 (15:28 +0000)
From-SVN: r80455

gcc/testsuite/ChangeLog
gcc/testsuite/README.gcc

index 0fcc366c937cfb488bcee804c340105311795503..c7c589da9deb65a3825ef80db63c86e1bf482db6 100644 (file)
@@ -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
index 17904bceae5ae0bcd5efe7694f6b4e2a73ee4330..f193bde54bbbbf1fe684a951341651fe3b554870 100644 (file)
@@ -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.