Skip to content

Commit

Permalink
Add one more annotation and fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tiif committed Nov 15, 2024
1 parent c1e15f1 commit a011eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tokio/tests/io_async_fd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ fn driver_shutdown_wakes_currently_pending() {
}

#[test]
#[cfg_attr(miri, ignore)]
#[cfg_attr(miri, ignore)] // No F_GETFL for fcntl in miri.
fn driver_shutdown_wakes_future_pending() {
let rt = rt();

Expand Down Expand Up @@ -630,7 +630,7 @@ fn driver_shutdown_wakes_poll_race() {
}

#[tokio::test]
#[cfg_attr(miri, ignore)] // No socket on miri.
#[cfg_attr(miri, ignore)] // No socket in miri.
#[cfg(any(target_os = "linux", target_os = "android"))]
async fn priority_event_on_oob_data() {
use std::net::SocketAddr;
Expand Down Expand Up @@ -719,7 +719,7 @@ async fn clear_ready_matching_clears_ready_mut() {
}

#[tokio::test]
#[cfg_attr(miri, ignore)] // No socket on miri.
#[cfg_attr(miri, ignore)] // No socket in miri.
#[cfg(target_os = "linux")]
async fn await_error_readiness_timestamping() {
use std::net::{Ipv4Addr, SocketAddr};
Expand Down

0 comments on commit a011eb5

Please sign in to comment.