Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D148452
[libc][NFC] Remove the StreamWrapper class and use the new test logger. ClosedPublic Authored by sivachandra on Apr 16 2023, 12:19 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 16 2023, 12:19 AM This revision is now accepted and ready to land.Apr 17 2023, 7:07 AM Closed by commit rGdcf296b54134: [libc][NFC] Remove the StreamWrapper class and use the new test logger. (authored by sivachandra). · Explain WhyApr 17 2023, 8:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514259 libc/test/ErrnoSetterMatcher.h
libc/test/UnitTest/CMakeLists.txt
libc/test/UnitTest/FPExceptMatcher.h
libc/test/UnitTest/FPMatcher.h
libc/test/UnitTest/FPMatcher.cpp
libc/test/UnitTest/LibcTest.h
libc/test/UnitTest/LibcTest.cpp
libc/test/UnitTest/MemoryMatcher.h
libc/test/UnitTest/MemoryMatcher.cpp
libc/test/UnitTest/PrintfMatcher.h
libc/test/UnitTest/PrintfMatcher.cpp
libc/test/UnitTest/ScanfMatcher.h
libc/test/UnitTest/ScanfMatcher.cpp
libc/test/UnitTest/StringUtils.h
libc/test/UnitTest/TestLogger.cpp
libc/test/src/math/log10_test.cpp
libc/test/src/time/TmMatcher.h
libc/utils/MPFRWrapper/MPFRUtils.h
libc/utils/MPFRWrapper/MPFRUtils.cpp
libc/utils/testutils/CMakeLists.txt
libc/utils/testutils/StreamWrapper.h
libc/utils/testutils/StreamWrapper.cpp
utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/utils/testutils/BUILD.bazel
|