We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I update the ./tests submodule to 6df9b4ad039ff0043ca75579979f945598898eb3, I see a fatal error
./tests
tester$ ./runVmTest.native calldataload ===========================test case: calldataload1 code: 0x600135600055 Fatal error: exception Failure("Some post conditions not available")
Is this a problem in the test format or ./runVmTest.native?
./runVmTest.native
The text was updated successfully, but these errors were encountered:
@ylya reported a similar issue.
Sorry, something went wrong.
It looks like this commit changed the format https://github.com/ethereum/tests/search?q=a878a153d4a10349a24eadb57a21d8653717658b&type=Commits&utf8=%E2%9C%93
The commit added many 0x in front of addresses. Maybe this is one cause.
0x
No branches or pull requests
When I update the
./tests
submodule to 6df9b4ad039ff0043ca75579979f945598898eb3, I see a fatal errorIs this a problem in the test format or
./runVmTest.native
?The text was updated successfully, but these errors were encountered: