Skip to content

Commit 065d9b5

Browse files
committed
Fix the rest of the tests
1 parent 13aa5fb commit 065d9b5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/tools/miri/tests/pass-dep/libc/libc-epoll-blocking.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//@only-target: linux
2-
//@only-target: android
1+
//@only-target: linux android
32
// test_epoll_block_then_unblock and test_epoll_race depend on a deterministic schedule.
43
//@compile-flags: -Zmiri-preemption-rate=0
54

src/tools/miri/tests/pass-dep/libc/libc-epoll-no-blocking.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//@only-target: linux
2-
//@only-target: android
1+
//@only-target: linux android
32

43
use std::convert::TryInto;
54

src/tools/miri/tests/pass-dep/libc/libc-eventfd.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//@only-target: linux
2-
//@only-target: android
1+
//@only-target: linux android
32
// test_race, test_blocking_read and test_blocking_write depend on a deterministic schedule.
43
//@compile-flags: -Zmiri-preemption-rate=0
54

0 commit comments

Comments
 (0)