We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1beb25 commit 7430eb4Copy full SHA for 7430eb4
std/src/sync/rwlock/tests.rs
@@ -550,6 +550,9 @@ fn test_downgrade_observe() {
550
}
551
552
#[test]
553
+// FIXME: On macOS we use a provenance-incorrect implementation and Miri catches that issue.
554
+// See <https://github.com/rust-lang/rust/issues/121950> for details.
555
+#[cfg_attr(all(miri, target_os = "macos"), ignore)]
556
fn test_downgrade_atomic() {
557
const NEW_VALUE: i32 = -1;
558
0 commit comments