llvm-project/compiler-rt/test/ubsan/TestCases/Misc
Evgeniy Stepanov 062c26f1f0 Merge two coverage tests undef UBSan into one.
Also replace mkdir -p with rm -rf && mkdir.

llvm-svn: 272839
2016-06-15 21:18:17 +00:00
..
Linux Fix the RUN on UBSAN unit tests 2015-12-01 23:03:08 +00:00
bool.cpp [UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit tests. 2015-08-25 19:01:44 +00:00
bounds.cpp UBSan: Enable runtime library tests on Windows, and get most tests passing. 2015-07-02 22:08:38 +00:00
coverage-levels.cc Merge two coverage tests undef UBSan into one. 2016-06-15 21:18:17 +00:00
deduplication.cpp UBSan: Enable runtime library tests on Windows, and get most tests passing. 2015-07-02 22:08:38 +00:00
enum.cpp UBSan: Enable runtime library tests on Windows, and get most tests passing. 2015-07-02 22:08:38 +00:00
log-path_test.cc Mark the log_path ubsan test as requiring a shell. It uses globs. 2015-09-01 18:17:21 +00:00
missing_return.cpp [UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit tests. 2015-08-25 19:01:44 +00:00
nonnull-arg.cpp [compiler-rt] [sanitizer] Clean buildbot failures for aarch64 2015-09-18 15:48:32 +00:00
nonnull.cpp Report source location of returns_nonnull attribute in UBSan reports. 2014-09-08 20:17:19 +00:00
unreachable.cpp [UBSan] Try to enable pipefail in UBSan lit tests to make them behave more predictably 2014-07-29 00:30:01 +00:00
vla.c