From 6d048942c563dff83fb743ccf16959fe8e240d11 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Sat, 14 Nov 2015 00:20:33 +0000 Subject: 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 --- .../breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities') 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() -- cgit v1.2.3