[Lldb-commits] [lldb] [lldb][test] Add test for ASTImporter's name conflict resolution (PR #112566)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 17 08:44:06 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 f113a66c29b17e4937ff5d0ab67dc087fa6ee27e...110b0d6ba90be4041a880a9a9963019850782e75 lldb/test/API/lang/cpp/odr-handling-with-dylib/TestOdrHandlingWithDylib.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- TestOdrHandlingWithDylib.py 2024-10-17 15:40:22.000000 +0000
+++ TestOdrHandlingWithDylib.py 2024-10-17 15:43:38.951179 +0000
@@ -3,11 +3,13 @@
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
class OdrHandlingWithDylibTestCase(TestBase):
- @skipIf(bugnumber="https://github.com/llvm/llvm-project/issues/50375, rdar://135551810")
+ @skipIf(
+ bugnumber="https://github.com/llvm/llvm-project/issues/50375, rdar://135551810"
+ )
def test(self):
"""
Tests that the expression evaluator is able to deal with types
whose definitions conflict across multiple LLDB modules (in this
case the definition for 'class Service' in the main executable
``````````
</details>
https://github.com/llvm/llvm-project/pull/112566
More information about the lldb-commits
mailing list