aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test
AgeCommit message (Expand)AuthorFilesLines
2024-05-17Reapply "[ctx_profile] Integration test (#92456)"Mircea Trofin2-0/+107
2024-05-17Revert "[ctx_profile] Integration test (#92456)"Aiden Grossman2-107/+0
2024-05-17Fix flaky test: signal_in_mutex_lock.cpp (#92587)Julian Lettner1-12/+20
2024-05-17[ctx_profile] Integration test (#92456)Mircea Trofin2-0/+107
2024-05-14[ORC] Loosen __objc_imageinfo flag merging to match ld (#91767)Ben Langmuir2-6/+38
2024-05-09[nfc][ctx_profile] Move `CtxInstrContextNode.h` in `include`Mircea Trofin1-1/+1
2024-05-09[ctx_profile] Pull `ContextNode` in a `.inc` file (#91669)Mircea Trofin5-0/+78
2024-05-09Disable flaky test: dfsan/release_shadow_space.c (#91493)Mehdi Amini1-0/+3
2024-05-08[Sanitizers] Fix fake_test_gc not working on devices (#91284)Mariusz Borsa1-1/+1
2024-05-03[NFC][x86_64][Test Only] Disable for san coverage for lsan on all x86_64 for ...thetruestblue1-1/+1
2024-04-29Disable test for lsan and x86_64h (#90483)thetruestblue1-0/+2
2024-04-26[ASan][Test] Remove hardcoded linker version from test (#90147)Usama Hameed1-1/+1
2024-04-25[compiler-rt] Avoid assertions when using LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ...Paul Kirth2-6/+8
2024-04-24[compiler-rt] Make sure `memprof` and `ctx_profile` unittests run (#89814)Mircea Trofin5-0/+94
2024-04-22[test][GWP-ASan] Only add check-gwp_asan when its dependencies are built (#89...Wu Yingcong1-5/+5
2024-04-15[test][sanitizer] Temporarily disable testVitaly Buka1-0/+3
2024-04-15[test][sanitizer] Compile .c file as CVitaly Buka1-1/+1
2024-04-12Reland "[compiler-rt] Allow running tests without installing first"Alexander Richardson5-32/+77
2024-04-08[test][UBSAN] Simplify regex in the testVitaly Buka1-6/+6
2024-04-08[test][UBSAN] Fix Solaris after #87761Vitaly Buka1-18/+18
2024-04-08[test][UBSAN] Fix windows after #87761Vitaly Buka1-1/+1
2024-04-08Fix "[clang][UBSan] Add implicit conversion check for bitfields" (#87761)Axel Lundberg1-0/+649
2024-04-08Revert "[compiler-rt] Allow running tests without installing first"Saiyedul Islam5-74/+32
2024-04-07[compiler-rt] Allow running tests without installing firstAlexander Richardson5-32/+74
2024-04-05Pass the linker version to libfuzzer tests on darwin (#87719)Usama Hameed1-0/+5
2024-04-01[dfsan][test] Disable the test with internal_symbolizerVitaly Buka1-0/+3
2024-04-01[nfc] Disable the a cpp compiler-rt test on ppc bigendian systems due to buil...Mingming Liu1-0/+5
2024-04-01[InstrFDO][TypeProf] Implement binary instrumentation and profile read/write ...Mingming Liu1-0/+142
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
2024-03-26[tsan] Add callbacks for futex syscalls and mark them as blocking on tsan (#8...Nazım Can Altınova1-0/+116
2024-03-26[tsan] Mark `pthread_*_lock` functions as blocking (#84162)Nazım Can Altınova1-0/+71
2024-03-24Revert "[compiler-rt] Also consider SIGPROF as a synchronous signal" (#86416)Vitaly Buka5-13/+13
2024-03-22Get the linker version and pass the it to compiler-rt tests on Darwin. (#86220)Usama Hameed2-0/+5
2024-03-20[dfsan] Use non-existent file in test for realVitaly Buka1-1/+1
2024-03-19[tsan][test] Switch setitimer(ITIMER_REAL, ...) to setitimer(ITIMER_VIRTUAL, ...serge-sans-paille1-2/+2
2024-03-19[tsan][test] Switch setitimer(ITIMER_REAL, ...) to setitimer(ITIMER_VIRTUAL, ...serge-sans-paille1-2/+2
2024-03-18[compiler-rt] Don't check COMPILER_RT_STANDALONE_BUILD for test depsAlexander Richardson6-29/+21
2024-03-18Reland "[compiler-rt] Avoid generating coredumps when piped to a tool"Alex Richardson1-1/+3
2024-03-15[tsan][test] Switch SIGPROF to SIGALRMVitaly Buka1-4/+4
2024-03-15[asan][windows] Make tests more flexable (#85274)Charlie Barto25-241/+143
2024-03-15Revert "[compiler-rt] Avoid generating coredumps when piped to a tool" (#85390)antoine moynault1-6/+1
2024-03-15[compiler-rt] Also consider SIGPROF as a synchronous signalserge-sans-paille4-9/+9
2024-03-13[lsan] Disable symbolization in testVitaly Buka1-5/+2
2024-03-13Reapply "[sanitizer][asan][win] Intercept _strdup on Windows (#85006)Charlie Barto1-13/+13
2024-03-13[asan][windows] fix issue64990 test (#85137)Charlie Barto1-2/+2
2024-03-13[compiler-rt] Avoid generating coredumps when piped to a toolAlexander Richardson1-1/+6
2024-03-12[sanitizer] Reject unsupported -static at link time (#83524)Fangrui Song1-0/+2
2024-03-12[tsan] Disabled test dead locking on glibc-2.38Vitaly Buka2-1/+5
2024-03-12[tsan] Add missing link option to tsan test after #84923Dave Clausen1-1/+1