Skip to content

Commit f764a58

Browse files
authored
Merge pull request rust-lang#4137 from YohDeadfall/fixed-test-conditions
Added Android to `epoll` and `eventfd` test targets
2 parents 8db1e9a + b7b6dee commit f764a58

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)