Skip to content

Commit 5377fa7

Browse files
authored
[doc] Add special case for unsupported test (llvm#78858)
That helps disable the test for all the targets
1 parent ccb99f2 commit 5377fa7

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+
Use, ``XFAIL: *`` if the test is expected to fail everywhere. Similarly, use
572+
``UNSUPPORTED: target={{.*}}`` to disable the test everywhere.
572573

573574
.. code-block:: llvm
574575

0 commit comments

Comments
 (0)