[all-commits] [llvm/llvm-project] 13a1a6: [lldb][test] Move std::valarray from libcxx to gen...

Michael Buch via All-commits all-commits at lists.llvm.org
Wed Jul 9 06:20:43 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13a1a632c25482f8fc0ffe2ca2147dec27d4d931
      https://github.com/llvm/llvm-project/commit/13a1a632c25482f8fc0ffe2ca2147dec27d4d931
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2025-07-09 (Wed, 09 Jul 2025)

  Changed paths:
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/valarray/Makefile
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/valarray/TestDataFormatterStdValarray.py
    A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/valarray/main.cpp
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/valarray/Makefile
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/valarray/TestDataFormatterLibcxxValarray.py
    R lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/valarray/main.cpp

  Log Message:
  -----------
  [lldb][test] Move std::valarray from libcxx to generic directory (#147704)

This just moves the test from `libcxx` to `generic`. There are currently
no `std::valarray` formatters for libstdc++ so I didn't add a test-case
for it.

Split out from https://github.com/llvm/llvm-project/pull/146740



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