aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/sanitizer_common
AgeCommit message (Expand)AuthorFilesLines
2023-12-13[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.hwasan-improve-support-of-forking-with-threadsVitaly Buka1-1/+1
2023-12-13[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka1-1/+1
2023-12-13[asan] Install `pthread_atfork` (#75290)Vitaly Buka1-1/+1
2023-12-13[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka1-1/+1
2023-12-13[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka1-1/+1
2023-12-13[lsan] Install `pthread_atfork` (#75281)Vitaly Buka1-1/+1
2023-12-13[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka2-1/+19
2023-12-13[test][sanitizer] Disable test on DarwinVitaly Buka1-0/+3
2023-12-12[test][hwasan] Add `__hwasan_enable_allocator_tagging`Vitaly Buka1-0/+4
2023-12-12[𝘀𝗽𝗿] changes to main this commit is based onVitaly Buka2-1/+14
2023-12-12[test][sanitizer] Convert test from C++ to CVitaly Buka1-5/+6
2023-12-12[test][sanitizer] Add `fork` include to the testVitaly Buka1-0/+1
2023-12-12[test][sanitizer] Remove unnececary `printf` and `gettid`Vitaly Buka1-4/+0
2023-12-12[test][sanitizer] Allow fork_threaded test on Msan, Tsan, Ubsan (#75260)Vitaly Buka1-1/+1
2023-12-12[sanitizer] Pre-commit disabled test for fork (#75257)Vitaly Buka2-1/+107
2023-12-04[sanitizer_symbolizer] RenderContextual elements for symbolizer markup.Andres Villegas1-0/+38
2023-11-09[sanitizer_common] Add experimental flag to tweak dlopen(<main program>) (#71...Thurston Dang1-0/+48
2023-10-27[test][compiler-rt] Mark several tests as UNSUPPORTED on LoongArch (#69699)Ami-zhang2-1/+3
2023-09-26[test][HWASAN] Don't disable globals in testVitaly Buka1-2/+1
2023-09-26[test][HWASAN] Fix test to run on aarch64Vitaly Buka1-18/+16
2023-09-26[sanitizer] Implement __sanitizer_symbolize_frame (#67491)Vitaly Buka1-0/+37
2023-09-26[test][sanitizer] FileCheck internal_symbolizer.cpp test output (#67460)Vitaly Buka1-7/+18
2023-09-22[sanitizer] Add more internal symbolizer testsVitaly Buka2-22/+142
2023-09-22[hwasan] Enabled internal_symbolizer with hwasanVitaly Buka1-3/+0
2023-09-13[asan][ubsan] Enable testing with internal symbolizer (#66257)Vitaly Buka1-1/+1
2023-09-13[sanitizer] Fail __sanitizer_symbolize_demangle instead of returning input (#...Vitaly Buka1-0/+25
2023-09-10[test][sanitizer] Reduce output noise in testVitaly Buka1-3/+5
2023-08-28[sanitizer] enable getrandom/getentropy on solaris based systems.David CARLIER1-1/+2
2023-08-28[sanitizer] Intercept glibc 2.38 __isoc23_* functionsFangrui Song2-0/+85
2023-08-28[sanitizer] use uptr to store the result of internal_strlen/internal_strnlen ...Enna11-0/+34
2023-08-15[test][sanitizer] Prepare test for Internal SymbolizerVitaly Buka2-0/+6
2023-08-08[test][sanitizer] Disable create_thread_loop on DarwinSteven Wu1-2/+2
2023-07-21[Sanitizers][Darwin][Test] Mark symbolize_pc test on Darwin/TSan+UBSan as UNS...Arthur Eubanks1-3/+3
2023-07-20[Sanitizers][Darwin][Test] XFAIL symbolize_pc test on Darwin/TSan+UBSanMariusz Borsa1-0/+4
2023-07-05[Sanitizers][Darwin][Test] Mark symbolize_pc test unsupported in Darwin/LSan ...Mariusz Borsa1-0/+2
2023-07-02[sanitizer_common][test] Fix huge_malloc.c UNSUPPORTED syntaxRainer Orth1-1/+1
2023-06-27[test][sanitizer] Disable D153500 test on solarisVitaly Buka1-0/+3
2023-06-23[msan] Optimize zeroing allocated memoryVitaly Buka1-5/+3
2023-06-22[test][hwasan] Reformat commentsVitaly Buka1-3/+3
2023-06-22[test][hwasan] Describe why HWASAN does not workVitaly Buka1-1/+4
2023-06-22[asan] Don't double poison secondary allocationsVitaly Buka1-2/+2
2023-06-21[test][sanitizer] Reformat and print to stderrVitaly Buka1-3/+3
2023-06-21[test][sanitizer] Pre-commit huge malloc testVitaly Buka1-0/+24
2023-06-13[test][sanitizer] Unsupport test on AndroidVitaly Buka1-0/+3
2023-06-12[sanitizer][test] Remove no-op REQUIRES:Fangrui Song4-8/+0
2023-06-12[test][ASAN] Fix incorrect REQUIRES directive for scandir.cJustin Cady1-1/+1
2023-06-08Revert "[Sanitizers][Darwin] In DlAddrSymbolizer, return only the module file...usama hameed1-11/+0
2023-06-07[ASAN] Fix validation size for dirent on FreeBSDJustin Cady1-0/+26
2023-06-05[Sanitizers][Darwin] In DlAddrSymbolizer, return only the module file name in...usama hameed1-0/+11
2023-05-31[hwasan] RunMallocHooks with orig_sizeJin Xin Ng2-6/+0