[all-commits] [llvm/llvm-project] 0fa67d: [libc++] Enables constexpr string tests.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sat Jul 1 03:27:55 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0fa67d44e0abc1c79ed9b3fffcbab4681fbe4d6a
      https://github.com/llvm/llvm-project/commit/0fa67d44e0abc1c79ed9b3fffcbab4681fbe4d6a
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-07-01 (Sat, 01 Jul 2023)

  Changed paths:
    M libcxx/test/std/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp
    M libcxx/test/std/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp

  Log Message:
  -----------
  [libc++] Enables constexpr string tests.

These tests were disabled during constant evaluation in D90569. At that
time constexpr string was not implemented. It now is.

Reviewed By: #libc, philnik

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




More information about the All-commits mailing list