[all-commits] [llvm/llvm-project] ae2012: [libc] Disable epoll_create fail test when SYS_epo...
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Sat Jul 20 15:30:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae2012d701827f224df04d0ae57e89472c1322d2
https://github.com/llvm/llvm-project/commit/ae2012d701827f224df04d0ae57e89472c1322d2
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2024-07-20 (Sat, 20 Jul 2024)
Changed paths:
M libc/test/src/sys/epoll/linux/epoll_create_test.cpp
Log Message:
-----------
[libc] Disable epoll_create fail test when SYS_epoll_create1 is used internally (#99785)
The fail test case only makes sense if SYS_epoll_create is used internally to implement epoll_create, since the only argument to epoll_create (size) is dropped if SYS_epoll_create1 is used.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list