-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
tr1/tests/thread is sporadically failing #1642
Comments
Is this not simply a consequence of #718? |
Failed again today, build 20210220.2. |
And again in 20210220.6. 😾 |
And again in 20210222.7. 🙀 |
The test also contains data races / timing assumptions: STL/tests/tr1/tests/thread/test.cpp Lines 16 to 20 in b52c379
STL/tests/tr1/tests/thread/test.cpp Lines 110 to 113 in b52c379
STL/tests/tr1/tests/thread/test.cpp Lines 136 to 140 in b52c379
|
Is this issue fixed by #4457? |
This was actually fixed by #2595 deleting the test completely. |
#1627 encountered a sporadic failure in the legacy tr1 test suite. The failure log was:
Code:
STL/tests/tr1/tests/thread/test.cpp
Lines 332 to 342 in 47cd703
Sporadic failures are doom. We should either fix this test to behave reliably, or skip it.
The text was updated successfully, but these errors were encountered: