diff options
author | Pavel Labath <labath@google.com> | 2015-11-16 11:11:10 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-11-16 11:11:10 +0000 |
commit | 311cc7d13331fe227bc6c7ceece71f8816379742 (patch) | |
tree | f79f233bcf67ab4a196bd47a442cac7b57b71b24 /lldb/packages/Python/lldbsuite/test/functionalities | |
parent | 323fee105df3e346837ea741483679d0937a5cda (diff) | |
download | bcm5719-llvm-311cc7d13331fe227bc6c7ceece71f8816379742.tar.gz bcm5719-llvm-311cc7d13331fe227bc6c7ceece71f8816379742.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoins/TestConsecutiveBreakpoints.py | 2 |
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 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() |