[all-commits] [llvm/llvm-project] 2fc17e: [libc++] Temporarily silence failing debug mode test

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Feb 15 12:50:28 PST 2022


  Branch: refs/heads/release/14.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fc17e919f0cc6d6ca7ce189f0dc0c7bd82344c2
      https://github.com/llvm/llvm-project/commit/2fc17e919f0cc6d6ca7ce189f0dc0c7bd82344c2
  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.

(cherry picked from commit 5c53afe5aac0d295a9345cd439c6caf3ac5eb8ba)




More information about the All-commits mailing list