This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH Re: Testsuite documentation


On Wed, 17 Jan 2001, Gerald Pfeifer wrote:
>> I glanced at it, and what is there seems to be about right.
> I believe I found a missing item: Unlike PASS, FAIL, and XFAIL, we
> don't describe XPASS.
>
> How about:
>
>   XPASS: the test unexpectedly passed

I didn't get any response to this, but installed the following patch
nevertheless.

Gerald

Index: test.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/install/test.html,v
retrieving revision 1.29
diff -u -3 -p -r1.29 test.html
--- test.html	2001/03/08 22:45:26	1.29
+++ test.html	2001/03/11 08:57:23
@@ -94,12 +94,13 @@ results, the *.sum files summarize the r
 all the tests that have been run with a corresponding status code:</p>

 <ul>
-<li>PASS: the test passed as expected
-<li>FAIL: the test unexpectedly failed
-<li>XFAIL: the test failed as expected
-<li>UNSUPPORTED: the test is not supported on this platform
-<li>ERROR: the testsuite detected an error
-<li>WARNING: the testsuite detected a possible problem
+<li>PASS: the test passed as expected</li>
+<li>XPASS: the test unexpectedly passed</li>
+<li>FAIL: the test unexpectedly failed</li>
+<li>XFAIL: the test failed as expected</li>
+<li>UNSUPPORTED: the test is not supported on this platform</li>
+<li>ERROR: the testsuite detected an error</li>
+<li>WARNING: the testsuite detected a possible problem</li>
 </ul>

 <p> It is normal for some tests to report


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]