Skip to content

Commit a12fe27

Browse files
Ignore rustc_peek tests until migration to new dataflow framework
1 parent 7c7c9b3 commit a12fe27

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

src/test/ui/mir-dataflow/def-inits-1.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// General test of maybe_uninits state computed by MIR dataflow.
22

3+
// ignore-test Temporarily ignored while this analysis is migrated to the new framework.
4+
35
#![feature(core_intrinsics, rustc_attrs)]
46

57
use std::intrinsics::rustc_peek;

src/test/ui/mir-dataflow/indirect-mutation-offset.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// compile-flags: -Zunleash-the-miri-inside-of-you
22

3+
// ignore-test Temporarily ignored while this analysis is migrated to the new framework.
4+
35
#![feature(core_intrinsics, rustc_attrs, const_raw_ptr_deref)]
46

57
use std::cell::UnsafeCell;

src/test/ui/mir-dataflow/inits-1.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// General test of maybe_inits state computed by MIR dataflow.
22

3+
// ignore-test Temporarily ignored while this analysis is migrated to the new framework.
4+
35
#![feature(core_intrinsics, rustc_attrs)]
46

57
use std::intrinsics::rustc_peek;

src/test/ui/mir-dataflow/uninits-1.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// General test of maybe_uninits state computed by MIR dataflow.
22

3+
// ignore-test Temporarily ignored while this analysis is migrated to the new framework.
4+
35
#![feature(core_intrinsics, rustc_attrs)]
46

57
use std::intrinsics::rustc_peek;

src/test/ui/mir-dataflow/uninits-2.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// General test of maybe_uninits state computed by MIR dataflow.
22

3+
// ignore-test Temporarily ignored while this analysis is migrated to the new framework.
4+
35
#![feature(core_intrinsics, rustc_attrs)]
46

57
use std::intrinsics::rustc_peek;

0 commit comments

Comments
 (0)