forked from OSchip/llvm-project
[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 <medismail.bennani@gmail.com>
This commit is contained in:
parent
c2b322fc19
commit
ee562e2315
|
@ -491,6 +491,7 @@ class TargetAPITestCase(TestBase):
|
|||
|
||||
|
||||
@add_test_categories(['pyapi'])
|
||||
@skipIfWindows
|
||||
def test_is_loaded(self):
|
||||
"""Exercise SBTarget.IsLoaded(SBModule&) API."""
|
||||
d = {'EXE': 'b.out'}
|
||||
|
|
Loading…
Reference in New Issue