[libc-commits] [PATCH] D128381: [libc][NFC] Convert threads unittests in to integration tests.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 22 15:56:08 PDT 2022


sivachandra updated this revision to Diff 439196.
sivachandra added a comment.

Remove a now empty directory.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128381

Files:
  libc/test/integration/CMakeLists.txt
  libc/test/integration/src/CMakeLists.txt
  libc/test/integration/src/threads/CMakeLists.txt
  libc/test/integration/src/threads/call_once_test.cpp
  libc/test/integration/src/threads/cnd_test.cpp
  libc/test/integration/src/threads/mtx_test.cpp
  libc/test/integration/src/threads/thrd_test.cpp
  libc/test/src/CMakeLists.txt
  libc/test/src/threads/CMakeLists.txt
  libc/test/src/threads/call_once_test.cpp
  libc/test/src/threads/cnd_test.cpp
  libc/test/src/threads/mtx_test.cpp
  libc/test/src/threads/thrd_test.cpp
  libc/utils/IntegrationTest/test.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128381.439196.patch
Type: text/x-patch
Size: 13952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220622/bad5e2c8/attachment-0001.bin>


More information about the libc-commits mailing list