microsoft / STL

MSVC's implementation of the C++ Standard Library.
Other
9.88k stars 1.45k forks source link

Re-skip a condvar test #4732

Closed StephanTLavavej closed 1 week ago

StephanTLavavej commented 1 week ago

After merging #4721, two CI runs sporadically failed with:

Assertion failed: test1 == 0, file D:\a\_work\1\s\llvm-project\libcxx\test\std\thread\thread.condition\thread.condition.condvar\notify_all.pass.cpp, line 35

Assertion failed: test2 == 0, file D:\a\_work\1\s\llvm-project\libcxx\test\std\thread\thread.condition\thread.condition.condvar\notify_all.pass.cpp, line 45

This test is bogus, so I've reported https://github.com/llvm/llvm-project/issues/95944 upstream. It appears to be the only affected test.