Skip to content

Commit

Permalink
Merge pull request #4137 from YohDeadfall/fixed-test-conditions
Browse files Browse the repository at this point in the history
Added Android to `epoll` and `eventfd` test targets
  • Loading branch information
saethlin authored Jan 12, 2025
2 parents 1c87fa0 + 1a2c560 commit 55edd5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/fail-dep/libc/eventfd_block_read_twice.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@only-target: linux
//@only-target: linux android
//~^ERROR: deadlocked
//~^^ERROR: deadlocked
//@compile-flags: -Zmiri-preemption-rate=0
Expand Down
2 changes: 1 addition & 1 deletion tests/fail-dep/libc/eventfd_block_write_twice.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@only-target: linux
//@only-target: linux android
//~^ERROR: deadlocked
//~^^ERROR: deadlocked
//@compile-flags: -Zmiri-preemption-rate=0
Expand Down
2 changes: 1 addition & 1 deletion tests/fail-dep/libc/libc_epoll_unsupported_fd.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//@only-target: linux
//@only-target: linux android

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

0 comments on commit 55edd5c

Please sign in to comment.