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

Implement a test scheduler that propagates panics #3218

Closed
wants to merge 1 commit into from

Commits on Dec 5, 2020

  1. Implement a test scheduler that propagates panics

    This patch implements a new scheduler that does not capture unwinds. It
    instead lets unwinds bubble up.
    
    This is useful in test cases where we might be interested in detached
    tasks' panics. Not all applications are interested in letting tasks
    fail, so this scheduler makes the implementation of testing such
    applications or libraries much easier.
    kstrafe committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    42dc30a View commit details
    Browse the repository at this point in the history