[libcxx-commits] [libcxx] Revert "[libc++][format] P3953R3: Rename `std::runtime_format` (#189657)" (PR #191912)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 13 20:06:32 PDT 2026
frederick-vs-ja wrote:
Oh, I see. Old and new logs read:
```
LIT_FILTER_OUT=std/utilities/format/format.functions/format.locale.runtime_format.pass.cpp|std/utilities/format/format.functions/format.runtime_format.pass.cpp|std/utilities/format/format.functions/format_to_n.locale.pass.cpp|std/utilities/format/format.functions/format_to_n.pass.cpp|std/utilities/format/format.functions/format_to.locale.pass.cpp|std/utilities/format/format.functions/format_to.pass.cpp|std/utilities/format/format.functions/format.locale.pass.cpp|std/utilities/format/format.functions/format.pass.cpp|std/utilities/format/format.functions/formatted_size.locale.pass.cpp|std/utilities/format/format.functions/formatted_size.pass.cpp|std/utilities/format/format.functions/vformat|test_demangle.pass.cpp|ostream.formatted.print/vprint_nonunicode.pass.cpp|ostream.formatted.print/vprint_unicode.pass.cpp
```
So we need to update `LIT_FILTER_OUT` together.
https://github.com/llvm/llvm-project/pull/191912
More information about the libcxx-commits
mailing list