[llvm-commits] [llvm] r166290 - /llvm/trunk/docs/TestingGuide.html

Daniel Dunbar daniel at zuster.org
Fri Oct 19 10:23:39 PDT 2012


Author: ddunbar
Date: Fri Oct 19 12:23:39 2012
New Revision: 166290

URL: http://llvm.org/viewvc/llvm-project?rev=166290&view=rev
Log:
Fix some doc-os.

Modified:
    llvm/trunk/docs/TestingGuide.html

Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=166290&r1=166289&r2=166290&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Fri Oct 19 12:23:39 2012
@@ -802,8 +802,8 @@
   tool. To specify an expected fail, use the XFAIL keyword in the comments of
   the test program followed by a colon and one or more failure patterns. Each
   failure pattern can be either '*' (to specify fail everywhere), or a part of a
-  target triple (indicating the test should fail on that platfomr), or the name
-  of a configurable feature (for example, "loadable_module").. If there is a
+  target triple (indicating the test should fail on that platform), or the name
+  of a configurable feature (for example, "loadable_module"). If there is a
   match, the test is expected to fail. If not, the test is expected to
   succeed. To XFAIL everywhere just specify <tt>XFAIL: *</tt>. Here is an
   example of an <tt>XFAIL</tt> line:</p>





More information about the llvm-commits mailing list