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

+1-2
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

+1-2
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

+1-1
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

+1-1
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

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

+1-1
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

+1-3
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

+1-1
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

+1-1
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

+1-1
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

tests/ui/macros/macro-expanded-include/foo/mod.rs

+1-1
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! m {
44
() => { include!("file.txt"); }

tests/ui/match/issue-26996.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// where #54986 is implemented and #54987 is *not* implemented. For
55
// now: just ignore it
66
//
7-
// ignore-test
7+
// ignore-test (#54987)
88

99
// This test is checking that the write to `c.0` (which has been moved out of)
1010
// won't overwrite the state in `c2`.

tests/ui/match/issue-27021.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// where #54986 is implemented and #54987 is *not* implemented. For
55
// now: just ignore it
66
//
7-
// ignore-test
7+
// ignore-test (#54987)
88

99
// These are variants of issue-26996.rs. In all cases we are writing
1010
// into a record field that has been moved out of, and ensuring that

tests/ui/numbers-arithmetic/saturating-float-casts-impl.rs

+1-1
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
// Tests saturating float->int casts. See u128-as-f32.rs for the opposite direction.
44
//

tests/ui/panics/panic-short-backtrace-windows-x86_64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This test has been spuriously failing a lot recently (#92000).
22
// Ignore it until the underlying issue is fixed.
3-
// ignore-test
3+
// ignore-test (#92000)
44

55
// Regression test for #87481: short backtrace formatting cut off the entire stack trace.
66

tests/ui/proc-macro/module.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// ignore-test
1+
// ignore-test (auxiliary, used by other tests)
+1-1
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
#![rustfmt::skip]
44
#![print_attr]

tests/ui/proc-macro/outer/inner.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// ignore-test
1+
// ignore-test (auxiliary, used by other tests)

tests/ui/proc-macro/pretty-print-hack/allsorts-rental-0.5.6/src/lib.rs

+1-1
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
#[derive(Print)]
44
enum ProceduralMasqueradeDummyType {

tests/ui/proc-macro/pretty-print-hack/rental-0.5.5/src/lib.rs

+1-1
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
#[derive(Print)]
44
enum ProceduralMasqueradeDummyType {

tests/ui/proc-macro/pretty-print-hack/rental-0.5.6/src/lib.rs

+1-1
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
#[derive(Print)]
44
enum ProceduralMasqueradeDummyType {

0 commit comments

Comments
 (0)