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

Less Mutex poisoning #527

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Less Mutex poisoning #527

merged 1 commit into from
Feb 24, 2024

Commits on Feb 24, 2024

  1. Less Mutex poisoning

    If a test case panics while holding a static method's internal Mutex
    locked, for example by violating a times() constraint, then clear the
    Mutex's poison during Drop.  We're going to delete all of its
    Expectations anyway, so there's no data to be poisoned.
    
    Requires nightly.
    
    Fixes #515
    asomers committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ae79d1c View commit details
    Browse the repository at this point in the history