Added Android to epoll and eventfd test targets

This commit is contained in:
Yoh Deadfall 2025-01-12 22:14:02 +03:00
parent 8db1e9a2ed
commit b7b6dee26d
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.