From d3fe3aa57f1f2ddc51462f049c4f42d60823070b Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 16 Mar 2016 10:39:33 +0000 Subject: Switch from unittest2.expectedFailure to our own decorator on TestSTL the main reason is that our decorator contains extra fluff to "expect" crashes (which seem to happen occasionaly on the android buildbot). llvm-svn: 263633 --- lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/stl') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py index a917aaae6a2..e2582085702 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py @@ -24,8 +24,7 @@ class STLTestCase(TestBase): self.source = 'main.cpp' self.line = line_number(self.source, '// Set break point at this line.') - # rdar://problem/10400981 - @unittest2.expectedFailure + @expectedFailureAll(bugnumber="rdar://problem/10400981") def test(self): """Test some expressions involving STL data types.""" self.build() -- cgit v1.2.3