Skip to content

Commit d2d1823

Browse files
authored
Rollup merge of rust-lang#121811 - rcvalle:rust-cfi-move-ui-tests-to-sanitizer-directory, r=compiler-errors
Move sanitizer ui tests to sanitizer directory Moves the sanitizer ui tests to the sanitizer directory and removes the sanitizer prefix from tests file names similarly to how the sanitizer codegen tests are organized.
2 parents 06ca0de + 6d75f54 commit d2d1823

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+4
-4
lines changed

src/tools/tidy/src/issues.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -3797,9 +3797,9 @@
37973797
"ui/rust-2018/uniform-paths/issue-56596-2.rs",
37983798
"ui/rust-2018/uniform-paths/issue-56596.rs",
37993799
"ui/rust-2018/uniform-paths/issue-87932.rs",
3800-
"ui/sanitize/issue-111184-coroutine-witness.rs",
3801-
"ui/sanitize/issue-114275-cfi-const-expr-in-arry-len.rs",
3802-
"ui/sanitize/issue-72154-lifetime-markers.rs",
3800+
"ui/sanitizer/issue-111184-cfi-coroutine-witness.rs",
3801+
"ui/sanitizer/issue-114275-cfi-const-expr-in-arry-len.rs",
3802+
"ui/sanitizer/issue-72154-address-lifetime-markers.rs",
38033803
"ui/self/issue-61882-2.rs",
38043804
"ui/self/issue-61882.rs",
38053805
"ui/simd/intrinsic/issue-85855.rs",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/ui/sanitize/sanitizer-cfi-invalid-attr-cfi-encoding.stderr renamed to tests/ui/sanitizer/cfi-invalid-attr-cfi-encoding.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: malformed `cfi_encoding` attribute input
2-
--> $DIR/sanitizer-cfi-invalid-attr-cfi-encoding.rs:10:1
2+
--> $DIR/cfi-invalid-attr-cfi-encoding.rs:10:1
33
|
44
LL | #[cfi_encoding]
55
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[cfi_encoding = "encoding"]`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)