This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from ff43dd5fc cfi: Add a blacklist entry for MSVC's std::get_temporary_buff [...] new c91431d33 [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/asan/tests/CMakeLists.txt | 3 +++ lib/asan/tests/asan_test.cc | 5 +++++ lib/sanitizer_common/tests/sanitizer_test_utils.h | 8 +++++++- test/asan/CMakeLists.txt | 3 +++ test/asan/TestCases/Posix/asan-sigbus.cpp | 4 ++++ test/asan/TestCases/Posix/coverage.cc | 2 +- test/asan/TestCases/Posix/ioctl.cc | 4 ++++ test/asan/TestCases/alloca_constant_size.cc | 6 +++--- test/asan/TestCases/alloca_loop_unpoisoning.cc | 4 ++++ test/asan/TestCases/alloca_vla_interact.cc | 4 ++++ test/asan/TestCases/debug_double_free.cc | 3 +++ test/asan/TestCases/debug_report.cc | 3 +++ test/asan/TestCases/malloc-no-intercept.c | 5 +++++ test/asan/lit.cfg | 2 +- test/lit.common.cfg | 3 +++ test/sanitizer_common/CMakeLists.txt | 2 +- test/ubsan/CMakeLists.txt | 3 +++ test/ubsan/TestCases/Float/cast-overflow.cpp | 10 ++++++++++ test/ubsan/lit.common.cfg | 2 +- test/ubsan_minimal/CMakeLists.txt | 3 +++ 20 files changed, 71 insertions(+), 8 deletions(-)