[all-commits] [llvm/llvm-project] 419b47: [lldb/test] Skip TestScriptedProcess when using sy...

Med Ismail Bennani via All-commits all-commits at lists.llvm.org
Wed Nov 10 11:13:00 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 419b4711961216b9c09d06735bb4d442a213fe57
      https://github.com/llvm/llvm-project/commit/419b4711961216b9c09d06735bb4d442a213fe57
  Author: Med Ismail Bennani <medismail.bennani at gmail.com>
  Date:   2021-11-10 (Wed, 10 Nov 2021)

  Changed paths:
    M lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py

  Log Message:
  -----------
  [lldb/test] Skip TestScriptedProcess when using system's debugserver (NFC)

Because TestScriptedProcess.py creates a skinny corefile to provides data
to the ScriptedProcess and ScriptedThread, we need to make sure that the
debugserver used is not out of tree, to ensure feature availability
between debugserver and lldb.

This also removes the `SKIP_SCRIPTED_PROCESS_LAUNCH` env variable after
each test finish running.

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>




More information about the All-commits mailing list