[all-commits] [llvm/llvm-project] f22c63: [lldb/test] Start pexpect tests with a custom HOME

Pavel Labath via All-commits all-commits at lists.llvm.org
Tue Sep 14 06:18:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f22c63b41bda01163a88b0bb9887a9324810732f
      https://github.com/llvm/llvm-project/commit/f22c63b41bda01163a88b0bb9887a9324810732f
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-09-14 (Tue, 14 Sep 2021)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/lldbpexpect.py

  Log Message:
  -----------
  [lldb/test] Start pexpect tests with a custom HOME

This addresses the flakyness of (at least) TestMultilineNavigation,
which was failing when the editline history of a concurrently executing
test made leaked in. Using a test-specific home directory ensures the
tests are independent.




More information about the All-commits mailing list