Skip to content

Commit

Permalink
[lldb/testsuite] Skip TestEmptyStdModule.py if using a remote platform
Browse files Browse the repository at this point in the history
The test runs `platform select host`, so it make no sense to run it
when remote debugging.
  • Loading branch information
fredriss committed Mar 19, 2020
1 parent aacf022 commit 52b2bae
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -15,6 +15,7 @@ class ImportStdModule(TestBase):
# but we still add the libc++ category so that this test is only run in
# test configurations where libc++ is actually supposed to be tested.
@add_test_categories(["libc++"])
@skipIfRemote
@skipIf(compiler=no_match("clang"))
def test(self):
self.build()
Expand Down

0 comments on commit 52b2bae

Please sign in to comment.