Skip to content
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

fix evm test inputs #851

Merged
merged 3 commits into from
Jan 10, 2024
Merged

fix evm test inputs #851

merged 3 commits into from
Jan 10, 2024

Conversation

leonardoalt
Copy link
Member

Fixing the EVM test inputs and trying it out on our CI again. If CI fails because of OOM I'll comment the function out but will leave the updated inputs and verify_riscv_crate adjustment.

@leonardoalt leonardoalt mentioned this pull request Dec 18, 2023
5 tasks
@@ -124,21 +124,21 @@ fn test_password() {
mstore(0, 666)
return(0, 32)
*/
/*
static BYTECODE: &str = "61029a60005260206000f3";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could use PUSH0 ;)

chriseth
chriseth previously approved these changes Dec 18, 2023
@leonardoalt
Copy link
Member Author

updated this PR to run the evm test with the slow tests, let's see

@leonardoalt
Copy link
Member Author

yea this is still too much for our CI...

@leonardoalt leonardoalt force-pushed the fix-evm-dec branch 2 times, most recently from a32b8d7 to 88f6e71 Compare December 23, 2023 22:33
@leonardoalt
Copy link
Member Author

I commented out the test again because of CI, but at least the test is correct now if you uncomment and run it

@leonardoalt
Copy link
Member Author

the test is at least compiled now, hidden behind a feature.

Ready for review

@chriseth
Copy link
Member

chriseth commented Jan 9, 2024

looks good, but tests are failing

@leonardoalt leonardoalt enabled auto-merge January 10, 2024 15:24
@leonardoalt leonardoalt added this pull request to the merge queue Jan 10, 2024
Merged via the queue into main with commit 6d3b917 Jan 10, 2024
@leonardoalt leonardoalt deleted the fix-evm-dec branch January 10, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants