Paweł Dziepak via llvm-dev
2016-Feb-02 12:40 UTC
[llvm-dev] Problem with REQUIRES: x86_64-supported-target, i386-supported-target
Hi, Some tests (for example compiler-rt/test/asan/TestCases/Linux/swapcontext_test.cc) contain clauses like the following one: REQUIRES: x86_64-supported-target,i386-supported-target However, on x64 Fedora 23 when running make check-all this test is qualified as "Unsupported Test". The problem is "solved" when I remove the i386 part and leave only "REQUIRES: x86_64-supported-target" in which case the rest runs (and passes). Is it a bug (looks like comma isn't handled properly) or, perhaps, am I doing something wrong? Paweł Dziepak -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160202/646e7cb8/attachment.html>