summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-11-16 11:11:10 +0000
committerPavel Labath <labath@google.com>2015-11-16 11:11:10 +0000
commit311cc7d13331fe227bc6c7ceece71f8816379742 (patch)
treef79f233bcf67ab4a196bd47a442cac7b57b71b24 /lldb/packages/Python/lldbsuite/test/functionalities
parent323fee105df3e346837ea741483679d0937a5cda (diff)
downloadbcm5719-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.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 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()
OpenPOWER on IntegriCloud