summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-11-20 01:18:49 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-11-20 01:18:49 +0000
commit312a46a94ae1e7534c491fa9345f5192a65e2494 (patch)
tree4b3c0df4bd2bbb2e0810af06742a8c394f0d86e7 /lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps
parentb5e19658a299f9f669522383b661fa051abe229b (diff)
downloadbcm5719-llvm-312a46a94ae1e7534c491fa9345f5192a65e2494.tar.gz
bcm5719-llvm-312a46a94ae1e7534c491fa9345f5192a65e2494.zip
Skip TestTargetCreateDeps
Skip this test because Windows deals differently with shared libraries. llvm-svn: 347283
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py b/lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py
index 4cdce2fddbd..a6c383ce3c8 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/target_create_deps/TestTargetCreateDeps.py
@@ -10,7 +10,7 @@ from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
from lldbsuite.test import lldbutil
-
+@skipIfWindows # Windows deals differently with shared libs.
class TargetDependentsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
OpenPOWER on IntegriCloud