forked from OSchip/llvm-project
Remove XFAIL from test passing on FreeBSD
There is a report in the PR from several months ago that it failed intermittently, but it is passing consistently for me on FreeBSD 10 and 11. We can re-add a decorator if further testing shows it is still flakey. llvm.org/pr17214 llvm-svn: 261340
This commit is contained in:
parent
7a2e8b3691
commit
06977c799c
|
@ -15,7 +15,6 @@ class TestInlineStepping(TestBase):
|
||||||
mydir = TestBase.compute_mydir(__file__)
|
mydir = TestBase.compute_mydir(__file__)
|
||||||
|
|
||||||
@add_test_categories(['pyapi'])
|
@add_test_categories(['pyapi'])
|
||||||
@expectedFailureFreeBSD('llvm.org/pr17214')
|
|
||||||
@expectedFailureAll(compiler="icc", bugnumber="# Not really a bug. ICC combines two inlined functions.")
|
@expectedFailureAll(compiler="icc", bugnumber="# Not really a bug. ICC combines two inlined functions.")
|
||||||
def test_with_python_api(self):
|
def test_with_python_api(self):
|
||||||
"""Test stepping over and into inlined functions."""
|
"""Test stepping over and into inlined functions."""
|
||||||
|
|
Loading…
Reference in New Issue