teemperor added a comment.

This also doesn't work on my macOS system:

  FAIL: LLDB (/Users/teemperor/1llvm/rel/bin/clang-x86_64) :: 
test_stop_hooks_scripted_return_false (TestStopHookScripted.TestStopHooks)
  ======================================================================
  FAIL: test_stop_hooks_scripted_return_false 
(TestStopHookScripted.TestStopHooks)
     Test that the returning False from a stop hook works
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File 
"/Users/teemperor/1llvm/llvm-project/lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py",
 line 54, in test_stop_hooks_scripted_return_false
      self.do_test_auto_continue(True)
    File 
"/Users/teemperor/1llvm/llvm-project/lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py",
 line 91, in do_test_auto_continue
      self.assertEqual("main", func_name, "Didn't stop at the expected 
function.")
  AssertionError: 'main' != 'step_out_of_me'
  - main+ step_out_of_me : Didn't stop at the expected function.
  Config=x86_64-/Users/teemperor/1llvm/rel/bin/clang
  ----------------------------------------------------------------------


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88123

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to