-
Notifications
You must be signed in to change notification settings - Fork 765
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
Avoid double-callbacks in CALL #188
Conversation
Explanation: the actual call is moved into the successful-case of |
This change also enables turning back on a lot of tests, the skip list would need to be reduced to
I believe those memory ones could be fixed by #174. |
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.
Looks good to me. This looks generally cleaner to me having the code execution in a deterministic order.
@jwasinger @holgerd77 @cdetrio anybody merging this? :) |
@axic I though that there is an |
@holgerd77 I don't know how that label ended up there, but no, this is finished. |
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.
Can you rebase this?
a51546e
to
a17c5d8
Compare
@holgerd77 done |
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.
Looks good
fix test runner
Early-stage Programmatic API / Custom VM Option
This fixes test case
Call50000_identity
.