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

Commits on Apr 20, 2023

  1. Add test for the module size limit

    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 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c79c4be View commit details
    Browse the repository at this point in the history
  2. Some cleanup

    gahaas committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4437c9b View commit details
    Browse the repository at this point in the history