Skip to content
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

Fix test compilation errors on Windows #144

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2022

  1. Always enable testing

    mheily committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    f13650d View commit details
    Browse the repository at this point in the history
  2. Fix multiple test issues on Windows

    * Disable EVFILT_PROC as this is not supported.
    
    * Initialize kevent() timeouts using an older syntax.
    
    * Use Sleep() instead of usleep().
    
    * Disable test_transition_from_write_to_read().
    
    * Emulate the POSIX API for shutdown(2) and pipe(2).
    mheily committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    323fbc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    678a0fc View commit details
    Browse the repository at this point in the history