Skip to content

Commit

Permalink
Rollup merge of rust-lang#121811 - rcvalle:rust-cfi-move-ui-tests-to-…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
matthiaskrgr authored Mar 1, 2024
2 parents 06ca0de + 6d75f54 commit d2d1823
Show file tree
Hide file tree
Showing 43 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/tools/tidy/src/issues.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3797,9 +3797,9 @@
"ui/rust-2018/uniform-paths/issue-56596-2.rs",
"ui/rust-2018/uniform-paths/issue-56596.rs",
"ui/rust-2018/uniform-paths/issue-87932.rs",
"ui/sanitize/issue-111184-coroutine-witness.rs",
"ui/sanitize/issue-114275-cfi-const-expr-in-arry-len.rs",
"ui/sanitize/issue-72154-lifetime-markers.rs",
"ui/sanitizer/issue-111184-cfi-coroutine-witness.rs",
"ui/sanitizer/issue-114275-cfi-const-expr-in-arry-len.rs",
"ui/sanitizer/issue-72154-address-lifetime-markers.rs",
"ui/self/issue-61882-2.rs",
"ui/self/issue-61882.rs",
"ui/simd/intrinsic/issue-85855.rs",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: malformed `cfi_encoding` attribute input
--> $DIR/sanitizer-cfi-invalid-attr-cfi-encoding.rs:10:1
--> $DIR/cfi-invalid-attr-cfi-encoding.rs:10:1
|
LL | #[cfi_encoding]
| ^^^^^^^^^^^^^^^ help: must be of the form: `#[cfi_encoding = "encoding"]`
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d2d1823

Please sign in to comment.