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

Add more tests, delete some redundant tests, and reorganize some existing tests. #306

Merged
merged 13 commits into from
Aug 2, 2016

Conversation

sunfishcode
Copy link
Member

No description provided.

@sunfishcode sunfishcode modified the milestone: MVP Jul 8, 2016
@sunfishcode
Copy link
Member Author

Ping :-).


(func $f64.no_fuse_reciprocal_sqrt (param $x f64) (result f64)
(f64.div (f64.const 1.0) (f64.sqrt (get_local $x))))
(export "f64.no_fuse_reciprocal_sqrt" $f64.no_fuse_reciprocal_sqrt)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, you can now merge the export into the function def, avoiding all the repetition.

@rossberg
Copy link
Member

rossberg commented Aug 2, 2016

LGTM (mostly rubber-stamped).

@sunfishcode sunfishcode merged commit e628c8a into master Aug 2, 2016
@sunfishcode sunfishcode deleted the more-tests branch August 2, 2016 12:57
dhil pushed a commit to dhil/webassembly-spec that referenced this pull request Oct 3, 2023
rossberg pushed a commit that referenced this pull request Jul 23, 2024
This reflects the WPT changes in
web-platform-tests/wpt@5623804
web-platform-tests/wpt@e0c0429
and web-platform-tests/wpt#42764

`wasm-module-builder.js` was not fully synced with the WPT repo; the
changes reflected were just enough to pass the tests.

This also changes `worker` from `dedicatedworker` in
`legacy/exceptions/js-api/basic.tentative.any.js`, even though the
matching WPT test has not been updated to use it, because all other
tests seem to be using `dedicatedworker` now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants