This changes over the string unit tests to the new add_libc_test
framework. The one test that wasn't changes was the memory utils because
it overran the static buffer used for the hermetic test's bump pointer.
Depends on D149656
Paths
| Differential D149662
[libc] Enable the 'string' unit tests to be hermetic ClosedPublic Authored by jhuber6 on May 2 2023, 10:00 AM.
Details Summary This changes over the string unit tests to the new add_libc_test Depends on D149656
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 2 2023, 10:00 AM
This revision is now accepted and ready to land.May 2 2023, 4:36 PM Closed by commit rG9a20e024a25c: [libc] Enable the 'string' unit tests to be hermetic (authored by jhuber6). · Explain WhyMay 2 2023, 4:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 518912 libc/test/UnitTest/CMakeLists.txt
libc/test/src/string/CMakeLists.txt
libc/test/src/string/memory_utils/CMakeLists.txt
|