[all-commits] [llvm/llvm-project] 975fa7: [sanitizer-common] Convert tests to check 'target=...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Mon Dec 19 11:01:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 975fa725063fe33aba02164a53c4ef66662e68d8
https://github.com/llvm/llvm-project/commit/975fa725063fe33aba02164a53c4ef66662e68d8
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cpp
M compiler-rt/test/sanitizer_common/TestCases/Linux/resize_tls_dynamic.cpp
M compiler-rt/test/sanitizer_common/TestCases/Linux/setuid.c
M compiler-rt/test/sanitizer_common/TestCases/Linux/signal_send.cpp
M compiler-rt/test/sanitizer_common/TestCases/Linux/signal_trap_handler.cpp
M compiler-rt/test/sanitizer_common/TestCases/Linux/soft_rss_limit_mb_test.cpp
M compiler-rt/test/sanitizer_common/TestCases/Linux/symbolize_stack_fp.cpp
M compiler-rt/test/sanitizer_common/TestCases/NetBSD/getgroupmembership.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/arc4random.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/devname.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/devname_r.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/fgetln.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/fseek.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/fts.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/funopen.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/getcpuclockid.c
M compiler-rt/test/sanitizer_common/TestCases/Posix/getfsent.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/getmntinfo.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/getpass.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/getrandom.c
M compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_read_test.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/illegal_write_test.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/nl_langinfo.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/print-module-map.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/regex.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/setvbuf.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/sl_add.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/strlcat.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/strlcpy.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/strtonum.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/sysctl.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/vis.cpp
M compiler-rt/test/sanitizer_common/TestCases/allocator_returns_null.cpp
M compiler-rt/test/sanitizer_common/TestCases/compress_stack_depot.cpp
M compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
M compiler-rt/test/sanitizer_common/TestCases/hard_rss_limit_mb_test.cpp
M compiler-rt/test/sanitizer_common/TestCases/malloc_hook.cpp
M compiler-rt/test/sanitizer_common/TestCases/max_allocation_size.cpp
M compiler-rt/test/sanitizer_common/TestCases/printf-ldbl.c
M compiler-rt/test/sanitizer_common/TestCases/pthread_mutexattr_get.cpp
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/scanf-ldbl.c
M compiler-rt/test/sanitizer_common/TestCases/strcasestr.c
Log Message:
-----------
[sanitizer-common] Convert tests to check 'target=...'
Part of the project to eliminate special handling for triples in lit
expressions.
More information about the All-commits
mailing list