diff options
author | Greg Clayton <gclayton@apple.com> | 2016-12-09 16:25:13 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2016-12-09 16:25:13 +0000 |
commit | 461ba656a508af3ea29b166a2cb07a12515c36e6 (patch) | |
tree | 48716ca4c38dbc27707b688887b059856949fdc5 /lldb/packages/Python/lldbsuite/test/api | |
parent | 1c4d4d61cb532946205f029ff4e3db5b6c2f3dad (diff) | |
download | bcm5719-llvm-461ba656a508af3ea29b166a2cb07a12515c36e6.tar.gz bcm5719-llvm-461ba656a508af3ea29b166a2cb07a12515c36e6.zip |
Fix buildbots that are failing due to this test by adding all expected fails that TestMultipleDebuggers.py has.
llvm-svn: 289223
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py | 9 |
1 files changed, 9 insertions, 0 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 657d6335959..aa6a2386ef1 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py +++ b/lldb/packages/Python/lldbsuite/test/api/multiple-targets/TestMultipleTargets.py @@ -20,6 +20,15 @@ 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"], + bugnumber="llvm.org/pr20282") def test_multiple_debuggers(self): env = {self.dylibPath: self.getLLDBLibraryEnvVal()} |