Failing tests just marked as UNSUPPORTED or XFAIL.
Some of them can be easily supported, but I'll do this in separate patches.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D37630
[ubsan] Enable UBsan in sanitizer_common tests ClosedPublic Authored by vitalybuka on Sep 8 2017, 10:40 AM.
Details Summary Failing tests just marked as UNSUPPORTED or XFAIL.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 8 2017, 10:45 AM Closed by commit rL312860: [ubsan] Enable UBsan in sanitizer_common tests (authored by vitalybuka). · Explain WhySep 8 2017, 11:12 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 114473 compiler-rt/trunk/test/sanitizer_common/CMakeLists.txt
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/allow_user_segv.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/assert.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/decorate_proc_maps.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/deepbind.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/hard_rss_limit_mb_test.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/ill.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/mlock_test.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/mprobe.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/sem_init_glibc.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/unexpected_format_specifier_test.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/fpe.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/sanitizer_set_death_callback_test.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/sanitizer_set_report_fd_test.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/weak_hook_test.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/corelimit.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/malloc_hook.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/options-include.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/print-stack-trace.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cc
compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cc
compiler-rt/trunk/test/sanitizer_common/lit.common.cfg
|