diff options
author | Ying Chen <chying@google.com> | 2015-11-16 23:41:02 +0000 |
---|---|---|
committer | Ying Chen <chying@google.com> | 2015-11-16 23:41:02 +0000 |
commit | 0c35282c659b91836522d28001ebedfc4efd15b2 (patch) | |
tree | 7dcc0d423765490de56e7c9df16f0807b40b0e8d /lldb/packages/Python/lldbsuite/test/functionalities | |
parent | 28ec78e7a5757b2b409a80380ed0b69d76aa33be (diff) | |
download | bcm5719-llvm-0c35282c659b91836522d28001ebedfc4efd15b2.tar.gz bcm5719-llvm-0c35282c659b91836522d28001ebedfc4efd15b2.zip |
Re-Apply "Add a "not_in()" function you can apply to the list type arguments to expectedFailureAll ..." with fix
Summary:
- Re-Commit r253106
- Initialize self.debug_info in Base::setUp()
- Fix argument order when calling check_list_or_lambda for compiler
Reviewers: jingham
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D14673
llvm-svn: 253272
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 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() |