[all-commits] [llvm/llvm-project] 6bc1e6: [lldb] Fix Error/assert.test regression with symbols

Jan Kratochvil via All-commits all-commits at lists.llvm.org
Sun Mar 28 23:18:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6bc1e69de270db8d7191200f54158e4192f997ba
      https://github.com/llvm/llvm-project/commit/6bc1e69de270db8d7191200f54158e4192f997ba
  Author: Jan Kratochvil <jan.kratochvil at redhat.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    M lldb/test/Shell/Error/assert.test

  Log Message:
  -----------
  [lldb] Fix Error/assert.test regression with symbols

LLDB on Linux built with symbols is showing this error.
Without symbols it still PASSes:
  lldb-test: .../lldb/source/Utility/LLDBAssert.cpp:29: void lldb_private::lldb_assert(bool, const char *, const char *, const char *, unsigned int): Assertion `false && "lldb_assert failed"' failed.

With symbols it FAILs:
  lldb-test: .../lldb/tools/lldb-test/lldb-test.cpp:1086: int opts::assert::lldb_assert(lldb_private::Debugger &): Assertion `false && "lldb-test assert"' failed.

Differential Revision: https://reviews.llvm.org/D99462




More information about the All-commits mailing list