From 73ee5c2fc4d9b3d793772a610ae02f4cf04e3ba3 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 9 Dec 2016 10:05:07 +0000 Subject: Fix TestMultipleTargets for on x86_64 architectures This test links against liblldb, so it can only run when the target arch is the same arch as liblldb. We already have a decorator for that, so apply it. While I'm in there, also mark the test as debug-info independent. llvm-svn: 289199 --- .../Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py b/lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py index 54e7b83c680..ad4252895fa 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py +++ b/lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py @@ -16,8 +16,10 @@ from lldbsuite.test import lldbutil class TestMultipleSimultaneousDebuggers(TestBase): mydir = TestBase.compute_mydir(__file__) + NO_DEBUG_INFO_TESTCASE = True @skipIfNoSBHeaders + @skipIfHostIncompatibleWithRemote def test_multiple_debuggers(self): env = {self.dylibPath: self.getLLDBLibraryEnvVal()} -- cgit v1.2.3