Enable TestInlineStepping on linux i386

Test has been passing at least the last 200 buildbot runs.

llvm-svn: 258305
This commit is contained in:
Pavel Labath 2016-01-20 12:17:26 +00:00
parent 806ad5977d
commit db1958d136
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ class TestInlineStepping(TestBase):
@add_test_categories(['pyapi']) @add_test_categories(['pyapi'])
@expectedFailureFreeBSD('llvm.org/pr17214') @expectedFailureFreeBSD('llvm.org/pr17214')
@expectedFailureIcc # Not really a bug. ICC combines two inlined functions. @expectedFailureIcc # Not really a bug. ICC combines two inlined functions.
# failed 1/365 dosep runs, (i386-clang), TestInlineStepping.py:237 failed to stop at first breakpoint in main
@expectedFailureAll(oslist=["linux"], archs=["i386"])
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."""
self.build() self.build()