diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 2b7938d238a..3be9279673d 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -326,8 +326,8 @@ that you might find useful when writing RUN lines.

specific platform or with a specific version of llvmgcc by using the XFAIL keyword. Xfail lines are specified in the comments of the test program using XFAIL, 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 XFAIL line:

 ; XFAIL: darwin,sun,llvmgcc4