[Lldb-commits] [lldb] [lldb][tests] Add ability to run API tests with qemu-user simulator (PR #89765)

via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 06:32:44 PDT 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 7c581b554efa7c720b780f721877107ae0fc78ff...ec086f99bb6cb48cae02f77e621a51cb29c751d1 lldb/test/API/lit.cfg.py
``````````

</details>

<details>
<summary>
View the diff from darker here.
</summary>

``````````diff
--- lit.cfg.py	2024-04-23 08:36:08.000000 +0000
+++ lit.cfg.py	2024-04-23 13:32:17.601728 +0000
@@ -270,12 +270,11 @@
         "--platform-name",
         "tvos-simulator",
     ]
 
 if "lldb-simulator-qemu-user" in config.available_features:
-    dotest_cmd += ["--platform-name",
-                   "qemu-user"]
+    dotest_cmd += ["--platform-name", "qemu-user"]
 
 if is_configured("enabled_plugins"):
     for plugin in config.enabled_plugins:
         dotest_cmd += ["--enable-plugin", plugin]
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/89765


More information about the lldb-commits mailing list