Star81
27
代码介绍
代码
Issues9
Pull Requests9
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star81
27
  1. msdebug
  2. /
  3. libc
  4. /
  5. test
  6. /
  7. src
  8. /
  9. assert
GGitHub[libc] Mass replace enclosing namespace (#67032)
b6bc9d72创建于 2023年9月26日历史提交
文件最后提交记录最后更新时间
CMakeLists.txt
[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/D1487843 年前
assert_test.cpp
[libc] Mass replace enclosing namespace (#67032) This is step 4 of https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/730792 年前