[all-commits] [llvm/llvm-project] 579d6e: [libcxx testing] Fix lingering bugs in notify_one....
David Zarzycki via All-commits
all-commits at lists.llvm.org
Wed Jun 3 05:51:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 579d6ed48cf9a893a21bfb20418b659d183a51a1
https://github.com/llvm/llvm-project/commit/579d6ed48cf9a893a21bfb20418b659d183a51a1
Author: David Zarzycki <dave at znu.io>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M libcxx/test/std/thread/thread.condition/thread.condition.condvar/notify_one.pass.cpp
Log Message:
-----------
[libcxx testing] Fix lingering bugs in notify_one.pass.cpp
This test is arguably fatally flawed, at least as long as C++ condition
variables are just trivial wrappers around POSIX. I've added some notes
to the test for future authors to consider.
More information about the All-commits
mailing list