Skip to content

Commit c54e986

Browse files
authored
Merge pull request #8275 from apple/lldb/type-completion-rework/WIP/more-xfails-v2-to-20230725
[lldb][test] XFAIL/skip more tests when plugin.typesystem.clang.experimental-redecl-completion is enabled
2 parents 7dd93d0 + 8572172 commit c54e986

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

lldb/test/API/functionalities/lazy-loading/TestLazyLoading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def test_addr_of_struct(self):
224224
self.assert_decl_not_completed(self.other_struct_decl)
225225
self.assert_decl_not_completed(self.class_in_namespace_decl)
226226

227+
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'))
227228
@add_test_categories(["dwarf"])
228229
def test_class_function_access_member(self):
229230
self.clean_setup(location="class function")

lldb/test/API/lang/swift/clangimporter/Werror/TestSwiftStripWerror.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class TestSwiftWerror(TestBase):
88
NO_DEBUG_INFO_TESTCASE = True
99

1010
# Don't run ClangImporter tests if Clangimporter is disabled.
11+
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'))
1112
@skipIf(setting=('symbols.use-swift-clangimporter', 'false'))
1213
@skipIf(setting=('symbols.swift-precise-compiler-invocation', 'true'))
1314
@skipUnlessDarwin

lldb/test/API/lang/swift/clangimporter/rewrite_clang_paths/TestSwiftRewriteClangPaths.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class TestSwiftRewriteClangPaths(TestBase):
2525
@skipUnlessDarwin
2626
@swiftTest
2727
@skipIf(debug_info=no_match(["dsym"]))
28+
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'))
2829
def testWithRemap(self):
2930
self.dotest(True)
3031

lldb/test/API/lang/swift/late_expr_dylib/TestSwiftLateExprDylib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class TestSwiftLateDylib(TestBase):
88
@swiftTest
99
@skipIfDarwinEmbedded
1010
@skipIf(setting=('symbols.swift-precise-compiler-invocation', 'true'))
11+
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'))
1112
def test(self):
1213
"""Test that a late loaded Swift dylib is debuggable"""
1314
arch = self.getArchitecture()

0 commit comments

Comments
 (0)