[all-commits] [llvm/llvm-project] 4947ec: [libc++] Guard testing implementation details.

mordante via All-commits all-commits at lists.llvm.org
Thu Jul 8 08:35:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4947ecf4e994fb72e90b8bf8d6ba110f7a862e1a
      https://github.com/llvm/llvm-project/commit/4947ecf4e994fb72e90b8bf8d6ba110f7a862e1a
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/check_arg_id.pass.cpp
    M libcxx/test/std/utilities/format/format.formatter/format.parse.ctx/next_arg_id.pass.cpp

  Log Message:
  -----------
  [libc++] Guard testing implementation details.

The unit tests test some implementation details. As @Quuxplusone pointed
out in D96664 this should only be tested when the tests use libc++. This
addresses the issue for code already in main.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list