From 311cc7d13331fe227bc6c7ceece71f8816379742 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Mon, 16 Nov 2015 11:11:10 +0000 Subject: Revert "Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll to reverse" This reverts commit r253106. llvm-svn: 253197 --- .../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 af6df376482..5a91f0f7f94 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__) - @expectedFailureAll("llvm.org/pr23478", oslist = not_in(["macosx"])) + @unittest2.expectedFailure("llvm.org/pr23478") def test (self): self.build () self.consecutive_breakpoints_tests() -- cgit v1.2.3