Uh oh!
There was an error while loading. Please reload this page.
[wasm] Add task marshaling tests. - #61324
Conversation
Add various tests for marshaling task to JavaScript promise. - Sync and async. - Generic and non-generic. - Successful and failed.
ghost
commented
Nov 8, 2021
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsAdd various tests for marshaling task to JavaScript promise.
@pavelsavara@kg Do you have some ideas for additional scenarios to test?
|
kg
commented
Nov 8, 2021
Looks good. I'd add a test for |
Uh oh!
There was an error while loading. Please reload this page.
…ons as if the feature is implemented.
6101d42 to
5f30ce3Comparemaraf
commented
Nov 10, 2021
I have added the same bunch of tests for ValueTasks as for Tasks, as I'm expecting the marshaling implementation will be different. Let me know if it's ok or we don't need all of them. |
Add various tests for marshaling task to JavaScript promise.
These tests replace those added in the #47640.
@pavelsavara@kg Do you have some ideas for additional scenarios to test?