summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/msan/c-strdup.c
Commit message (Collapse)AuthorAgeFilesLines
* [mips][msan] Fix all the XPASSes following r278793 and r278795Daniel Sanders2016-08-181-2/+0
| | | | | | | All msan tests are now passing for mipsel and mips64el except for allocator_mapping.cc which is marked unsupported. llvm-svn: 279048
* [mips] XFAIL mips64el tests that fail on clang-cmake-mipselDaniel Sanders2016-08-151-0/+2
| | | | | | | | | | | | | | These tests were recently enabled and have never worked on this builder. Three tests were sensitive to line number changes: test/msan/Linux/obstack.cc test/msan/chained_origin.cc test/msan/chained_origin_memcpy.cc and this sensitivity will be addressed in a follow-up patch. Of these, obstack.cc's sensitivity to line numbers is unexplained since it already uses [[@LINE]]. llvm-svn: 278671
* [MSan] Remove explicit -m64 from RUN lines.Alexey Samsonov2015-03-021-4/+4
| | | | | | Target-specific flags should usually be configured by CMake/lit. llvm-svn: 230999
* Add %run to all lit testsGreg Fitzgerald2014-04-301-4/+4
| | | | llvm-svn: 207709
* Move MSan lit-tests under test/msanAlexey Samsonov2014-02-141-0/+17
llvm-svn: 201412
OpenPOWER on IntegriCloud