[libcxx-commits] [PATCH] D79406: [libcxx testing] Make three locking tests more reliable

David Zarzycki via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 6 04:16:17 PDT 2020


davezarzycki updated this revision to Diff 262334.
davezarzycki retitled this revision from "[libcxx testing] Make try_lock_shared_until.pass.cpp more reliable" to "[libcxx testing] Make three locking tests more reliable".
davezarzycki edited the summary of this revision.
davezarzycki added a comment.

Fixed two more tests as an example of how to fix the other thread tests.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79406/new/

https://reviews.llvm.org/D79406

Files:
  libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp
  libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp
  libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79406.262334.patch
Type: text/x-patch
Size: 8961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200506/5f3958ec/attachment.bin>


More information about the libcxx-commits mailing list