Merge pull request #4137 from YohDeadfall/fixed-test-conditions

Added Android to `epoll` and `eventfd` test targets
This commit is contained in:
Ben Kimock 2025-01-12 23:36:48 +00:00 committed by GitHub
commit f764a581b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
//@only-target: linux
//@only-target: linux android
//~^ERROR: deadlocked
//~^^ERROR: deadlocked
//@compile-flags: -Zmiri-preemption-rate=0

View file

@ -1,4 +1,4 @@
//@only-target: linux
//@only-target: linux android
//~^ERROR: deadlocked
//~^^ERROR: deadlocked
//@compile-flags: -Zmiri-preemption-rate=0

View file

@ -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.