Author: sebor
Date: Sat Oct 11 15:02:13 2008
New Revision: 703740
URL: http://svn.apache.org/viewvc?rev=703740&view=rev
Log:
2008-10-11 Martin Sebor <[EMAIL PROTECTED]>
Merged rev 703739 from 4.2.x.
* etc/config/xfail.txt: Added description of the <status> field.
Modified:
stdcxx/branches/4.3.x/etc/config/xfail.txt
Modified: stdcxx/branches/4.3.x/etc/config/xfail.txt
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/etc/config/xfail.txt?rev=703740&r1=703739&r2=703740&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/etc/config/xfail.txt (original)
+++ stdcxx/branches/4.3.x/etc/config/xfail.txt Sat Oct 11 15:02:13 2008
@@ -23,6 +23,14 @@
# <compiler> ::= acc | compaq | eccp | gcc | icc | icl | mipspro
# | msvc | sunpro | vacpp
#
+# <status> ::= COMP | LINK | EXEC | WARN | DIFF | <signal> | <exit>
+#
+# where
+#
+# <signal> ::= signal name such as SIGABRT, SIGBUS, or SIGSEGV
+#
+# <exit> ::= non-zero exit status (between 1 and 126)
+#
########################################################################
########################################################################