-
Notifications
You must be signed in to change notification settings - Fork 81
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
vm, compiler: support ASSERTMSG
and ABORTMSG
#3066
Conversation
24949e5
to
99e81b4
Compare
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.
I don't see an update to pkg/vm/testdata/neo-vm
, but it should be made since neo-project/neo-vm#491 has introduced some new tests.
Shouldn't the update be done locally? Each time I'd like to update submodules I perform
or just
and new commits are being fetched. Our testing job perform the same thing:
Where should I add an update? And I've fixed the JSON testdata path, it was wrong since neo-project/neo-vm@5a11f4b. |
You need to go down into |
I performed it in the clean repo, and I don't have anything to commit after all these steps:
The |
Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
And moreover, with the old NeoVM JSON test path our testing job is failing with the following error:
which means that the job can't find tests by the specified path. It is expected, because the path was updated in the NeoVM. See the job report: https://github.com/nspcc-dev/neo-go/actions/runs/5819454595/job/15777873680?pr=3066. |
Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
It was changed way back in neo-project/neo-vm@5a11f4b. Signed-off-by: Anna Shaleva <[email protected]>
Signed-off-by: Anna Shaleva <[email protected]>
The problem is 0d17273 in fact, it accidentally touched the submodule and no one noticed. So now there is nothing to update. |
Codecov Report
@@ Coverage Diff @@
## master #3066 +/- ##
=======================================
Coverage 84.70% 84.70%
=======================================
Files 329 329
Lines 43827 43919 +92
=======================================
+ Hits 37124 37203 +79
- Misses 5196 5200 +4
- Partials 1507 1516 +9
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
😱 |
OK, this 0d17273 has updated the submodule up to the latest 7e59968 NeoVM commit, let this record be here, and thus we don't have to update the submodule in this PR. |
Port neo-project/neo-vm#491, ready for review.
TODO: