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

Unskip stack-too-deep unit test #848

Closed
cgewecke opened this issue Feb 4, 2024 · 1 comment
Closed

Unskip stack-too-deep unit test #848

cgewecke opened this issue Feb 4, 2024 · 1 comment
Labels

Comments

@cgewecke
Copy link
Member

cgewecke commented Feb 4, 2024

A self-reminder to do this as part of supporting viaIR. It began failing when the tests were upgraded to solc 0.8.24

// FAILING WITH 0.8.x ... unskip when viaIR work is done
it.skip('should instrument without triggering stack-too-deep', () => {
const info = util.instrumentAndCompile('statements/stack-too-deep');
util.report(info.solcOutput.errors);
});

@cgewecke
Copy link
Member Author

cgewecke commented Feb 9, 2024

Done in #854

@cgewecke cgewecke closed this as completed Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant