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

[js-api] Add tests for WebAssembly.JSTag #319

Merged
merged 2 commits into from
Jul 4, 2024

Commits on Jul 1, 2024

  1. [js-api] Add tests for WebAssembly.JSTag

    This adds tests for `WebAssembly.JSTag`. The tests are adapted from
    https://github.com/v8/v8/blob/main/test/mjsunit/wasm/exnref-api.js.
    
    Confirmed that they run successfully with web test infrastructure in
    Chrome with `--js-flags=--experimental-wasm-exnref` command line
    argument. The only thing failing there was the shadowrealm test, which I
    think we should add a separate expectation files like the existing
    `***.tentative.any.shadowrealm-expected.txt` in
    https://github.com/chromium/chromium/tree/main/third_party/blink/web_tests/external/wpt/wasm/jsapi/exception.
    But given that we don't host these files in this EH repo, I'll just
    upload the js files.
    aheejin committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4c77ac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Remove unused 'wasmTag'

    aheejin committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    be90dc7 View commit details
    Browse the repository at this point in the history