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

sysfs: restore check for EINTR in poll test, fix Windows tests #1604

Merged
merged 1 commit into from
Jul 30, 2023

Commits on Jul 30, 2023

  1. sysfs: restore check for EINTR poll test, fix Window tests

    EINTR used to be ignored when `select` was used, but the check was
    deleted during the migration to `poll`, but this might make
    some tests flakier.
    
    Some time-based tests also seem flakier, so we try to
    make them slightly more robust.
    
    Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
    evacchi committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    0bcef3e View commit details
    Browse the repository at this point in the history