[Lldb-commits] [lldb] f55b033 - [TestStdModuleSysroot] Only run locally.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 22 13:56:58 PST 2020


Author: Davide Italiano
Date: 2020-01-22T13:56:51-08:00
New Revision: f55b033c028019653fed8fc685b1d33bf529b92b

URL: https://github.com/llvm/llvm-project/commit/f55b033c028019653fed8fc685b1d33bf529b92b
DIFF: https://github.com/llvm/llvm-project/commit/f55b033c028019653fed8fc685b1d33bf529b92b.diff

LOG: [TestStdModuleSysroot] Only run locally.

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py

Removed: 
    


################################################################################
diff  --git a/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py b/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
index 684e287a69ed..452e8d697f2d 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/TestStdModuleSysroot.py
@@ -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()
 


        


More information about the lldb-commits mailing list