[all-commits] [llvm/llvm-project] f8bed1: [libc++][format] Adds new test macros.

Mark de Wever via All-commits all-commits at lists.llvm.org
Wed Jan 18 08:01:42 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8bed136942190d7e50854d74248243c8103d2b1
      https://github.com/llvm/llvm-project/commit/f8bed136942190d7e50854d74248243c8103d2b1
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
    M libcxx/test/std/utilities/format/format.functions/escaped_output.ascii.pass.cpp
    M libcxx/test/std/utilities/format/format.functions/escaped_output.unicode.pass.cpp
    M libcxx/test/std/utilities/format/format.functions/format.locale.pass.cpp
    M libcxx/test/std/utilities/format/format.functions/format.pass.cpp
    M libcxx/test/std/utilities/format/format.functions/locale-specific_form.pass.cpp
    M libcxx/test/std/utilities/format/format.functions/vformat.locale.pass.cpp
    M libcxx/test/std/utilities/format/format.functions/vformat.pass.cpp
    M libcxx/test/std/utilities/format/format.tuple/format.functions.format.pass.cpp
    M libcxx/test/std/utilities/format/format.tuple/format.functions.vformat.pass.cpp
    A libcxx/test/support/assert_macros.h

  Log Message:
  -----------
  [libc++][format] Adds new test macros.

These macros make it easier to log additional information. This is
useful for formatting tests. It also properly disables additional
information when locales are disabled in libc++.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list