diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py | 10 |
1 files changed, 2 insertions, 8 deletions
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 aa6a2386ef1..decb3fd4f0c 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py +++ b/lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py @@ -21,15 +21,9 @@ class TestMultipleTargets(TestBase): @skipIfNoSBHeaders @skipIfHostIncompatibleWithRemote @expectedFailureAll( - archs="i[3-6]86", - bugnumber="multi-process-driver.cpp creates an x64 target") - @expectedFailureAll( - oslist=[ - "windows", - "linux", - "freebsd"], + oslist=["windows", "freebsd"], bugnumber="llvm.org/pr20282") - def test_multiple_debuggers(self): + def test_multiple_targets(self): env = {self.dylibPath: self.getLLDBLibraryEnvVal()} self.driver_exe = os.path.join(os.getcwd(), "multi-target") |