[all-commits] [llvm/llvm-project] 5c53af: [libc++] Temporarily silence failing debug mode test
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Feb 15 12:49:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c53afe5aac0d295a9345cd439c6caf3ac5eb8ba
https://github.com/llvm/llvm-project/commit/5c53afe5aac0d295a9345cd439c6caf3ac5eb8ba
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M libcxx/include/string
M libcxx/test/libcxx/strings/basic.string/string.modifiers/insert_iter_char_db1.pass.cpp
Log Message:
-----------
[libc++] Temporarily silence failing debug mode test
Also, fix the actual code so that the test would pass if we fixed the
issue that the method is instantiated in the dylib, and hence the debug
assertion will never fire except if the debug mode is enabled when the
dylib is being compiled.
More information about the All-commits
mailing list