aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2024-08-19Reapply "[HWASan] symbolize stack overflows" (#102951) (#104036)Florian Mayer1-0/+30
2024-08-19Reland "[asan] Catch `initialization-order-fiasco` in modules without…" (#1...Vitaly Buka1-3/+0
2024-08-19[compiler-rt][nsan] Add more tests for shadow memory (#100906)Alexander Shaposhnikov2-0/+102
2024-08-19Require !windows instead of XFAIL'ing ubsan/TestCases/Integer/bit-int.cHans Wennborg1-3/+1
2024-08-16Revert "[asan] Catch `initialization-order-fiasco` in modules without globals...Vitaly Buka1-0/+3
2024-08-16[asan] Catch `initialization-order-fiasco` in modules without globals (#104621)Vitaly Buka1-3/+0
2024-08-16[asan] Pre-commit test with global constructor without any global (#104620)Vitaly Buka1-0/+26
2024-08-15[asan] Fix build breakage from report_globals changeThurston Dang4-6/+6
2024-08-15[asan] Remove debug tracing from `report_globals` (#104404)Vitaly Buka4-8/+8
2024-08-15[asan] De-prioritize VReport `DTLS_Find` (#104401)Vitaly Buka1-1/+1
2024-08-15[ubsan] Limit _BitInt ubsan tests to x86-64 platform only (#104494)earnol2-0/+5
2024-08-15Reapply "Fix prctl to handle PR_GET_PDEATHSIG. (#101749)" (#104469)Kirill Stoimenov1-0/+8
2024-08-15[ubsan] Display correct runtime messages for negative _BitInt (#96240)earnol2-0/+212
2024-08-15[CompilerRT][Tests] Fix profile/darwin-proof-of-concept.c (#104237)Steven Wu1-6/+6
2024-08-14[Sanitizers] Disable prctl test on Android.Kirill Stoimenov1-0/+2
2024-08-14Fix prctl test to execute all test cases if the first condition fails. (#102987)Kirill Stoimenov1-9/+7
2024-08-14Do not use dirname in test (#103395)Florian Mayer1-2/+3
2024-08-13[llvm-lit] Fix error in compiler-rt tests when using lit internal shell with ...Harini092435-82/+80
2024-08-13Add REQUIRES: shell to Tests Requiring Full Shell Functionality with lit Inte...Harini09244-1/+4
2024-08-12[nsan] Use sanitizer allocatorFangrui Song4-0/+209
2024-08-12Revert "[HWASan] symbolize stack overflows" (#102951)Florian Mayer1-29/+0
2024-08-12[HWASan] symbolize stack overflows (#95308)Florian Mayer1-0/+29
2024-08-11[nsan] Add NsanThread and clear static TLS shadowFangrui Song1-0/+24
2024-08-10[sanitizer,test] Restore -fno-sized-deallocation coverageFangrui Song5-7/+7
2024-08-09[ThinLTO]Clean up 'import-assume-unique-local' flag. (#102424)Mingming Liu1-1/+0
2024-08-09[compiler-rt][NFC] Replace environment variable with %t (#102197)Harini09245-33/+26
2024-08-08Fix test on WindowsVitaly Buka1-3/+3
2024-08-08Revert "Fix prctl to handle PR_GET_PDEATHSIG. (#101749)"Kirill Stoimenov1-8/+0
2024-08-08Fix prctl to handle PR_GET_PDEATHSIG. (#101749)Kirill Stoimenov1-0/+8
2024-08-08[asan] Fix Windows testsVitaly Buka3-11/+14
2024-08-07[asan] Optimize initialization order checking (#101837)Vitaly Buka2-5/+23
2024-08-05[compiler-rt][ASan] Remove alignment message in ASan error reporting (#94103)Tacet1-0/+10
2024-08-03[test][asan] Fix the test checksVitaly Buka1-2/+2
2024-08-02[NFC][asan] Report DynInitUnPoison (#101586)Vitaly Buka1-0/+2
2024-08-02[test][asan] Check for order of DynInitPoison (#101584)Vitaly Buka2-12/+11
2024-08-02[asan,test] Disable _FORTIFY_SOURCE test incompatible with glibc 2.40Fangrui Song2-2/+12
2024-08-02[test][asan] Disabled a new test on AndroidVitaly Buka1-0/+3
2024-08-01[asan] Speed up ASan ODR indicator-based checking (#100923)Artem Pianykh1-0/+76
2024-07-30[compiler-rt][builtins] Upstream __isPlatformOrVariantPlatformVersionAtLeast(...Allan Shortlidge1-0/+11
2024-07-30[sanitizer_common] Adjust signal_send.cpp for Linux/sparc64 (#100538)Rainer Orth1-2/+2
2024-07-30[sanitizer_common] Fix signal_line.cpp on SPARC (#100535)Rainer Orth1-1/+2
2024-07-30[compiler-rt] DumpAllRegisters implementation for netbsd i386/x86_64. (#99743)David CARLIER2-0/+36
2024-07-30[compiler-rt] Require glibc for DumpAllRegisters on Linux (#101131)Dmitry Chestnykh4-4/+4
2024-07-27[compiler-rt] Delete unused test shell scripts (#100889)Aiden Grossman2-81/+0
2024-07-25[compiler-rt][Profile][Darwin] Fix a test that expected an alignment … (#10...Jon Roelofs1-11/+12
2024-07-24[ThinLTO][TypeProf] Import local-linkage global var for mod1:func_foo-> mod2:...Mingming Liu1-25/+40
2024-07-24[compiler-rt] Implement `DumpAllRegisters` for arm-linux and aarch64-linux (#...Dmitry Chestnykh2-0/+42
2024-07-24Revert "[compiler-rt] Implement `DumpAllRegisters` for arm-linux and aarch64-...Mitch Phillips2-42/+0
2024-07-24Revert "[tsan] Include unistd.h to declare gettid()"Mitch Phillips1-1/+0
2024-07-24Revert "[tsan] Enable test on linux (#99659)"Mitch Phillips1-0/+3