Skip to content

Commit b7b6dee

Browse files
committed
Added Android to epoll and eventfd test targets
1 parent 8db1e9a commit b7b6dee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/tools/miri/tests/fail-dep/libc/eventfd_block_read_twice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@only-target: linux
1+
//@only-target: linux android
22
//~^ERROR: deadlocked
33
//~^^ERROR: deadlocked
44
//@compile-flags: -Zmiri-preemption-rate=0

src/tools/miri/tests/fail-dep/libc/eventfd_block_write_twice.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@only-target: linux
1+
//@only-target: linux android
22
//~^ERROR: deadlocked
33
//~^^ERROR: deadlocked
44
//@compile-flags: -Zmiri-preemption-rate=0

src/tools/miri/tests/fail-dep/libc/libc_epoll_unsupported_fd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@only-target: linux
1+
//@only-target: linux android
22

33
// This is a test for registering unsupported fd with epoll.
44
// Register epoll fd with epoll is allowed in real system, but we do not support this.

0 commit comments

Comments
 (0)