diff options
author | Ed Maste <emaste@freebsd.org> | 2016-02-19 17:35:01 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-02-19 17:35:01 +0000 |
commit | 06977c799cf12ad4fc30552d35369a019e3a972b (patch) | |
tree | ec343d269b2bccfc2f5271fa42a10d6c238df9b8 /lldb/packages/Python/lldbsuite/test | |
parent | 7a2e8b36919e555d13642379f2a7ba919c0a04b4 (diff) | |
download | bcm5719-llvm-06977c799cf12ad4fc30552d35369a019e3a972b.tar.gz bcm5719-llvm-06977c799cf12ad4fc30552d35369a019e3a972b.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py b/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py index 9e1666c61bb..8257106888d 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py @@ -15,7 +15,6 @@ class TestInlineStepping(TestBase): mydir = TestBase.compute_mydir(__file__) @add_test_categories(['pyapi']) - @expectedFailureFreeBSD('llvm.org/pr17214') @expectedFailureAll(compiler="icc", bugnumber="# Not really a bug. ICC combines two inlined functions.") def test_with_python_api(self): """Test stepping over and into inlined functions.""" |