Skip to content

Commit

Permalink
Fix the rest of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
YohDeadfall committed Nov 11, 2024
1 parent 3bfb191 commit 731494f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions tests/pass-dep/libc/libc-epoll-blocking.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//@only-target: linux
//@only-target: android
//@only-target: linux android
// test_epoll_block_then_unblock and test_epoll_race depend on a deterministic schedule.
//@compile-flags: -Zmiri-preemption-rate=0

Expand Down
3 changes: 1 addition & 2 deletions tests/pass-dep/libc/libc-epoll-no-blocking.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//@only-target: linux
//@only-target: android
//@only-target: linux android

use std::convert::TryInto;

Expand Down
3 changes: 1 addition & 2 deletions tests/pass-dep/libc/libc-eventfd.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//@only-target: linux
//@only-target: android
//@only-target: linux android
// test_race depends on a deterministic schedule.
//@compile-flags: -Zmiri-preemption-rate=0

Expand Down

0 comments on commit 731494f

Please sign in to comment.