Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
58e901b6fd1163172149fd422565523b17eed5f0
rust/tests/ui/sanitize/unsupported-target.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
216 B
Rust
Raw Normal View History

Update sanitizer tests * Move tests from src/test/run-make-fulldeps to src/test/ui. * Fix memory sanitizer test to detect the intended issue rather than an unrelated one caused by the use of an uninstrumented std.
2020-01-16 00:00:00 +00:00
// compile-flags: -Z sanitizer=leak --target i686-unknown-linux-gnu
Re-Annotate the tests with needs-llvm-components Doesn't work though, because compiletest doesn't process ignores on a per-revision manner.
2021-06-13 21:19:39 +03:00
// needs-llvm-components: x86
Maintain supported sanitizers as a target property This commit adds an additional target property – `supported_sanitizers`, and replaces the hardcoded allowlists in argument parsing to use this new property. Fixes #81802
2021-02-08 00:49:00 +02:00
// error-pattern: error: leak sanitizer is not supported for this target
Update sanitizer tests * Move tests from src/test/run-make-fulldeps to src/test/ui. * Fix memory sanitizer test to detect the intended issue rather than an unrelated one caused by the use of an uninstrumented std.
2020-01-16 00:00:00 +00:00
#![feature(no_core)]
#![no_core]
#![no_main]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1973ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API