-
Notifications
You must be signed in to change notification settings - Fork 824
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
Initial implementation of assert_uninstantiable
.
#867
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unclear on what exactly the name means -- maybe a comment would be good to add -- otherwise looks good
Actually, if it's sufficiently obvious given the rest of this file, then don't worry about it |
Assert that the module described is not instantiable, where instantiate is the process defined in the webassembly spec, for wasmer it means producing a |
bors r+ |
Merge conflict |
d33f290
to
4dc3d81
Compare
bors r+ |
867: Initial implementation of `assert_uninstantiable`. r=nlewycky a=nlewycky # Description Add a basic implementation of `assert_uninstantiable` in the spectest runner. Fixes one line of spectests in all three backends. Co-authored-by: Nick Lewycky <[email protected]>
Build failed
|
bors r+ |
867: Initial implementation of `assert_uninstantiable`. r=syrusakbary a=nlewycky # Description Add a basic implementation of `assert_uninstantiable` in the spectest runner. Fixes one line of spectests in all three backends. Co-authored-by: Nick Lewycky <[email protected]> Co-authored-by: Syrus Akbary <[email protected]>
Canceled |
bors r+ |
867: Initial implementation of `assert_uninstantiable`. r=syrusakbary a=nlewycky # Description Add a basic implementation of `assert_uninstantiable` in the spectest runner. Fixes one line of spectests in all three backends. Co-authored-by: Nick Lewycky <[email protected]> Co-authored-by: Syrus Akbary <[email protected]> Co-authored-by: Syrus <[email protected]>
Canceled |
bors r+ |
Canceled |
bors r+ |
Thanks @syrusakbary ! |
867: Initial implementation of `assert_uninstantiable`. r=nlewycky a=nlewycky # Description Add a basic implementation of `assert_uninstantiable` in the spectest runner. Fixes one line of spectests in all three backends. Co-authored-by: Nick Lewycky <[email protected]> Co-authored-by: Syrus Akbary <[email protected]> Co-authored-by: Syrus <[email protected]> Co-authored-by: nlewycky <[email protected]>
Build failed
|
f12563e
to
a79fcb7
Compare
bors r+ |
867: Initial implementation of `assert_uninstantiable`. r=nlewycky a=nlewycky # Description Add a basic implementation of `assert_uninstantiable` in the spectest runner. Fixes one line of spectests in all three backends. Co-authored-by: Nick Lewycky <[email protected]> Co-authored-by: Syrus <[email protected]> Co-authored-by: nlewycky <[email protected]>
Build failed
|
Duplicate of PR #867 for Windows testing.
…runner. This exclusion is no worse than before where this test was silently ignored.
335520a
to
6753999
Compare
bors r+ |
867: Initial implementation of `assert_uninstantiable`. r=nlewycky a=nlewycky # Description Add a basic implementation of `assert_uninstantiable` in the spectest runner. Fixes one line of spectests in all three backends. Co-authored-by: Nick Lewycky <[email protected]>
Build failed
|
bors r+ |
867: Initial implementation of `assert_uninstantiable`. r=nlewycky a=nlewycky # Description Add a basic implementation of `assert_uninstantiable` in the spectest runner. Fixes one line of spectests in all three backends. Co-authored-by: Nick Lewycky <[email protected]>
Build succeeded
|
Description
Add a basic implementation of
assert_uninstantiable
in the spectest runner. Fixes one line of spectests in all three backends.