Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mips][msan] Fix all the XPASSes following r278793 and r278795 | Daniel Sanders | 2016-08-18 | 1 | -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-mipsel | Daniel Sanders | 2016-08-15 | 1 | -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 Samsonov | 2015-03-02 | 1 | -4/+4 |
| | | | | | | Target-specific flags should usually be configured by CMake/lit. llvm-svn: 230999 | ||||
* | Add %run to all lit tests | Greg Fitzgerald | 2014-04-30 | 1 | -4/+4 |
| | | | | llvm-svn: 207709 | ||||
* | Move MSan lit-tests under test/msan | Alexey Samsonov | 2014-02-14 | 1 | -0/+17 |
llvm-svn: 201412 |