disable validation for some tests that need further investigation
This commit is contained in:
parent
942204ee32
commit
a48b2cc4e9
3 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// FIXME: Still investigating whether there is UB here
|
||||
// compile-flags: -Zmiri-disable-validation
|
||||
|
||||
use std::sync::Mutex;
|
||||
|
||||
fn par_for<I, F>(iter: I, f: F)
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// FIXME: Still investigating whether there is UB here
|
||||
// compile-flags: -Zmiri-disable-validation
|
||||
|
||||
fn b<T>(t: T) -> T { t }
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// FIXME: Still investigating whether there is UB here
|
||||
// compile-flags: -Zmiri-disable-validation
|
||||
|
||||
use std::collections::VecDeque;
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue