-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat(levm): add legacy tests to the suite #1870
Merged
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
97fb6a6
download legacy tests
tomip01 e4f7063
remove cancun download
tomip01 6526da5
deserialize post values with forks
tomip01 eda99d8
deserialize post values with forks
tomip01 f219e19
progress on parsing and running tests
tomip01 822421e
resolve errors
tomip01 56561ac
parse succesfully
tomip01 b32c5cb
solve parsing
tomip01 35ab175
fix none unwrap
tomip01 e901d9f
pass all
tomip01 243ad39
all working
tomip01 4283c2c
remove comment
tomip01 6ff5f50
rename variables
tomip01 5ededc6
refactor
tomip01 c6e0f4b
remove comments
tomip01 6d2b5e8
remove comments
tomip01 632e5e7
make re run report handle forks
tomip01 e3ac34d
simplify makefile
tomip01 66d4ffd
change ci
tomip01 b9dec74
change ci
tomip01 05d4f63
update ci
tomip01 c4ee0e5
remove empty line
tomip01 d7880b6
first approach test count
tomip01 9849e83
fix report
tomip01 9ccad69
update comment
tomip01 4165bcb
refactor makefile
tomip01 1a8dbff
remove withespace
tomip01 0b4cef2
remove test func
tomip01 16a6725
make better clone efts
tomip01 be43535
Merge branch 'main' into levm/add-legacy-tests
tomip01 4dd4e36
remove old comment
tomip01 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
This can be simplified to:
I believe that would also cover the following line, but check.
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.
Thanks! I tried that but it didn't work out. I stick to:
git clone --recurse-submodules --depth 1 --branch $(ETH_TEST_TAG) $(ETH_TEST_URL) $(TESTS_REPO)
Done here 16a6725