[llvm-commits] CVS: llvm/docs/TestingGuide.html

Tanya Brethour tbrethou at cs.uiuc.edu
Wed Apr 19 21:46:11 PDT 2006



Changes in directory llvm/docs:

TestingGuide.html updated: 1.33 -> 1.34
---
Log message:

Added note about being able to XFAIL based on llvmgcc version.



---
Diffs of the changes:  (+3 -3)

 TestingGuide.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.33 llvm/docs/TestingGuide.html:1.34
--- llvm/docs/TestingGuide.html:1.33	Mon Mar 27 13:46:38 2006
+++ llvm/docs/TestingGuide.html	Wed Apr 19 23:45:59 2006
@@ -323,14 +323,14 @@
 that you might find useful when writing <tt>RUN</tt> lines.</p>
 
 <p>Lastly, you can easily mark a test that is expected to fail on a
-specific platform by using the <tt>XFAIL</tt> keyword. Xfail lines are
+specific platform or with a specific version of llvmgcc by using the <tt>XFAIL</tt> keyword. Xfail lines are
 specified in the comments of the test program using <tt>XFAIL</tt>,
 followed by a colon, and one or more regular expressions (separated by
 a comma) that will match against the target triplet for the
 machine. You can use * to match all targets. Here is an example of an
 <tt>XFAIL</tt> line:</p>
 <pre>
-; XFAIL: darwin,sun
+; XFAIL: darwin,sun,llvmgcc4
 </pre>
 
 </div>
@@ -528,7 +528,7 @@
 
   John T. Criswell, Reid Spencer, and Tanya Lattner<br>
   <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br/>
-  Last modified: $Date: 2006/03/27 19:46:38 $
+  Last modified: $Date: 2006/04/20 04:45:59 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list