summaryrefslogtreecommitdiffstats
path: root/docs/TestingGuide.rst
diff options
context:
space:
mode:
authorPiotr Padlewski <piotr.padlewski@gmail.com>2016-07-12 20:59:17 +0000
committerPiotr Padlewski <piotr.padlewski@gmail.com>2016-07-12 20:59:17 +0000
commite2a2e2712a0d9c432df2367f1d78c839e9155dbc (patch)
treec37fa344d72a305e30374fbfb64b44604c4e822f /docs/TestingGuide.rst
parent7615994d128e87c2826f635363b0d2938f534beb (diff)
Review fixes to lit documentation
Reviewers: mehdi_amini Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D22245 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275214 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.rst')
-rw-r--r--docs/TestingGuide.rst34
1 files changed, 2 insertions, 32 deletions
diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst
index ddb699014286..5dac58309e45 100644
--- a/docs/TestingGuide.rst
+++ b/docs/TestingGuide.rst
@@ -402,38 +402,8 @@ You can separate requirements by a comma.
``REQUIRES`` means all listed requirements must be satisfied.
``REQUIRES-ANY`` means at least one must be satisfied.
-List of features that can be used in ``REQUIRES`` and ``REQUIRES-ANY``:
-- asan
-- not_asan
-- asserts
-- can-execute
-- debug_frame
-- default_triple
-- dfsan
-- fma3
-- global-isel
-- ld64_plugin
-- ld_emu_elf32ppc
-- ld_plugin
-- linux
-- loadable_module
-- long_tests
-- lsan
-- msan
-- not_msan
-- native
-- object-emission
-- python-psutil
-- shell
-- system-windows
-- ubsan
-- not_ubsan
-- x86_64-linux
-- xar
-- zlib
-- nozlib
-
-To add new features change lit.cfg in test directory.
+List of features that can be used in ``REQUIRES`` and ``REQUIRES-ANY`` can be
+found in lit.cfg files.
Substitutions
-------------