[Lldb-commits] [PATCH] D68354: [platform process list] add a flag for showing the processes of all users

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 7 14:33:42 PDT 2019


shafik added a comment.

@wallace it looks like `TestPlatformClient.py` is failing on osx see green dragon log here: http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/2317/testReport/junit/lldb-Suite/functionalities_gdb_remote_client/TestPlatformClient_py/

  ======================================================================
  FAIL: test_process_list_with_all_users (TestPlatformClient.TestPlatformClient)
     Test connecting to a remote linux platform
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestPlatformClient.py", line 30, in test_process_list_with_all_users
      startstr="1 matching process was found", endstr="process" + os.linesep)
    File "/Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2309, in expect
      inHistory=inHistory)
  AssertionError: False is not True : Command 'platform process list -x
  Error output:
  error: no processes were found on the "remote-linux" platform
  ' returns successfully
  
  During handling of the above exception, another exception occurred:
  
  Traceback (most recent call last):
    File "/Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestPlatformClient.py", line 34, in test_process_list_with_all_users
      self.runCmd("platform disconnect")
    File "/Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2068, in runCmd
      msg if (msg) else CMD_MSG(cmd))
  AssertionError: False is not True : Command 'platform disconnect
  Error output:
  error: not connected to 'remote-linux'
  ' returns successfully
  Config=x86_64-/Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/bin/clang-10
  ----------------------------------------------------------------------
  Ran 1 test in 0.043s
  
  RESULT: FAILED (0 passes, 1 failures, 0 errors, 0 skipped, 0 expected failures, 0 unexpected successes)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68354





More information about the lldb-commits mailing list