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 efba7ed commit f55b033Copy full SHA for f55b033
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
@@ -16,6 +16,7 @@ class ImportStdModule(TestBase):
16
# test configurations where libc++ is actually supposed to be tested.
17
@add_test_categories(["libc++"])
18
@skipIf(compiler=no_match("clang"))
19
+ @skipIfRemote # This test messes with the platform, can't be run remotely.
20
def test(self):
21
self.build()
22
0 commit comments