summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2015-11-14 00:20:33 +0000
committerJim Ingham <jingham@apple.com>2015-11-14 00:20:33 +0000
commit6d048942c563dff83fb743ccf16959fe8e240d11 (patch)
tree8f2153834c255e783fc17b21e81599e62a20509e /lldb/packages/Python/lldbsuite/test/functionalities
parent06f9a27a512fbeb6dd5c71774e93c7b7fa71db5e (diff)
downloadbcm5719-llvm-6d048942c563dff83fb743ccf16959fe8e240d11.tar.gz
bcm5719-llvm-6d048942c563dff83fb743ccf16959fe8e240d11.zip
Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll to reverse
the sense of the test. llvm-svn: 253106
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py
index 5a91f0f7f94..af6df376482 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py
@@ -15,7 +15,7 @@ class ConsecutiveBreakpoitsTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @unittest2.expectedFailure("llvm.org/pr23478")
+ @expectedFailureAll("llvm.org/pr23478", oslist = not_in(["macosx"]))
def test (self):
self.build ()
self.consecutive_breakpoints_tests()
OpenPOWER on IntegriCloud