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

YJIT: Enable out of memory tests #5214

Merged
merged 1 commit into from
Dec 4, 2021
Merged

Commits on Dec 4, 2021

  1. YJIT: Enable out of memory tests

    As of [1] and [2], YJIT has enough support for out of memory conditions
    to pass these two basic tests.
    
    OOM code paths are prone to bugs since they are rarely exercised in
    common workloads. We might want to add CI runs that stress test these
    code paths. Maybe outside of GitHub Actions for capacity reasons.
    
    [1]: f41b4d4
    [2]: b5b6ab4
    XrXr committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    f753bd0 View commit details
    Browse the repository at this point in the history