We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We encountered a sporadic test failure:
Assertion failed: time_execution([this] { unique_lock<Mutex> ul(mtx, 50ms); assert(!ul.owns_lock()); }) >= 50ms, file C:\a\1\s\tests\std\tests\VSO_0226079_mutex\test.cpp, line 327
STL/tests/std/tests/VSO_0226079_mutex/test.cpp
Lines 324 to 327 in ea156e7
It appears that system_clock behavior may be making this test unreliable.
system_clock
The text was updated successfully, but these errors were encountered:
Any idea why time_execution doesn't measure with steady_clock?
time_execution
steady_clock
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We encountered a sporadic test failure:
STL/tests/std/tests/VSO_0226079_mutex/test.cpp
Lines 324 to 327 in ea156e7
It appears that
system_clock
behavior may be making this test unreliable.The text was updated successfully, but these errors were encountered: