Skip to content

Commit b618e0c

Browse files
committed
[lldb][test] XFAIL TestCppReferenceToOuterClass.py for now
The intention was to only fail this test when `plugin.typesystem.clang.experimental-redecl-completion=false`, but it seems like when the setting is not passed explicitly to `dotest` the decorator is a no-op. XFAIL this again until we figure out the decoartor properly.
1 parent a35aefd commit b618e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)