[all-commits] [llvm/llvm-project] 6fd5a9: [libc++] Add a script to automatize updating test ...

Marek Kurdej via All-commits all-commits at lists.llvm.org
Wed Dec 9 23:42:51 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fd5a94eeb9acca783549df26b2e6319df8ab0a8
      https://github.com/llvm/llvm-project/commit/6fd5a94eeb9acca783549df26b2e6319df8ab0a8
  Author: Marek Kurdej <marek.kurdej at gmail.com>
  Date:   2020-12-10 (Thu, 10 Dec 2020)

  Changed paths:
    M libcxx/docs/Contributing.rst
    M libcxx/test/libcxx/double_include.sh.cpp
    M libcxx/test/libcxx/min_max_macros.compile.pass.cpp
    M libcxx/test/libcxx/no_assert_include.compile.pass.cpp
    A libcxx/utils/generate_header_tests.py

  Log Message:
  -----------
  [libc++] Add a script to automatize updating test for a new header.

Idea from D92525.
This script globs include/ directory and updates the tests in test/libcxx.
This patch does not generate module.modulemap nor CMakeLists.txt.

Reviewed By: ldionne, #libc

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




More information about the All-commits mailing list