We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f250326 commit e023014Copy full SHA for e023014
lldb/test/API/lang/cpp/reference-to-outer-type/TestCppReferenceToOuterClass.py
@@ -5,7 +5,8 @@
5
6
7
class TestCase(TestBase):
8
- @expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'false'))
+ #@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'false'))
9
+ @skipIf("Currently the above XFAIL doesn't check the LLDB setting. Skip until 'setting' parameter is fixed")
10
def test(self):
11
self.build()
12
self.dbg.CreateTarget(self.getBuildArtifact("a.out"))
0 commit comments