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

wasi: refactor and enable poll_oneoff() test #33521

Merged
merged 2 commits into from
May 25, 2020
Merged

Commits on May 25, 2020

  1. deps: uvwasi: cherry-pick 9e75217

    Original commit message:
    
        poll_oneoff: add missing uv_run() in cleanup
    
        This allows ASAN to pass.
    
    PR-URL: nodejs#33521
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    cjihrig committed May 25, 2020
    Configuration menu
    Copy the full SHA
    2d2d210 View commit details
    Browse the repository at this point in the history
  2. wasi: refactor and enable poll_oneoff() test

    This commit refactors and enables the poll_oneoff() WASI test.
    The refactor includes testing additional cases, as well as some
    platform specific checks.
    
    PR-URL: nodejs#33521
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
    cjihrig committed May 25, 2020
    Configuration menu
    Copy the full SHA
    a4e6ef7 View commit details
    Browse the repository at this point in the history