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

[wasm] Add task marshaling tests. #61324

Merged
merged 3 commits into from
Nov 10, 2021
Merged

Commits on Nov 8, 2021

  1. [wasm] Add task marshaling tests.

    Add various tests for marshaling task to JavaScript promise.
    
    - Sync and async.
    - Generic and non-generic.
    - Successful and failed.
    maraf committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    207f97b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    e00e249 View commit details
    Browse the repository at this point in the history
  2. Mark ValueTask unit tests with ActiveIssue attribute and make asserti…

    …ons as if the feature is implemented.
    maraf committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5f30ce3 View commit details
    Browse the repository at this point in the history