rust/src/test/ui/sanitize
Josh Stone 676b9bc477 unix: Don't override existing SIGSEGV/BUS handlers
Although `stack_overflow::init` runs very early in the process, even
before `main`, there may already be signal handlers installed for things
like the address sanitizer. In that case, just leave it alone, and don't
bother trying to allocate our own signal stacks either.
2020-03-08 18:44:12 -07:00
..
address.rs Compile address sanitizer test with debuginfo 2020-03-07 13:33:40 +01:00
badfree.rs unix: Don't override existing SIGSEGV/BUS handlers 2020-03-08 18:44:12 -07:00
cfg.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
leak.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
memory.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
new-llvm-pass-manager-thin-lto.rs fix various typos 2020-03-06 15:19:31 +01:00
unsupported-target.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
unsupported-target.stderr Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00
use-after-scope.rs Move sanitizer tests to a separate directory 2020-01-27 00:00:00 +00:00