[all-commits] [llvm/llvm-project] a948a0: [libc++] Mark a failing test.
mordante via All-commits
all-commits at lists.llvm.org
Tue Nov 9 10:00:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a948a0a23ce7ab78e31c0f6a571ac73ea766ab69
https://github.com/llvm/llvm-project/commit/a948a0a23ce7ab78e31c0f6a571ac73ea766ab69
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M libcxx/test/std/utilities/format/format.functions/locale-specific_form.pass.cpp
Log Message:
-----------
[libc++] Mark a failing test.
The tests fails in debug mode since it manipulates an iterator to a
`std::string` returned from the dylib. This is a known issue for the
debug iterators.
Updating the libc++ Docker image to Ubuntu Focal caused some breakage.
This was temporary disabled in D112737. This re-enables one of these
tests.
Reviewed By: ldionne, #libc, Quuxplusone
Differential Revision: https://reviews.llvm.org/D113139
More information about the All-commits
mailing list