We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff545e commit 270fe47Copy full SHA for 270fe47
lldb/packages/Python/lldbsuite/test/decorators.py
@@ -517,6 +517,9 @@ def is_remote():
517
def skipIfNoSBHeaders(func):
518
"""Decorate the item to mark tests that should be skipped when LLDB is built with no SB API headers."""
519
def are_sb_headers_missing():
520
+ if lldb.remote_platform:
521
+ return "skip because SBHeaders tests make no sense remotely"
522
+
523
if lldbplatformutil.getHostPlatform() == 'darwin':
524
header = os.path.join(
525
os.environ["LLDB_LIB_DIR"],
0 commit comments