[Lldb-commits] [lldb] [lldb][test] Temporarily disable TestQueueFromStdModule.py (PR #68970)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 13 02:59:46 PDT 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 f54dc7b3936f1bd751db710cfc2fec1652159a3f..88007827eb5d2ffda60a127e664c00b921875d04 lldb/test/API/commands/expression/import-std-module/queue/TestQueueFromStdModule.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestQueueFromStdModule.py 2023-10-13 09:48:07.000000 +0000
+++ TestQueueFromStdModule.py 2023-10-13 09:59:38.937621 +0000
@@ -8,11 +8,15 @@
class TestQueue(TestBase):
@add_test_categories(["libc++"])
@skipIf(compiler=no_match("clang"))
- @skipIf(compiler="clang", compiler_version=[">", "16.0"], bugnumber="https://github.com/llvm/llvm-project/issues/68968")
+ @skipIf(
+ compiler="clang",
+ compiler_version=[">", "16.0"],
+ bugnumber="https://github.com/llvm/llvm-project/issues/68968",
+ )
def test(self):
self.build()
lldbutil.run_to_source_breakpoint(
self, "// Set break point at this line.", lldb.SBFileSpec("main.cpp")
``````````
</details>
https://github.com/llvm/llvm-project/pull/68970
More information about the lldb-commits
mailing list