Skip to content

Commit 6586a11

Browse files
authored
Merge pull request #8261 from apple/lldb/type-completion-rework/WIP/xfail-to-20230725
[lldb][test] XFAIL TestCppReferenceToOuterClass.py for now
2 parents a35aefd + d62d3c1 commit 6586a11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class TestDbgInfoContentDeque(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
1313
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
14+
@skipIf(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'))
1415
def test(self):
1516
self.build()
1617

lldb/test/API/lang/cpp/reference-to-outer-type/TestCppReferenceToOuterClass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class TestCase(TestBase):
8-
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'false'))
8+
@expectedFailure("The fix for this was reverted due to llvm.org/PR52257")
99
def test(self):
1010
self.build()
1111
self.dbg.CreateTarget(self.getBuildArtifact("a.out"))

0 commit comments

Comments
 (0)