[Lldb-commits] [PATCH] D131821: Add test that shows the problem with D118814

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 15 09:06:56 PDT 2022


JDevlieghere added a comment.

I applied your patch and ran the test and for me it's passing:

  lldb version 16.0.0git (git at github.com:llvm/llvm-project.git revision 0c90d5f7e967aee8ab6e5e971e25921e631a40ac)
    clang revision 0c90d5f7e967aee8ab6e5e971e25921e631a40ac
    llvm revision 0c90d5f7e967aee8ab6e5e971e25921e631a40ac
  Skipping the following test categories: ['libstdcxx', 'dwo', 'llgs', 'fork']
  
  --
  Command Output (stderr):
  --
  PASS: LLDB (/Users/jonas/llvm/build-ra/bin/clang-arm64) :: test_and_python_api_dsym (TestStepAndBreakpointsCpp.TestCppStepping)
  PASS: LLDB (/Users/jonas/llvm/build-ra/bin/clang-arm64) :: test_and_python_api_dwarf (TestStepAndBreakpointsCpp.TestCppStepping)
  UNSUPPORTED: LLDB (/Users/jonas/llvm/build-ra/bin/clang-arm64) :: test_and_python_api_dwo (TestStepAndBreakpointsCpp.TestCppStepping) (test case does not fall in any category of interest for this run)
  PASS: LLDB (/Users/jonas/llvm/build-ra/bin/clang-arm64) :: test_and_python_api_gmodules (TestStepAndBreakpointsCpp.TestCppStepping)
  ----------------------------------------------------------------------
  Ran 4 tests in 5.234s
  
  RESULT: PASSED (3 passes, 0 failures, 0 errors, 1 skipped, 0 expected failures, 0 unexpected successes)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131821/new/

https://reviews.llvm.org/D131821



More information about the lldb-commits mailing list