@@ -50,7 +50,7 @@ nonpoison_and_poison_unwrap_test!(
50
50
// FIXME: On macOS we use a provenance-incorrect implementation and Miri
51
51
// catches that issue with a chance of around 1/1000.
52
52
// See <https://github.com/rust-lang/rust/issues/121950> for details.
53
- #[ cfg_attr ( all( miri, target_os = "macos" ) , ignore ) ]
53
+ #[ cfg ( not ( all( miri, target_os = "macos" ) ) ) ]
54
54
nonpoison_and_poison_unwrap_test ! (
55
55
name: frob,
56
56
test_body: {
@@ -315,7 +315,7 @@ nonpoison_and_poison_unwrap_test!(
315
315
316
316
// FIXME: On macOS we use a provenance-incorrect implementation and Miri catches that issue.
317
317
// See <https://github.com/rust-lang/rust/issues/121950> for details.
318
- #[ cfg_attr ( all( miri, target_os = "macos" ) , ignore ) ]
318
+ #[ cfg ( not ( all( miri, target_os = "macos" ) ) ) ]
319
319
nonpoison_and_poison_unwrap_test ! (
320
320
name: test_downgrade_observe,
321
321
test_body: {
@@ -362,7 +362,7 @@ nonpoison_and_poison_unwrap_test!(
362
362
363
363
// FIXME: On macOS we use a provenance-incorrect implementation and Miri catches that issue.
364
364
// See <https://github.com/rust-lang/rust/issues/121950> for details.
365
- #[ cfg_attr ( all( miri, target_os = "macos" ) , ignore ) ]
365
+ #[ cfg ( not ( all( miri, target_os = "macos" ) ) ) ]
366
366
nonpoison_and_poison_unwrap_test ! (
367
367
name: test_downgrade_atomic,
368
368
test_body: {
0 commit comments