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

Tests: Fix assert_malformed assertion #133

Merged
merged 15 commits into from
Oct 3, 2024
Merged

Commits on Oct 2, 2024

  1. Re-enable FuzzTranslatorRegressionTests

    The test case was broken as `Module/materializeAll` always throws
    exception without doing actual translation.
    This change adds compilation mode option to eagerly materialize all
    functions at instantiation time, and use that mode in the test case.
    kateinoigakukun committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4a06b5c View commit details
    Browse the repository at this point in the history
  2. Tests: Fix assert_malformed assertion

    The `assert_malformed` assertion was not correctly checking for malformed
    modules as `materializeAll` always throws an error
    kateinoigakukun committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    92107d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c109dbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a8ef0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0638728 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78bdeea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bb2106 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    056213f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13bd54b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    164c96d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1ae0d7a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    a3947f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8e5ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8315caf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    031f5fe View commit details
    Browse the repository at this point in the history