summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/inline-stepping
diff options
context:
space:
mode:
authorVince Harron <vince@nethacker.com>2015-05-21 18:07:16 +0000
committerVince Harron <vince@nethacker.com>2015-05-21 18:07:16 +0000
commit37a38e6e9b8a0299f6874abb5a663871c2bf778d (patch)
tree16f4d11921a0d8ee6823414ccc74e8d8e53dbc9e /lldb/test/functionalities/inline-stepping
parent1406f9154e97c73a9420257289102e8d51b86b33 (diff)
downloadbcm5719-llvm-37a38e6e9b8a0299f6874abb5a663871c2bf778d.tar.gz
bcm5719-llvm-37a38e6e9b8a0299f6874abb5a663871c2bf778d.zip
TestInlineStepping - made XFAIL more specific
Differential Revision: http://reviews.llvm.org/D9828 llvm-svn: 237921
Diffstat (limited to 'lldb/test/functionalities/inline-stepping')
-rw-r--r--lldb/test/functionalities/inline-stepping/TestInlineStepping.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/functionalities/inline-stepping/TestInlineStepping.py b/lldb/test/functionalities/inline-stepping/TestInlineStepping.py
index f42e159743e..9263395b20b 100644
--- a/lldb/test/functionalities/inline-stepping/TestInlineStepping.py
+++ b/lldb/test/functionalities/inline-stepping/TestInlineStepping.py
@@ -23,7 +23,8 @@ class TestInlineStepping(TestBase):
@expectedFailureFreeBSD('llvm.org/pr17214')
@expectedFailureIcc # Not really a bug. ICC combines two inlined functions.
@expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["i386"])
- @expectedFailureLinux # failed 1/365 dosep runs, (i386-clang), TestInlineStepping.py:237 failed to stop at first breakpoint in main
+ # 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_dwarf_and_python_api(self):
"""Test stepping over and into inlined functions."""
self.buildDwarf()
OpenPOWER on IntegriCloud