[llvm-dev] XFAILing tests on host features

Hubert Tong via llvm-dev llvm-dev at lists.llvm.org
Fri Mar 22 19:58:24 PDT 2019


Some tests, such as llvm/test/tools/llvm-cov/range_based_for.cpp are
expected to fail on big-endian systems. This is a property of the host, but
the tests use XFAIL with a list of triple substrings. The documentation
indicates that triple substrings are evaluated with respect to the target
triple (and not the host triple).

It seems these tests should instead use REQUIRES on a (new) host feature
for "host-little-endian".

-- HT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190322/4131a6d8/attachment.html>


More information about the llvm-dev mailing list