forked from OSchip/llvm-project
remove FreeBSD xfail decorator from TestCallStdStringFunction
This test is consistently reporting unexpected pass for me on FreeBSD 10 and 12. It was failing on the old FreeBSD buildbot which has now been retired for some time. Will investigate further if this fails once a new buildbot is configured and running tests. llvm.org/pr17807 llvm-svn: 310626
This commit is contained in:
parent
14528c60ba
commit
140dd57242
|
@ -26,9 +26,6 @@ class ExprCommandCallFunctionTestCase(TestBase):
|
|||
@expectedFailureAll(
|
||||
compiler="icc",
|
||||
bugnumber="llvm.org/pr14437, fails with ICC 13.1")
|
||||
@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."""
|
||||
|
|
Loading…
Reference in New Issue