Added Android to epoll and eventfd test targets
This commit is contained in:
parent
8db1e9a2ed
commit
b7b6dee26d
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
//@only-target: linux
|
||||
//@only-target: linux android
|
||||
//~^ERROR: deadlocked
|
||||
//~^^ERROR: deadlocked
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//@only-target: linux
|
||||
//@only-target: linux android
|
||||
//~^ERROR: deadlocked
|
||||
//~^^ERROR: deadlocked
|
||||
//@compile-flags: -Zmiri-preemption-rate=0
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue