-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #3813 - tiif:epollfix, r=RalfJung
Testcase fix for epoll Fixes #3811 This PR: - Fixed the error in ``epoll_ctl_del`` test - Simplified the logic in ``epoll_ctl_mod`` test - Added a new test to check if flag that we don't register won't trigger notification (double negation sounds a bit confusing here, feel free to suggest a better one ;) ) - Use assert_eq(0) for epoll_ctl test
- Loading branch information
Showing
1 changed file
with
65 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters