We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb99f2 commit 5377fa7Copy full SHA for 5377fa7
llvm/docs/TestingGuide.rst
@@ -568,7 +568,8 @@ list of boolean expressions. The values in each expression may be:
568
| ``UNSUPPORTED`` disables the test if any expression is true.
569
| ``XFAIL`` expects the test to fail if any expression is true.
570
571
-As a special case, ``XFAIL: *`` is expected to fail everywhere.
+Use, ``XFAIL: *`` if the test is expected to fail everywhere. Similarly, use
572
+``UNSUPPORTED: target={{.*}}`` to disable the test everywhere.
573
574
.. code-block:: llvm
575
0 commit comments