[libcxx-commits] [PATCH] D99175: [libcxx] [test] Make the condvar wait_for tests less brittle
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 30 07:47:57 PDT 2021
Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added a comment.
LGTM!
================
Comment at: libcxx/test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp:54
Clock::time_point t1 = Clock::now();
if (runs == 0)
{
----------------
FWIW, I still think it'd be nice to rename `runs == 0` to `!expect_timeout`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99175/new/
https://reviews.llvm.org/D99175
More information about the libcxx-commits
mailing list