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

Convert delayed_bugs to bugs. #121208

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Commits on Feb 20, 2024

  1. Convert delayed_bugs to bugs.

    I have a suspicion that quite a few delayed bug paths are impossible to
    reach, so I did an experiment.
    
    I converted every `delayed_bug` to a `bug`, ran the full test suite,
    then converted back every `bug` that was hit. A surprising number were
    never hit.
    
    The next commit will convert some more back, based on human judgment.
    nnethercote committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    010f394 View commit details
    Browse the repository at this point in the history
  2. Convert bugs back to delayed_bugs.

    This commit undoes some of the previous commit's mechanical changes,
    based on human judgment.
    nnethercote committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2903bbb View commit details
    Browse the repository at this point in the history