[all-commits] [llvm/llvm-project] f5dcab: [re-reland][libc] Adds string and TestLogger class...

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Mon Apr 3 06:10:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5dcab0d894b139c2882dae617ca1ddc20a72395
      https://github.com/llvm/llvm-project/commit/f5dcab0d894b139c2882dae617ca1ddc20a72395
  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:
  -----------
  [re-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