Skip to content

Commit 81c2866

Browse files
Merge pull request #7555 from adrian-prantl/skip-forward
[lldb][test] Skip TestStdFunctionStepIntoCallable.py
2 parents 68e720d + 0a43544 commit 81c2866

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)