[all-commits] [llvm/llvm-project] e4d672: [lldb][tests] Take into account all parent's categ...
Tatyana Krasnukha via All-commits
all-commits at lists.llvm.org
Fri Jan 10 05:32:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e4d672971030fe26dbb8237038038c3ff9ae7541
https://github.com/llvm/llvm-project/commit/e4d672971030fe26dbb8237038038c3ff9ae7541
Author: Tatyana Krasnukha <tatyana at synopsys.com>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
R lldb/packages/Python/lldbsuite/test/.categories
M lldb/packages/Python/lldbsuite/test/test_result.py
Log Message:
-----------
[lldb][tests] Take into account all parent's categories when traverse folders upwards
This is needed to not re-write parent's categories by categories of a nested folder,
e.g. commands/expression/completion specify "cmdline" category, however it still belongs
to parent's "expression" category.
The sentinel ".categories" in the test-suite root directory is no longer needed.
Differential Revision: https://reviews.llvm.org/D71905
Commit: 9ba151274869c377921a09ba0bd635412da755ef
https://github.com/llvm/llvm-project/commit/9ba151274869c377921a09ba0bd635412da755ef
Author: Tatyana Krasnukha <tatyana at synopsys.com>
Date: 2020-01-10 (Fri, 10 Jan 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/test_result.py
Log Message:
-----------
[lldb][test] NFC, re-use _getTestPath() function
Compare: https://github.com/llvm/llvm-project/compare/564481aebe18...9ba151274869
More information about the All-commits
mailing list