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

[libc++] Make sure the test for compare-and-wait bug doesn't hang forever #97907

Merged

Commits on Jul 6, 2024

  1. [libc++] Make sure the test for compare-and-wait bug doesn't hang for…

    …ever
    
    This patch adds an explicit timeout mechanism in the compare-and-wait
    test for std::atomic, ensuring that it doesn't run forever when the
    bug is present. This is not an issue when we run inside the CI because
    we specify a timeout manually, but it can be a problem when running
    locally, for example.
    ldionne committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    fdca222 View commit details
    Browse the repository at this point in the history