Skip to content

Commit a4e851c

Browse files
committed
Add some reasons why tests are ignored.
1 parent 3a64565 commit a4e851c

File tree

21 files changed

+21
-25
lines changed

21 files changed

+21
-25
lines changed

tests/mir-opt/simplify_arm.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
// EMIT_MIR simplify_arm.id_try.SimplifyArmIdentity.diff
77
// EMIT_MIR simplify_arm.id_try.SimplifyBranchSame.diff
88

9-
// This pass is broken since deaggregation changed
10-
// ignore-test
9+
// ignore-test This pass is broken since deaggregation changed
1110

1211
fn id(o: Option<u8>) -> Option<u8> {
1312
match o {

tests/mir-opt/simplify_arm_identity.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// compile-flags: -Zmir-opt-level=3
55
// EMIT_MIR_FOR_EACH_BIT_WIDTH
66

7-
// This pass is broken since deaggregation changed
8-
// ignore-test
7+
// ignore-test This pass is broken since deaggregation changed
98

109
enum Src {
1110
Foo(u8),

tests/ui/borrowck/move-error-snippets-ext.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ignore-test
1+
// ignore-test (auxiliary, used by other tests)
22

33
macro_rules! aaa {
44
($c:ident) => {{

tests/ui/codemap_tests/two_files_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ignore-test
1+
// ignore-test (auxiliary, used by other tests)
22

33
trait Foo { }
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// ignore-test
1+
// ignore-test (auxiliary, used by other tests)
22

33
#![cfg_attr(all(), cfg(FALSE))]

tests/ui/cross/cross-file-errors/main.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: in expressions, `_` can only be used on the left-hand side of an assignment
2-
--> $DIR/underscore.rs:8:9
2+
--> $DIR/underscore.rs:6:9
33
|
44
LL | _
55
| ^ `_` not allowed here

tests/ui/cross/cross-file-errors/underscore.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// We want this file only so we can test cross-file error
2-
// messages, but we don't want it in an external crate.
3-
// ignore-test
1+
// ignore-test (auxiliary, used by other tests)
42
#![crate_type = "lib"]
53

64
macro_rules! underscore {

tests/ui/inline-const/const-match-pat-lifetime-err.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ignore-test
1+
// ignore-test (This is currently broken)
22

33
#![allow(incomplete_features)]
44
#![feature(const_mut_refs)]

tests/ui/issues/issue-49298.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// where #54986 is implemented and #54987 is *not* implemented. For
77
// now: just ignore it
88
//
9-
// ignore-test
9+
// ignore-test (#54987)
1010

1111
// This test is checking that the space allocated for `x.1` does not
1212
// overlap with `y`. (The reason why such a thing happened at one

tests/ui/issues/issue-59756.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// run-rustfix
2-
// ignore-test
2+
// ignore-test (rustfix needs multiple suggestions)
33
//
44
// FIXME: Re-enable this test once we support choosing
55
// between multiple mutually exclusive suggestions for the same span

0 commit comments

Comments
 (0)