-
Notifications
You must be signed in to change notification settings - Fork 451
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 assert_fault script command #74
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lukewagner
changed the title
Add assert_eq script command
Add assert_fault script command
Sep 17, 2015
lukewagner
force-pushed
the
add-assert-fault
branch
from
September 17, 2015 04:10
3b022e0
to
8c5caa2
Compare
lgtm modulo comment |
lukewagner
added a commit
that referenced
this pull request
Sep 17, 2015
Add assert_fault script command
This was referenced Sep 17, 2015
Closed
littledan
pushed a commit
to littledan/spec
that referenced
this pull request
Mar 4, 2018
This also enforces requirement that all atomic instructions have shared memory.
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this pull request
Nov 18, 2019
alexcrichton
pushed a commit
to alexcrichton/spec
that referenced
this pull request
Nov 19, 2019
Describe lazy evaluation and rewriting
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Oct 3, 2023
dhil
pushed a commit
to dhil/webassembly-spec
that referenced
this pull request
Aug 30, 2024
Explainer for unified stack-switching proposal
rossberg
pushed a commit
that referenced
this pull request
Nov 6, 2024
* Convert table and memory instance storage to sequences Vectors in the spec are syntactically limited to a maximum size of 2^32. This is incompatible with memory64, so the storage has been changed to use sequences instead of vectors. The execution semantics are unaffected. * Update memory/table validation/execution/embedding to u64 Memory and table operations in the embedding section have been updated to use u64 instead of u32, reflecting the changes to `limits`. Various operations in the execution section were also updated to reflect `idxtype`'s inclusion in `memtype` and `tabletype`, as well as the supporting validation rules.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch adds a command
(assert_fault (invoke "foo" ...args) "...fail regex")
that asserts a specified runtime failure.