Skip to content

Commit 0a43544

Browse files
Michael137adrian-prantl
authored andcommitted
[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. (cherry picked from commit dbd0474)
1 parent 11502e9 commit 0a43544

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
@@ -12,6 +12,7 @@
1212
class LibCxxFunctionSteppingIntoCallableTestCase(TestBase):
1313
NO_DEBUG_INFO_TESTCASE = True
1414

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

0 commit comments

Comments
 (0)