We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f25fee3 + 7931a8d commit 9aac15dCopy full SHA for 9aac15d
library/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