aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/tsan
AgeCommit message (Expand)AuthorFilesLines
2026-01-08[compiler-rt] [Darwin] Add darwin-remote feature for remote darwin test targe...Andrew Haberlandt3-3/+3
2026-01-06[NFCI] [Darwin] Add APPLE_TARGET_IS_HOST lit option to compiler-rt (#174522)Andrew Haberlandt2-0/+5
2025-11-18[TSan] Make tests work with internal shellAiden Grossman4-9/+15
2025-11-12[Clang][CodeGen] Add disable_sanitizer_instrumentation attribute to multivers...Benjamin Stott1-0/+11
2025-11-03[TSan][Test-Only] Account for race in cxa_guard_acquire.cpp test (#165853)Dan Blackwell1-3/+10
2025-10-31Reapply "[TSan] Make Test work with Internal Shell"Aiden Grossman1-3/+5
2025-10-30Revert "[TSan] Make Test work with Internal Shell"Aiden Grossman1-5/+3
2025-10-30[TSan] Make Test work with Internal ShellAiden Grossman1-3/+5
2025-10-29[TSan][Test-Only][Darwin] Fix typo in external.cpp again (#165612)Dan Blackwell1-1/+1
2025-10-29[TSan][Test-Only][Darwin] Fix typo in external.cpp test (#165534)Dan Blackwell1-2/+2
2025-10-14[TSan][Test-Only] Mark write-interpose.c unsupported on ios (#163178)Dan Blackwell1-0/+2
2025-10-09[TSan] Add lock_during_write flag on Apple platforms to avoid deadlock (#157928)Dan Blackwell1-0/+50
2025-10-07[TSan][test-only] Make TSan os_unfair_lock.c test check the weak symbol befor...Dan Blackwell1-2/+6
2025-09-21Reapply "[compiler-rt] Remove %T from shared object substitutions (#155302)"Aiden Grossman1-2/+3
2025-09-11[TSan] Add interceptor for os_unfair_lock_lock_with_flags (#153815)Dan Blackwell1-1/+29
2025-09-08Revert "[compiler-rt] Remove %T from shared object substitutions (#155302)"Hans Wennborg1-1/+0
2025-09-06Reapply "[compiler-rt] Remove %T from shared object substitutions (#155302)"Aiden Grossman1-0/+1
2025-08-26Revert "Reapply "[compiler-rt] Remove %T from shared object substitutions (#1...Aiden Grossman1-1/+0
2025-08-26Reapply "[compiler-rt] Remove %T from shared object substitutions (#155302)"Aiden Grossman1-0/+1
2025-08-25Revert "[compiler-rt] Remove %T from shared object substitutions (#155302)"Aiden Grossman1-1/+0
2025-08-25[compiler-rt] Remove %T from shared object substitutions (#155302)Aiden Grossman1-0/+1
2025-07-17Fix more compiler-rt tests after #149015.Peter Collingbourne3-3/+3
2025-07-17Rename config.host_os to config.target_os.Peter Collingbourne3-7/+7
2025-07-02Reland [TSan] Clarify and enforce shadow end alignment (#146676)Kunqiu Chen2-2/+5
2025-07-02Revert "[TSan] Clarify and enforce shadow end alignment" (#146674)Kunqiu Chen2-0/+2
2025-06-27[TSan] Clarify and enforce shadow end alignment (#144648)Kunqiu Chen2-2/+0
2025-06-25[TSan] Add 2 test cases related to incomplete shadow cleanup in unmap (#145472)Kunqiu Chen2-0/+93
2025-05-22[TSan][Test] Disable signal_recursive.cpp test on Darwin (#141135)Steven Wu1-0/+2
2025-05-22[tsan] Fix nested signal handling (#138599)Jakob Widauer1-19/+62
2025-04-24[TSan, SanitizerBinaryMetadata] Analyze the capture status for `alloca` rathe...Camsyn1-0/+21
2025-03-28Fix some small typos in compiler-rt. NFC (#133388)Qinkun Bao2-2/+2
2025-03-24[tsan] Don't treat uncontended pthread_once as a potentially blocking region ...David Benjamin1-6/+70
2024-11-24[TSan] Increase the number of simultaneously locked mutexes that a thread can...gbMattN1-0/+21
2024-09-22[NFC][tsan] Move `variadic-open` testVitaly Buka1-24/+0
2024-09-16[tsan] Allow unloading of ignored libraries (#105660)goussepi1-9/+21
2024-09-06[tsan] Disable tests flaky on PPC with COMPILER_RT_DEBUGVitaly Buka3-1/+11
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
2024-07-24[tsan] Include unistd.h to declare gettid()Kai Luo1-0/+1
2024-07-23[tsan] Enable test on linux (#99659)Vitaly Buka1-3/+0
2024-07-19[tsan] Consume leading zeroes in a testVitaly Buka1-6/+6
2024-07-18[compiler-rt] Cleanup use of COMPILER_RT_INCLUDE_TESTS (#98246)Vitaly Buka1-12/+10
2024-07-12[sanitizer] Internalize .preinit_array variablesFangrui Song1-1/+1
2024-06-27[test][compiler-rt] Mark fork_deadlock.cpp UNSUPPORTEDArthur Eubanks1-0/+3
2024-06-25[tsan] Test `__tsan_test_only_on_fork` only on Mac (#96597)Vitaly Buka1-0/+0
2024-06-08[compiler-rt] Replace deprecated aligned_storage with aligned byte array (#94...Marc Auberer2-8/+8
2024-06-04[compiler-rt] Revise IDE folder structure (#89753)Michael Kruse1-1/+0
2024-05-17Fix flaky test: signal_in_mutex_lock.cpp (#92587)Julian Lettner1-12/+20
2024-03-27[tsan][test] Remove some unneded debug comments in a tsan test (#86896)Nazım Can Altınova1-3/+0
2024-03-27[TSAN] Move test into Linux/Vitaly Buka1-1/+1