Skip to content

Commit 25481a5

Browse files
author
git apple-llvm automerger
committed
Merge commit '71c8b200629d' from swift/release/6.0 into stable/20230725
2 parents 698cb24 + 71c8b20 commit 25481a5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ 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'))
15+
@expectedFailureAll(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'),
16+
oslist=["macos"])
1617
def test_issue35310(self):
1718
"""Test invoking functions with non-standard linkage names.
1819

0 commit comments

Comments
 (0)