[llvm] [doc] Add special case for unsupported test (PR #78858)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 07:07:54 PST 2024
================
@@ -568,7 +568,8 @@ list of boolean expressions. The values in each expression may be:
| ``UNSUPPORTED`` disables the test if any expression is true.
| ``XFAIL`` expects the test to fail if any expression is true.
-As a special case, ``XFAIL: *`` is expected to fail everywhere.
+As a special case, ``XFAIL: *`` is expected to fail everywhere. Similarly,
+``UNSUPPORTED: target={{.*}}`` will disable the test everywhere.
----------------
hiraditya wrote:
> I've definitely seen a use-case downstream for marking something as UNSUPPORTED for all cases
Same. it took me a bit to find this trick with UNSUPPORTED.
https://github.com/llvm/llvm-project/pull/78858
More information about the llvm-commits
mailing list