Skip to content

Commit 2b5c8b7

Browse files
committed
Move crash tests to ui tests
1 parent 76c76cb commit 2b5c8b7

18 files changed

+177
-87
lines changed

tests/crashes/101036.rs

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/crashes/106473.rs

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/crashes/114212-2.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ struct UwU<
1414
// here to suppress "unused generic" error if the code stops ICEing
1515
_x: core::marker::PhantomData<A>,
1616
}
17+
18+
fn main() {}

tests/crashes/114212.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#![feature(generic_const_exprs)]
44

5-
use core::marker::PhantomData;
5+
use std::marker::PhantomData;
66

77
pub const DEFAULT_MAX_INPUT_LEN: usize = 256;
88

@@ -32,3 +32,5 @@ where
3232
}
3333
}
3434
}
35+
36+
fn main() {}

tests/crashes/116554.rs

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/crashes/117460.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ struct Matrix<D = [(); 2 + 2]> {
66
}
77

88
impl Matrix {}
9+
10+
fn main() {}

tests/crashes/119824.rs

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/crashes/133966.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/crashes/136416.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/crashes/94846.rs

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)