[all-commits] [llvm/llvm-project] 8248dd: [lldb] Fix test_exec_root of API tests

Pavel Labath via All-commits all-commits at lists.llvm.org
Mon Mar 22 07:17:36 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8248dd91d7f042893d4a605e98d19cb1b89a44d4
      https://github.com/llvm/llvm-project/commit/8248dd91d7f042893d4a605e98d19cb1b89a44d4
  Author: Pavel Labath <pavel at labath.sk>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    R lldb/test/API/.lit_test_times.txt
    M lldb/test/API/lit.cfg.py
    M lldb/test/Shell/helper/toolchain.py
    M lldb/test/Shell/lit.cfg.py

  Log Message:
  -----------
  [lldb] Fix test_exec_root of API tests

lit has grown a feature where it stores the runtimes of all tests.
Normally, these times should be stored in the build directory, but
because our API tests have set test_exec_root to point to the source
tree, it has ended up polluting our checkout and led to the
.lit_test_times.txt being committed to the repository.

Delete this file, and adjust the exec root of API tests. I've also
needed to adjust the root of Shell tests, in order to avoid the two
overlapping.




More information about the All-commits mailing list