[Lldb-commits] [PATCH] D126983: [lldb] [llgs] Support "t" vCont action

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 27 18:08:50 PDT 2022


mib added a comment.
Herald added a subscriber: JDevlieghere.

Hey @mgorny,

This patch is causing a test to fail on the macOS bot: 
https://green.lab.llvm.org/green/job/lldb-cmake/44921/consoleText

Feel free to skip it or let me know if you need help reproducing the issue.

  FAIL: lldb-api :: tools/lldb-server/TestGdbRemote_vCont.py (734 of 1734)
  ******************** TEST 'lldb-api :: tools/lldb-server/TestGdbRemote_vCont.py' FAILED ********************
  FAIL: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/bin/clang-x86_64) :: test_vCont_supports_t_debugserver (TestGdbRemote_vCont.TestGdbRemote_vCont)
  UNSUPPORTED: LLDB (/Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/bin/clang-x86_64) :: test_vCont_supports_t_llgs (TestGdbRemote_vCont.TestGdbRemote_vCont) (test case does not fall in any category of interest for this run) 
  Restore dir to: /Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/tools/lldb/test
  ======================================================================
  FAIL: test_vCont_supports_t_debugserver (TestGdbRemote_vCont.TestGdbRemote_vCont)
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py", line 52, in test_method
      return attrvalue(self)
    File "/Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py", line 44, in test_vCont_supports_t
      self.vCont_supports_mode("t")
    File "/Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/lldb/test/API/tools/lldb-server/TestGdbRemote_vCont.py", line 23, in vCont_supports_mode
      self.assertIn(mode, supported_vCont_modes)
  AssertionError: 't' not found in {'c': 1, 'C': 1, 's': 1, 'S': 1}
  Config=x86_64-/Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/bin/clang
  ----------------------------------------------------------------------
  Ran 14 tests in 17.353s
  
  RESULT: FAILED (6 passes, 1 failures, 0 errors, 7 skipped, 0 expected failures, 0 unexpected successes)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126983



More information about the lldb-commits mailing list