Skip to content

Commit 48b6346

Browse files
committed
enable validation for a bunch of more tests
1 parent aa578de commit 48b6346

File tree

5 files changed

+0
-11
lines changed

5 files changed

+0
-11
lines changed

tests/compile-fail/panic.rs

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

53
fn main() {

tests/compile-fail/zst2.rs

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

53
#[derive(Debug)]

tests/compile-fail/zst3.rs

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

53
#[derive(Debug)]

tests/run-pass-fullmir/hashmap.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// FIXME: disable validation until we figure out how to handle <https://github.com/solson/miri/issues/296>.
2-
// compile-flags: -Zmir-emit-validate=0
31
use std::collections::{self, HashMap};
42
use std::hash::BuildHasherDefault;
53

tests/run-pass/btreemap.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// mir validation can't cope with `mem::uninitialized::<SomeEnum>()`
2-
// compile-flags: -Zmir-emit-validate=0
3-
41
#[derive(PartialEq, Eq, PartialOrd, Ord)]
52
pub enum Foo {
63
A(&'static str),

0 commit comments

Comments
 (0)