[libcxx-commits] [PATCH] D113139: [libc++] Mark a failing test.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 3 13:35:48 PDT 2021


Quuxplusone accepted this revision as: Quuxplusone.
Quuxplusone added a comment.

> it manipulates an iterator to a std::string returned from the dylib

It would be nice to say in the commit message //which dylib function// is the culprit, and where in this 600-line test the iterator is being manipulated. (I'm aware of `std::to_string(int)` as a frequent culprit; I just don't know if that's the dylib function you're talking about in this specific case.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113139



More information about the libcxx-commits mailing list