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
This commit is contained in:
Pavel Labath 2016-03-16 10:39:33 +00:00
parent 2a35ff0687
commit d3fe3aa57f
1 changed files with 1 additions and 2 deletions

View File

@ -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()