Loading lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ class ImportStdModule(TestBase): # test configurations where libc++ is actually supposed to be tested. @add_test_categories(["libc++"]) @skipIf(compiler=no_match("clang")) @skipIfRemote # This test messes with the platform, can't be run remotely. def test(self): self.build() Loading Loading
lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ class ImportStdModule(TestBase): # test configurations where libc++ is actually supposed to be tested. @add_test_categories(["libc++"]) @skipIf(compiler=no_match("clang")) @skipIfRemote # This test messes with the platform, can't be run remotely. def test(self): self.build() Loading