Skip to content

Commit dbd0474

Browse files
committed
[lldb][test] Skip TestStdFunctionStepIntoCallable.py
With swiftlang/swift#66018 we started to run standalone tests (e.g., the ones on swift-ci) against newly built libcxx. This caused the test to fail on the 5.9 branch. The first step-in into a pointer to a data member didn't behave as expected. Thus skip it for now.
1 parent 47ed4df commit dbd0474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class LibCxxFunctionSteppingIntoCallableTestCase(TestBase):
1414

1515
NO_DEBUG_INFO_TESTCASE = True
1616

17+
@skipIfDarwin
1718
@add_test_categories(["libc++"])
1819
def test(self):
1920
"""Test that std::function as defined by libc++ is correctly printed by LLDB"""

0 commit comments

Comments
 (0)