[mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 12 Aug 2016 11:56:36 +0000 (11:56 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 12 Aug 2016 11:56:36 +0000 (11:56 +0000)
commit6a540c1f38400f50f059d75a7efaecc5916e148e
tree0c672e56bdbf61ab1ff313f6d39d3c51f2ef1966
parent728134c27754b23cd967ecd0f42d7ff65982cc97
[mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.

The mips64el compiler-rt build has recently been enabled. XFAIL the failing
tests to make the buildbot green again.

The two asan tests require the integrated assembler. This will be fixed soon
for Debian mips64el but not for any other mips64el targets since doing so
requires triple-related issues to be fixed..
The msan tests are largely failing because caused by a kernel update (a patch
has already been posted for this).
I'm not sure why the dfsan test fails yet.

llvm-svn: 278504
20 files changed:
compiler-rt/test/asan/TestCases/Linux/local_alias.cc
compiler-rt/test/asan/TestCases/Linux/odr-violation.cc
compiler-rt/test/dfsan/custom.cc
compiler-rt/test/msan/Linux/cmsghdr.cc
compiler-rt/test/msan/Linux/eventfd.cc
compiler-rt/test/msan/Linux/fopencookie.cc
compiler-rt/test/msan/Linux/forkpty.cc
compiler-rt/test/msan/Linux/getresid.cc
compiler-rt/test/msan/Linux/glob.cc
compiler-rt/test/msan/Linux/glob_altdirfunc.cc
compiler-rt/test/msan/Linux/glob_nomatch.cc
compiler-rt/test/msan/Linux/ioctl_sound.cc
compiler-rt/test/msan/Linux/mallinfo.cc
compiler-rt/test/msan/Linux/mincore.cc
compiler-rt/test/msan/Linux/obstack.cc
compiler-rt/test/msan/Linux/process_vm_readv.cc
compiler-rt/test/msan/Linux/sendmsg.cc
compiler-rt/test/msan/Linux/sunrpc.cc
compiler-rt/test/msan/Linux/sunrpc_bytes.cc
compiler-rt/test/msan/Linux/sunrpc_string.cc