[all-commits] [llvm/llvm-project] 9b9ff6: [libc][NFC] Make thread_detach_test an integration...

Siva Chandra via All-commits all-commits at lists.llvm.org
Sun Jul 10 23:49:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b9ff63b03eae1027aa75d9c2b37b98b10a49c66
      https://github.com/llvm/llvm-project/commit/9b9ff63b03eae1027aa75d9c2b37b98b10a49c66
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
    M libc/test/integration/src/CMakeLists.txt
    A libc/test/integration/src/__support/CMakeLists.txt
    A libc/test/integration/src/__support/threads/CMakeLists.txt
    A libc/test/integration/src/__support/threads/thread_detach_test.cpp
    M libc/test/src/__support/CMakeLists.txt
    R libc/test/src/__support/threads/CMakeLists.txt
    R libc/test/src/__support/threads/thread_detach_test.cpp

  Log Message:
  -----------
  [libc][NFC] Make thread_detach_test an integration test.

This is simple switch from a unittest to an integration test. It is
being done as a preparatory step to adding TLS support to thread
creation. TLS setup and initialization is tightly coupled with the
loader and hence all thread related tests should be integration tests.




More information about the All-commits mailing list