[Lldb-commits] [lldb] [lldb][Progress] Fix test for trimmed progress reports (PR #78357)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 16 14:05:37 PST 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 65ecbdf61f5a3fb53f05abc610b90a8671f93730...e232f553186f6f63f5fd4a85b6747e0f3838b3dc lldb/test/API/functionalities/progress_reporting/TestTrimmedProgressReporting.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestTrimmedProgressReporting.py 2024-01-16 22:01:28.000000 +0000
+++ TestTrimmedProgressReporting.py 2024-01-16 22:05:30.698392 +0000
@@ -33,13 +33,11 @@
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
@skipIfAsan
@skipIfEditlineSupportMissing
def test_trimmed_progress_message(self):
- self.do_test(
- 19, ["Locating e...", "Parsing sy..."]
- )
+ self.do_test(19, ["Locating e...", "Parsing sy..."])
# PExpect uses many timeouts internally and doesn't play well
# under ASAN on a loaded machine..
@skipIfAsan
@skipIfEditlineSupportMissing
``````````
</details>
https://github.com/llvm/llvm-project/pull/78357
More information about the lldb-commits
mailing list