[all-commits] [llvm/llvm-project] fc5ae0: [libc] Adds string and TestLogger classes, use the...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Sun Apr 2 08:33:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc5ae0a7a45bdb5251f3dad3fc07047f987ca447
      https://github.com/llvm/llvm-project/commit/fc5ae0a7a45bdb5251f3dad3fc07047f987ca447
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-04-02 (Sun, 02 Apr 2023)

  Changed paths:
    M libc/src/__support/CPP/CMakeLists.txt
    A libc/src/__support/CPP/string.h
    M libc/test/UnitTest/CMakeLists.txt
    M libc/test/UnitTest/LibcTest.cpp
    M libc/test/UnitTest/LibcTest.h
    A libc/test/UnitTest/TestLogger.cpp
    A libc/test/UnitTest/TestLogger.h
    M libc/test/src/__support/CPP/CMakeLists.txt
    A libc/test/src/__support/CPP/string_test.cpp
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel

  Log Message:
  -----------
  [libc] Adds string and TestLogger classes, use them in LibcTest

This is an implementation of https://discourse.llvm.org/t/rfc-running-libc-unit-tests-as-integration-tests/69461.

Differential Revision: https://reviews.llvm.org/D147231




More information about the All-commits mailing list