[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 14:33:13 PDT 2022


sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

This is mostly a mechanical change. In a future pass, all tests from
pthread which create threads will also be converted to integration tests.

Some of thread related features are tightly coupled with the loader. So,
they can only be tested with the in-house loader. Hence, going forward, all
tests which create threads will have to be integration tests.


Repository:
  rG LLVM Github Monorepo

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/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.439161.patch
Type: text/x-patch
Size: 15384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220622/b746c3d2/attachment.bin>


More information about the libc-commits mailing list