Skip to content

Commit 4d05014

Browse files
ehusscuviper
authored andcommitted
Ignore flaky clippy tests.
(cherry picked from commit fb5efd7)
1 parent bc3491f commit 4d05014

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

src/tools/clippy/tests/ui/empty_line_after_doc_comments.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
//@aux-build:proc_macro_attr.rs:proc-macro
2+
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
3+
//@ignore-32bit
4+
//@ignore-64bit
25
#![warn(clippy::empty_line_after_doc_comments)]
36
#![allow(clippy::assertions_on_constants)]
47
#![feature(custom_inner_attributes)]

src/tools/clippy/tests/ui/empty_line_after_outer_attribute.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
//@aux-build:proc_macro_attr.rs:proc-macro
2+
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
3+
//@ignore-32bit
4+
//@ignore-64bit
25
#![warn(clippy::empty_line_after_outer_attr)]
36
#![allow(clippy::assertions_on_constants)]
47
#![feature(custom_inner_attributes)]

src/tools/clippy/tests/ui/needless_arbitrary_self_type_unfixable.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
//@aux-build:proc_macro_attr.rs:proc-macro
2+
// Flaky test, see https://github.com/rust-lang/rust/issues/113585.
3+
//@ignore-32bit
4+
//@ignore-64bit
25

36
#![warn(clippy::needless_arbitrary_self_type)]
47

0 commit comments

Comments
 (0)