execution-spec-tests icon indicating copy to clipboard operation
execution-spec-tests copied to clipboard

chore(ci): add the state tests generated by evmone's unittests to EEST releases

Open danceratopz opened this issue 1 year ago • 0 comments

https://github.com/ethereum/evmone/pull/743 added state test fixture generation from evmone's unit tests. We could consider generating these state test fixtures as part of our fixture release CI flow to make them available to other teams.

To generate the fixtures, build evmone and then

export EVMONE_EXPORT_TESTS=exported_tests
build/bin/evmone-unittests --gtest_filter=state_transition.\*
ls exported_tests/state_transition/
# -> 
# block  create  eof  selfdestruct  trace  transient_storage  tx

danceratopz avatar Dec 12 '23 16:12 danceratopz