[Lldb-commits] [lldb] r237921 - TestInlineStepping - made XFAIL more specific

Vince Harron vince at nethacker.com
Thu May 21 11:07:17 PDT 2015


Author: vharron
Date: Thu May 21 13:07:16 2015
New Revision: 237921

URL: http://llvm.org/viewvc/llvm-project?rev=237921&view=rev
Log:
TestInlineStepping - made XFAIL more specific

Differential Revision: http://reviews.llvm.org/D9828


Modified:
    lldb/trunk/test/functionalities/inline-stepping/TestInlineStepping.py

Modified: lldb/trunk/test/functionalities/inline-stepping/TestInlineStepping.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inline-stepping/TestInlineStepping.py?rev=237921&r1=237920&r2=237921&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inline-stepping/TestInlineStepping.py (original)
+++ lldb/trunk/test/functionalities/inline-stepping/TestInlineStepping.py Thu May 21 13:07:16 2015
@@ -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()





More information about the lldb-commits mailing list