[Lldb-commits] [lldb] [lldb][test] TestLocationListLookup.py: skip expr check on unsupported platforms (PR #74818)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 8 00:59:05 PST 2023
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 c340cf0a353cd6d1090297cf84caf2720d1c7d90...9f71e25c3729962da0ad9697ae077adb04e2b7f9 lldb/test/API/functionalities/location-list-lookup/TestLocationListLookup.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestLocationListLookup.py 2023-12-08 08:56:41.000000 +0000
+++ TestLocationListLookup.py 2023-12-08 08:58:56.493426 +0000
@@ -36,11 +36,11 @@
process.GetSelectedThread().SetSelectedFrame(f.idx)
self.expect_expr("this", result_type="Foo *")
@skipIf(oslist=["linux"], archs=["arm"])
@skipIfDarwin
- @skipIfWindows # GetDisplayFunctionName returns None
+ @skipIfWindows # GetDisplayFunctionName returns None
def test_loclist_frame_var(self):
self.build()
self.check_local_vars(self.launch(), check_expr=False)
@skipUnlessDarwin
``````````
</details>
https://github.com/llvm/llvm-project/pull/74818
More information about the lldb-commits
mailing list