<div dir="ltr">Hi,<div><br></div><div>Some tests (for example compiler-rt/test/asan/TestCases/Linux/swapcontext_test.cc) contain clauses like the following one:</div><div><br></div><div>REQUIRES: x86_64-supported-target,i386-supported-target</div><div><br></div><div>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).</div><div><br></div><div>Is it a bug (looks like comma isn't handled properly) or, perhaps, am I doing something wrong?</div><div><br></div><div>PaweÅ‚ Dziepak</div></div>