Remove expectedFailureFreeBSD decorator

All invocations are updated to use the generic expectedFailureAll.

Differential Revision:	http://reviews.llvm.org/D17455

llvm-svn: 261355
This commit is contained in:
Ed Maste
2016-02-19 19:25:03 +00:00
parent 87e368b7db
commit 28cbb8616e
19 changed files with 22 additions and 26 deletions

View File

@@ -23,7 +23,7 @@ class ExprCommandCallFunctionTestCase(TestBase):
'// Please test these expressions while stopped at this line:')
@expectedFailureAll(compiler="icc", bugnumber="llvm.org/pr14437, fails with ICC 13.1")
@expectedFailureFreeBSD('llvm.org/pr17807') # Fails on FreeBSD buildbot
@expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr17807 Fails on FreeBSD buildbot')
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
def test_with(self):
"""Test calling std::String member function."""