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

Add test for the module size limit #1642

Merged
merged 2 commits into from May 2, 2023
Merged

Add test for the module size limit #1642

merged 2 commits into from May 2, 2023

Conversation

gahaas
Copy link
Collaborator

@gahaas gahaas commented Apr 20, 2023

The limits test did not test the maximum supported module size of 1GB yet. This PR adds tests which create modules consisting of a single custom section. The first test checks if a module of size 1GB is allowed, the second test checks that a module of size 1GB + 1 byte gets rejected.

The limits test did not test the maximum supported module size of 1GB yet. This PR adds tests which create modules consisting of a single custom section. The first test checks if a module of size 1GB is allowed, the second test checks that a module of size 1GB + 1 byte gets rejected.
@gahaas gahaas requested a review from dtig April 27, 2023 11:22
@gahaas gahaas merged commit dec2738 into main May 2, 2023
1 check passed
@gahaas gahaas deleted the gahaas-patch-1 branch May 2, 2023 05:24
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.

None yet

2 participants