aboutsummaryrefslogtreecommitdiff
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
parentb5e19658a299f9f669522383b661fa051abe229b (diff)
downloadllvm-312a46a94ae1e7534c491fa9345f5192a65e2494.zip
llvm-312a46a94ae1e7534c491fa9345f5192a65e2494.tar.gz
llvm-312a46a94ae1e7534c491fa9345f5192a65e2494.tar.bz2
Skip TestTargetCreateDeps
Skip this test because Windows deals differently with shared libraries. llvm-svn: 347283
-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 4cdce2f..a6c383c 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__)