We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89b6885 + 7931a8d commit b3db772Copy full SHA for b3db772
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