Skip to content

Commit 02a0f0f

Browse files
oli-obkRalfJung
authored andcommitted
Turn off validation for some compile-fail tests
1 parent 907d2c7 commit 02a0f0f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/compile-fail/panic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME: Probably failing due to https://github.com/solson/miri/issues/296
2+
// compile-flags: -Zmir-emit-validate=0
13
//error-pattern: the evaluated program panicked
24

35
fn main() {

tests/compile-fail/zst2.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME: Probably failing due to https://github.com/solson/miri/issues/296
2+
// compile-flags: -Zmir-emit-validate=0
13
// error-pattern: the evaluated program panicked
24

35
#[derive(Debug)]

tests/compile-fail/zst3.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME: Probably failing due to https://github.com/solson/miri/issues/296
2+
// compile-flags: -Zmir-emit-validate=0
13
// error-pattern: the evaluated program panicked
24

35
#[derive(Debug)]

0 commit comments

Comments
 (0)