Skip to content

Commit dbe1963

Browse files
committed
Add special case for unsupported test
That helps disable the test for all the targets
1 parent 0175a1e commit dbe1963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/docs/TestingGuide.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,8 @@ list of boolean expressions. The values in each expression may be:
568568
| ``UNSUPPORTED`` disables the test if any expression is true.
569569
| ``XFAIL`` expects the test to fail if any expression is true.
570570
571-
As a special case, ``XFAIL: *`` is expected to fail everywhere.
571+
As a special case, ``XFAIL: *`` is expected to fail everywhere. Similarly,
572+
``UNSUPPORTED: target={{.*}}`` will disable the test everywhere.
572573

573574
.. code-block:: llvm
574575

0 commit comments

Comments
 (0)