Skip to content

Commit bb459f1

Browse files
committed
[lldb/test] Skip SBTarget::IsLoaded test on windows (NFC)
This patch skips the test for the SBTarget::IsLoaded method on windows since the logic is different. Differential Revision: https://reviews.llvm.org/D95686 Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 10bc28f commit bb459f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/python_api/target/TestTargetAPI.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ def resolve_symbol_context_with_address(self):
478478
"The two addresses should resolve to the same symbol")
479479

480480
@add_test_categories(['pyapi'])
481+
@skipIfWindows
481482
def test_is_loaded(self):
482483
"""Exercise SBTarget.IsLoaded(SBModule&) API."""
483484
d = {'EXE': 'b.out'}

0 commit comments

Comments
 (0)