Skip to content

Commit 9f2a438

Browse files
authored
Merge pull request #8861 from apple/lldb/ci/ubuntu-redecl-completion-to-next
[lldb][test] XPASS/XFAIL tests for linux when using redecl-completion
2 parents adcce5f + ca4dc63 commit 9f2a438

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lldb/test/API/commands/expression/call-function/TestCallStdStringFunction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class ExprCommandCallFunctionTestCase(TestBase):
1414
)
1515
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
1616
@skipIf(compiler="clang", compiler_version=["<", "9.0"])
17+
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'),
18+
oslist=["linux"])
1719
def test_with(self):
1820
"""Test calling std::String member function."""
1921
self.build()

lldb/test/API/commands/expression/pr35310/TestExprsBug35310.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def setUp(self):
1212
self.main_source = "main.cpp"
1313
self.main_source_spec = lldb.SBFileSpec(self.main_source)
1414

15-
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'))
1615
def test_issue35310(self):
1716
"""Test invoking functions with non-standard linkage names.
1817

0 commit comments

Comments
 (0)