summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/inline-stepping/TestInlineStepping.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/inline-stepping/TestInlineStepping.py')
-rw-r--r--lldb/test/functionalities/inline-stepping/TestInlineStepping.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/inline-stepping/TestInlineStepping.py b/lldb/test/functionalities/inline-stepping/TestInlineStepping.py
index 0137202964b..6a597837698 100644
--- a/lldb/test/functionalities/inline-stepping/TestInlineStepping.py
+++ b/lldb/test/functionalities/inline-stepping/TestInlineStepping.py
@@ -23,6 +23,7 @@ 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"])
+ @expectedFailureWindows("llvm.org/pr24778")
# 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):
OpenPOWER on IntegriCloud