[libcxx-commits] [PATCH] D101206: [libc++] Remove UB in list, forward_list and __hash_table

Michael Buch via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 6 01:33:48 PDT 2023


Michael137 added a comment.

Looks like this broke the LLDB buildbot on Darwin: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/61029/console

Specifically the formatters:

  Failed Tests (2):
    lldb-api :: commands/expression/import-std-module/queue/TestQueueFromStdModule.py
    lldb-api :: functionalities/data-formatter/data-formatter-stl/generic/unordered/TestDataFormatterGenericUnordered.py

  AssertionError: Ran command:
  "frame variable map"
  
  Got output:
  (std::unordered_map<int, std::string>) map = size=5 {}
  
  Expecting regex pattern: "std::unordered_map" (was found, matched "std::unordered_map")
  Expecting regex pattern: "\[0\] = \{\s*first = " (was not found)

Presumably because we removed the `_LIBCPP_STANDALONE_DEBUG`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101206/new/

https://reviews.llvm.org/D101206



More information about the libcxx-commits mailing list