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

Initial implementation of assert_uninstantiable. #867

Merged
merged 3 commits into from
Oct 18, 2019

Conversation

nlewycky
Copy link
Contributor

@nlewycky nlewycky commented Oct 7, 2019

Description

Add a basic implementation of assert_uninstantiable in the spectest runner. Fixes one line of spectests in all three backends.

Copy link
Contributor

@MarkMcCaskey MarkMcCaskey left a 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

@MarkMcCaskey
Copy link
Contributor

Actually, if it's sufficiently obvious given the rest of this file, then don't worry about it

@nlewycky
Copy link
Contributor Author

nlewycky commented Oct 8, 2019

Assert that the module described is not instantiable, where instantiate is the process defined in the webassembly spec, for wasmer it means producing a Instance from the Module. I don't feel like it needs a comment, let me know if you want one.

@nlewycky
Copy link
Contributor Author

nlewycky commented Oct 8, 2019

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 8, 2019

Merge conflict

@nlewycky nlewycky force-pushed the feature/assert-trap-linking branch from d33f290 to 4dc3d81 Compare October 8, 2019 18:53
@nlewycky
Copy link
Contributor Author

nlewycky commented Oct 8, 2019

bors r+

bors bot added a commit that referenced this pull request Oct 8, 2019
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]>
@bors
Copy link
Contributor

bors bot commented Oct 8, 2019

Build failed

  • wasmerio.wasmer

@syrusakbary
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Oct 9, 2019
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]>
@nlewycky nlewycky requested review from bjfish and Hywan as code owners October 9, 2019 23:28
@bors
Copy link
Contributor

bors bot commented Oct 9, 2019

Canceled

@syrusakbary
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Oct 9, 2019
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]>
@bors
Copy link
Contributor

bors bot commented Oct 9, 2019

Canceled

@nlewycky
Copy link
Contributor Author

nlewycky commented Oct 9, 2019

bors r+

@bors
Copy link
Contributor

bors bot commented Oct 9, 2019

Canceled

@nlewycky
Copy link
Contributor Author

nlewycky commented Oct 9, 2019

bors r+

@nlewycky
Copy link
Contributor Author

nlewycky commented Oct 9, 2019

Thanks @syrusakbary !

bors bot added a commit that referenced this pull request Oct 9, 2019
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]>
@bors
Copy link
Contributor

bors bot commented Oct 10, 2019

Build failed

  • wasmerio.wasmer

@nlewycky nlewycky force-pushed the feature/assert-trap-linking branch from f12563e to a79fcb7 Compare October 14, 2019 22:25
@nlewycky
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Oct 15, 2019
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]>
@bors
Copy link
Contributor

bors bot commented Oct 15, 2019

Build failed

  • wasmerio.wasmer

nlewycky added a commit that referenced this pull request Oct 17, 2019
Duplicate of PR #867 for Windows testing.
@nlewycky nlewycky force-pushed the feature/assert-trap-linking branch from 335520a to 6753999 Compare October 18, 2019 01:40
@nlewycky
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Oct 18, 2019
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]>
@bors
Copy link
Contributor

bors bot commented Oct 18, 2019

Build failed

  • wasmerio.wasmer

@nlewycky
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request Oct 18, 2019
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]>
@bors
Copy link
Contributor

bors bot commented Oct 18, 2019

Build succeeded

  • wasmerio.wasmer

@bors bors bot merged commit fbe2701 into master Oct 18, 2019
@bors bors bot deleted the feature/assert-trap-linking branch October 18, 2019 03:04
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.

4 participants