[all-commits] [llvm/llvm-project] e764b6: [lldb][test] Skip `array` test due to ASTImport la...

A. Jiang via All-commits all-commits at lists.llvm.org
Thu Oct 16 04:00:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e764b6df4b8fe73bce53673565a9e9a8d0641527
      https://github.com/llvm/llvm-project/commit/e764b6df4b8fe73bce53673565a9e9a8d0641527
  Author: A. Jiang <de34 at live.cn>
  Date:   2025-10-16 (Thu, 16 Oct 2025)

  Changed paths:
    M lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py

  Log Message:
  -----------
  [lldb][test] Skip `array` test due to ASTImport lambda issue (#163735)

The test will fail if libc++ starts to use a lambda in `<array>`. This
will become the case because
- libc++'s `array::fill` uses `std::fill_n`, and
- `std::fill_n` is to be optimized for segment iterators, and
- the natural approach for such optimization uses lambdas.

Until ASTImport of `clang::LambdaExpr` nodes gets properly fix, this
will need to be skipped.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list