about summary refs log tree commit diff
path: root/src/test/ui/sanitize
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-413/+0
2022-11-08prevent uninitialized access in black_box for zero-sized-typesKrasimir Georgiev-0/+32
2022-10-01bless ui testsMaybe Waffle-1/+1
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-9/+1
2022-09-27Stabilize bench_black_boxUrgau-9/+1
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-1/+1
2022-09-09relax msan error-pattern due to LLVM changesTim Neumann-1/+1
2022-09-09Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726Matthias Krüger-4/+45
2022-08-29Fix tests due to stricter invalid_value5225225-0/+1
2022-08-14Emit noundef even for unoptimised code if msan is on5225225-2/+8
2022-08-14Enable eager checks for memory sanitizer5225225-3/+38
2022-08-12adapt test for msan message changeKrasimir Georgiev-1/+1
2022-02-12Ignore failing test on aarch64Benoît du Garreau-0/+3
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-08-12Implement `black_box` using intrinsicGary Guo-1/+1
2021-06-24Re-Annotate the tests with needs-llvm-componentsSimonas Kazlauskas-0/+3
2021-05-29Diagnose use sanitizers with crt-static12101111-0/+9
2021-04-25fix sanitizer testsRalf Jung-4/+4
2021-04-09Auto merge of #81942 - the8472:reduce-ui-test-threads, r=Mark-Simulacrumbors-1/+2
2021-04-09reduce threads spawned by ui-testsThe8472-1/+2
2021-04-03Maintain supported sanitizers as a target propertySimonas Kazlauskas-3/+2
2021-02-07HWASan supportTri Vo-0/+19
2020-12-10Fix sanitizer test output matchingCorey Farwell-1/+1
2020-11-12fully exploited the dropped support of LLVM 8DevJPM-1/+0
2020-07-19Add missing : after *llvm-versionLzu Tao-1/+1
2020-06-20Support sanitizers on aarch64-unknown-linux-gnuTomasz Miąsko-1/+1
2020-06-19Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikicManish Goregaokar-3/+12
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-3/+12
2020-06-13compiletest: Add directives to detect sanitizer supportTomasz Miąsko-11/+12
2020-05-14Consistently use LLVM lifetime markers during codegenTomasz Miąsko-0/+31
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-04-10Add ThreadSanitizer test caseTomasz Miąsko-0/+57
2020-04-06Move sanitize-inline-always test to sanitize directoryTomasz Miąsko-0/+28
2020-03-08unix: Don't override existing SIGSEGV/BUS handlersJosh Stone-0/+19
2020-03-08Rollup merge of #69800 - tmiasko:address-g, r=nikicMazdak Farrokhzad-3/+2
2020-03-07Compile address sanitizer test with debuginfoTomasz Miąsko-3/+2
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-03Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=...Tomasz Miąsko-0/+27
2020-01-27Move sanitizer tests to a separate directoryTomasz Miąsko-0/+141