diff options
| author | Yoh Deadfall <yoh.deadfall@hotmail.com> | 2025-01-13 21:14:36 +0300 |
|---|---|---|
| committer | Yoh Deadfall <yoh.deadfall@hotmail.com> | 2025-01-13 22:04:47 +0300 |
| commit | 2bf831115cd63c7b06ec18471caf490ac4d55c75 (patch) | |
| tree | a1f0c68b2c7ab138fb71f0f2e380361128cee93b | |
| parent | 498ea324e3e3b08cf3e343f4c58bebd8bdac6cec (diff) | |
| download | rust-2bf831115cd63c7b06ec18471caf490ac4d55c75.tar.gz rust-2bf831115cd63c7b06ec18471caf490ac4d55c75.zip | |
Included Abdroid to an epoll test targets
| -rw-r--r-- | src/tools/miri/tests/fail-dep/libc/libc_epoll_block_two_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/tests/fail-dep/libc/libc_epoll_block_two_thread.rs b/src/tools/miri/tests/fail-dep/libc/libc_epoll_block_two_thread.rs index 0230aeeb375..059b24cb8c0 100644 --- a/src/tools/miri/tests/fail-dep/libc/libc_epoll_block_two_thread.rs +++ b/src/tools/miri/tests/fail-dep/libc/libc_epoll_block_two_thread.rs @@ -1,7 +1,7 @@ //@compile-flags: -Zmiri-preemption-rate=0 //~^ERROR: deadlocked //~^^ERROR: deadlocked -//@only-target: linux illumos +//@only-target: linux android illumos //@error-in-other-file: deadlock use std::convert::TryInto; |
