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

Tanya Brethour tbrethou at cs.uiuc.edu
Wed Apr 19 21:48:07 PDT 2006



Changes in directory llvm/docs:

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

Fixed up comment on xfail for 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.34 llvm/docs/TestingGuide.html:1.35
--- llvm/docs/TestingGuide.html:1.34	Wed Apr 19 23:45:59 2006
+++ llvm/docs/TestingGuide.html	Wed Apr 19 23:47:55 2006
@@ -326,8 +326,8 @@
 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
+a comma) that will match against the target triplet or llvmgcc version for the
+machine. You can use * to match all targets. You can specify the major or full version (i.e. 3.4) for llvmgcc. Here is an example of an
 <tt>XFAIL</tt> line:</p>
 <pre>
 ; XFAIL: darwin,sun,llvmgcc4
@@ -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/04/20 04:45:59 $
+  Last modified: $Date: 2006/04/20 04:47:55 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list