[all-commits] [llvm/llvm-project] dcf296: [libc][NFC] Remove the StreamWrapper class and use...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Apr 17 08:48:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dcf296b54134cfa4c59d91ef0e143c951194feef
https://github.com/llvm/llvm-project/commit/dcf296b54134cfa4c59d91ef0e143c951194feef
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M libc/test/ErrnoSetterMatcher.h
M libc/test/UnitTest/CMakeLists.txt
M libc/test/UnitTest/FPExceptMatcher.h
R libc/test/UnitTest/FPMatcher.cpp
M libc/test/UnitTest/FPMatcher.h
M libc/test/UnitTest/LibcTest.cpp
M libc/test/UnitTest/LibcTest.h
M libc/test/UnitTest/MemoryMatcher.cpp
M libc/test/UnitTest/MemoryMatcher.h
M libc/test/UnitTest/PrintfMatcher.cpp
M libc/test/UnitTest/PrintfMatcher.h
M libc/test/UnitTest/ScanfMatcher.cpp
M libc/test/UnitTest/ScanfMatcher.h
M libc/test/UnitTest/StringUtils.h
M libc/test/UnitTest/TestLogger.cpp
M libc/test/src/math/log10_test.cpp
M libc/test/src/time/TmMatcher.h
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
M libc/utils/testutils/CMakeLists.txt
R libc/utils/testutils/StreamWrapper.cpp
R libc/utils/testutils/StreamWrapper.h
M utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel
Log Message:
-----------
[libc][NFC] Remove the StreamWrapper class and use the new test logger.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D148452
More information about the All-commits
mailing list