[cfe-dev] MS syntax in Clang tests

Renato Golin renato.golin at linaro.org
Sat Sep 6 04:53:40 PDT 2014


Folks,

We had a few buildbot failures already because of x86-specific syntax
in MS tests, which just assume all back-ends are built. This is not
true nor will be for the foreseeable future.

So please, if you're adding an x86-specific, use FileCheck constraints
like REQUIRES or XFAIL or XPASS or add it to a target specific
directory. Whatever you need to restrict it to a specific
architecture.

http://llvm.org/docs/TestingGuide.html#platform-specific-tests

cheers,
--renato



More information about the cfe-dev mailing list