[all-commits] [llvm/llvm-project] b82d04: [reland][libc] Adds string and TestLogger classes, ...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Apr 3 00:35:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b82d04ea4b4f26037be369f101ae7011975df486
      https://github.com/llvm/llvm-project/commit/b82d04ea4b4f26037be369f101ae7011975df486
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-04-03 (Mon, 03 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:
  -----------
  [reland][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