aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2024-09-19[sanitizers] convert some errant CRLF line endings to LF (#108454)Charlie Barto1-21/+21
2024-09-19[ASan][test] Skip Linux/odr_c_test.c on SPARC (#109111)Rainer Orth1-0/+3
2024-09-18[compiler-rt][rtsan] Use Die instead of exit, define cf.exitcode (#107635)Chris Apple1-0/+16
2024-09-18[rtsan] Fix RTTI issue, make a better c test (#108720)Chris Apple2-1/+28
2024-09-17[tsan] Use DlSymAllocator (#108920)Vitaly Buka1-2/+0
2024-09-16Reland "[sanitizer] Fix partially initialized static TLS range" (#108883)Vitaly Buka1-4/+0
2024-09-16Revert "[sanitizer] Fix partially initialized static TLS range" (#108881)Vitaly Buka1-0/+4
2024-09-16[sanitizer] Fix partially initialized static TLS range (#108685)Vitaly Buka1-4/+0
2024-09-16[sanitizer] Add CHECK that static TLS info is ready (#108684)Vitaly Buka1-0/+60
2024-09-16[tsan] Allow unloading of ignored libraries (#105660)goussepi1-9/+21
2024-09-16[ASan][test] XFAIL global-overflow.cpp etc. on SPARC (#108200)Rainer Orth2-0/+6
2024-09-16[sanitizer_common][test] Disable sanitizer_coverage_trace_pc_guard.cp… (#10...Rainer Orth2-2/+3
2024-09-12[sanitizer] Disable new test on powerpc64le (#108505)Vitaly Buka1-0/+3
2024-09-12[sanitizer] Try to fix the test on powerpc botVitaly Buka1-1/+2
2024-09-12[test][compiler-rt] Mark dlsym_alloc.c as unsupported on macos (#108439)Arthur Eubanks1-0/+2
2024-09-12[sanitizer] Test for __sanitizer_get_dtls_size (#108349)Vitaly Buka1-0/+52
2024-09-12[compiler-rt] [MSVC] Detect MSVC as a compiler-id for lit. (#108255)Charlie Barto1-0/+3
2024-09-11[lsan] Fix free(NULL) interception during initialization (#106912)tmiasko1-3/+0
2024-09-11[NFC][sanitizer] Commit test for #106912 (#108289)Vitaly Buka1-0/+61
2024-09-10[compiler-rt][rtsan] Improve error message wording to match ASan style (#107620)Chris Apple2-2/+3
2024-09-09[Fuzzer] Passthrough zlib CMake paths into the test (#107926)Petr Hosek3-2/+6
2024-09-09Reland [asan][windows] Eliminate the static asan runtime on windows (#107899)Charlie Barto21-41/+45
2024-09-09Revert "[Coverage] Ignore unused functions if the count is 0." (#107901)Zequan Wu1-55/+0
2024-09-09[Coverage] Ignore unused functions if the count is 0. (#107661)Zequan Wu1-0/+55
2024-09-07[lsan] Deflake test on aarch64Vitaly Buka1-7/+7
2024-09-07[rtsan] Add basic test for c compilation (#107717)Chris Apple1-0/+1
2024-09-06[tsan] Disable tests flaky on PPC with COMPILER_RT_DEBUGVitaly Buka3-1/+11
2024-09-06[asan] Try to deflake the testVitaly Buka1-6/+2
2024-09-06[sanitizer] Remove "null" for 256 allocations in testVitaly Buka1-1/+0
2024-09-06[compiler-rt][builtins] Delete test __compiler_rt_fmaxfAlexander Shaposhnikov1-39/+0
2024-09-06[InstrProf] Add debuginfod correlation support (#106606)gulfemsavrun3-0/+68
2024-09-06[compiler-rt][builtins]Adjust complex division for aarch64 (#106664)Alexander Shaposhnikov1-154/+148
2024-09-06[compiler-rt][rtsan] Introduce rtsan_interface.h and ScopedDisabler (#106736)Chris Apple1-0/+53
2024-09-06[compiler-rt][rtsan] Introduce RTSAN_OPTIONS and flags (#107174)Chris Apple1-0/+11
2024-09-04[hwasan] Disable test with hwasan-aliasingVitaly Buka1-0/+3
2024-09-03[compiler-rt][rtsan] Record pc and bp higher up in the stack (#107014)Chris Apple1-2/+2
2024-09-03[profile] Change __llvm_profile_counter_bias etc. types to match llvm (#102747)Rainer Orth2-2/+2
2024-08-30[compiler-rt][test] Added `env` command to fix NSAN_OPTIONS command not found...Harini09241-3/+3
2024-08-29[lsan][test] Allow testcase to execute on remote targets without not utility ...rjmansfield1-3/+3
2024-08-28[profile][test] Build Posix/instrprof-dlopen-norpath.test objects as PIC (#10...Rainer Orth1-2/+2
2024-08-28[compiler-rt][test] Rewrote test to remove curly braces (#105696)Connie Zhu1-1/+1
2024-08-27[compiler-rt][nsan] Fix strsep interceptor (#106307)Alexander Shaposhnikov1-0/+24
2024-08-27[profile] Move test into PosixVitaly Buka1-2/+4
2024-08-27[AIX][PGO] Handle atexit functions when dlclose'ing shared libraries (#102940)Wael Yehia3-0/+245
2024-08-27[compiler-rt][test] Rewrote test to fix usage of export with 2 arguments (#10...Connie Zhu1-6/+5
2024-08-26[compiler-rt][test] Add REQUIRES: shell to focus-function.test with for-loop ...Harini09241-1/+2
2024-08-26[compiler-rt][test] Expand and Rewrite Tests for lit Internal Shell Compatibi...Harini09244-8/+24
2024-08-26[compiler-rt][tests] Removed the use of parentheses in compiler-rt tests with...Harini09241-1/+1
2024-08-26[clang][compiler-rt][test] Removed dirname command substitutions from tests (...Connie Zhu1-5/+6
2024-08-26[compiler-rt][tests] Fix env command not found errors with lit internal shell...Harini09241-4/+4