[all-commits] [llvm/llvm-project] 180d6e: [lldb] Skip TestStepScripted with reproducers
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Aug 13 09:47:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 180d6ed66778ec5b7ee68878005ca1f0498b6d6d
https://github.com/llvm/llvm-project/commit/180d6ed66778ec5b7ee68878005ca1f0498b6d6d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/test/API/functionalities/step_scripted/TestStepScripted.py
Log Message:
-----------
[lldb] Skip TestStepScripted with reproducers
Some of the test methods were already skipped because of an unexpected
packet. The test started failing after it was expanded. Skip the whole
test with reproducers so we don't have to add the decorator for every
method.
More information about the All-commits
mailing list