[all-commits] [llvm/llvm-project] e831f7: [libc] Run all unit tests, irrespective of whether...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Apr 24 15:38:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e831f73ac034f3a43aa9dcccf7ceb7b269089ef6
https://github.com/llvm/llvm-project/commit/e831f73ac034f3a43aa9dcccf7ceb7b269089ef6
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/test/src/__support/CMakeLists.txt
M libc/test/src/__support/CPP/CMakeLists.txt
M libc/test/src/__support/FPUtil/CMakeLists.txt
M libc/test/src/__support/OSUtil/CMakeLists.txt
M libc/test/src/assert/CMakeLists.txt
M libc/test/src/ctype/CMakeLists.txt
M libc/test/src/dirent/CMakeLists.txt
M libc/test/src/errno/CMakeLists.txt
M libc/test/src/fcntl/CMakeLists.txt
M libc/test/src/fenv/CMakeLists.txt
M libc/test/src/inttypes/CMakeLists.txt
M libc/test/src/math/CMakeLists.txt
M libc/test/src/network/CMakeLists.txt
M libc/test/src/pthread/CMakeLists.txt
M libc/test/src/sched/CMakeLists.txt
M libc/test/src/setjmp/CMakeLists.txt
M libc/test/src/signal/CMakeLists.txt
M libc/test/src/spawn/CMakeLists.txt
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/stdlib/CMakeLists.txt
M libc/test/src/string/CMakeLists.txt
M libc/test/src/sys/mman/linux/CMakeLists.txt
M libc/test/src/sys/random/linux/CMakeLists.txt
M libc/test/src/sys/resource/CMakeLists.txt
M libc/test/src/sys/select/CMakeLists.txt
M libc/test/src/sys/sendfile/CMakeLists.txt
M libc/test/src/sys/stat/CMakeLists.txt
M libc/test/src/sys/utsname/CMakeLists.txt
M libc/test/src/sys/wait/CMakeLists.txt
M libc/test/src/termios/CMakeLists.txt
M libc/test/src/time/CMakeLists.txt
M libc/test/src/unistd/CMakeLists.txt
M libc/test/src/wchar/CMakeLists.txt
M libc/test/utils/FPUtil/x86_long_double_test.cpp
M libc/test/utils/UnitTest/CMakeLists.txt
Log Message:
-----------
[libc] Run all unit tests, irrespective of whether they belong to a test suite.
Previously, only those unit tests which belonged to a suite were run as
part of libc-unit-tests. It meant that unit tests not part of any suite
were not being tested. This change makes all unit tests run as part of
libc-unit-tests. The convenience function to add a libc unit test suite
has been removed and add_custom_target is used in its place. One of the
bit-rotting test has along been fixed. Math exhaustive and differential
tests are skipped under full build.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D148784
More information about the All-commits
mailing list