summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-11-20 00:26:08 +0000
committerEli Bendersky <eliben@google.com>2012-11-20 00:26:08 +0000
commit1f9f73a4c647cc37ea9568d3791599f4daf384fe (patch)
treea31ff6da089f47c79a5b26867945dd58644ba346 /docs
parent5f214ae1793b77f632f7f0b61875d5d439762a51 (diff)
downloadllvm-1f9f73a4c647cc37ea9568d3791599f4daf384fe.tar.gz
llvm-1f9f73a4c647cc37ea9568d3791599f4daf384fe.tar.bz2
llvm-1f9f73a4c647cc37ea9568d3791599f4daf384fe.tar.xz
ReST-ify some markup in the LIT document
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/lit.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst
index 9e96cd2a4b..8886fe6a45 100644
--- a/docs/CommandGuide/lit.rst
+++ b/docs/CommandGuide/lit.rst
@@ -430,14 +430,14 @@ TEST RUN OUTPUT FORMAT
~~~~~~~~~~~~~~~~~~~~~~
-The b<lit> output for a test run conforms to the following schema, in both short
-and verbose modes (although in short mode no PASS lines will be shown). This
-schema has been chosen to be relatively easy to reliably parse by a machine (for
-example in buildbot log scraping), and for other tools to generate.
+The **lit** output for a test run conforms to the following schema, in both
+short and verbose modes (although in short mode no PASS lines will be shown).
+This schema has been chosen to be relatively easy to reliably parse by a machine
+(for example in buildbot log scraping), and for other tools to generate.
-Each test result is expected to appear on a line that matches:
+Each test result is expected to appear on a line that matches::
-<result code>: <test name> (<progress info>)
+ <result code>: <test name> (<progress info>)
where <result-code> is a standard test result such as PASS, FAIL, XFAIL, XPASS,
UNRESOLVED, or UNSUPPORTED. The performance result codes of IMPROVED and
@@ -449,11 +449,11 @@ The <progress info> field can be used to report progress information such as
(1/300) or can be empty, but even when empty the parentheses are required.
Each test result may include additional (multiline) log information in the
-following format.
+following format::
-<log delineator> TEST '(<test name>)' <trailing delineator>
-... log message ...
-<log delineator>
+ <log delineator> TEST '(<test name>)' <trailing delineator>
+ ... log message ...
+ <log delineator>
where <test name> should be the name of a preceding reported test, <log
delineator> is a string of '\*' characters *at least* four characters long (the