summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-02-09 21:36:15 +0000
committerZachary Turner <zturner@google.com>2016-02-09 21:36:15 +0000
commit8158a2037ac4485a6f8cdf8594bb98a096eb4ed3 (patch)
treebc7f75bf0b72450174f95c4e2d663f65aaa77e1f /lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping
parent0c3e00369738f8ad33b6f656412dd05d594d1cfe (diff)
downloadbcm5719-llvm-8158a2037ac4485a6f8cdf8594bb98a096eb4ed3.tar.gz
bcm5719-llvm-8158a2037ac4485a6f8cdf8594bb98a096eb4ed3.zip
Delete all the xfail / skip decorators for specific compilers.
Ported everything over to using expectedFailureAll. llvm-svn: 260289
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py2
1 files changed, 1 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 8af5b2c0209..9e1666c61bb 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py
@@ -16,7 +16,7 @@ class TestInlineStepping(TestBase):
@add_test_categories(['pyapi'])
@expectedFailureFreeBSD('llvm.org/pr17214')
- @expectedFailureIcc # 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):
"""Test stepping over and into inlined functions."""
self.build()
OpenPOWER on IntegriCloud