-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epoll-test.epoll__invalid_op2 failed and epoll-test.epoll__epollhup_on_fresh_socket, epoll-test.epoll__epollpri tests where skipped #24
Comments
Thanks for the report! Can you run the test with further debug info ( If you are building the port, you can disable that test (or all test) by modifying the ports The skipped tests are mostly harmless, this is just a result of the epoll emulation not being 100% perfect. |
|
Weird, looks like the test is passing now... |
Probably the problem is in the configuration file. What about those 2 skipped tests? |
Sometimes there are inherent limitations in kqueue or the various BSDs that make 100% exact emulation impossible. For example, emulation for The most common use cases should be supported, however. |
I see. What about if you can help with external task, like geeting rid of epoll abstraction + the shim, for porting libbacktrace, to FreeBSD 13.0? So it would be possible to deal with kqueue directly. |
Hello.
Here is my situation:
I am on
The text was updated successfully, but these errors were encountered: