diff options
author | Pavel Labath <labath@google.com> | 2016-01-20 12:17:26 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-01-20 12:17:26 +0000 |
commit | db1958d1361247e9a7ef3a9fa74b3c2dbbebb44a (patch) | |
tree | 7fd8be550bee1534420a60827bc521772e00524d /lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping | |
parent | 806ad5977d0a6f9443f1740f4fe76149fd63bd73 (diff) | |
download | bcm5719-llvm-db1958d1361247e9a7ef3a9fa74b3c2dbbebb44a.tar.gz bcm5719-llvm-db1958d1361247e9a7ef3a9fa74b3c2dbbebb44a.zip |
Enable TestInlineStepping on linux i386
Test has been passing at least the last 200 buildbot runs.
llvm-svn: 258305
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py | 2 |
1 files changed, 0 insertions, 2 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 023f6f31e39..22249aa1317 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py @@ -16,8 +16,6 @@ class TestInlineStepping(TestBase): @add_test_categories(['pyapi']) @expectedFailureFreeBSD('llvm.org/pr17214') @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): """Test stepping over and into inlined functions.""" self.build() |