Index: test/functionalities/inline-stepping/TestInlineStepping.py =================================================================== --- test/functionalities/inline-stepping/TestInlineStepping.py +++ test/functionalities/inline-stepping/TestInlineStepping.py @@ -23,6 +23,8 @@ @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"]) + # failed lldb-x86_64-ubuntu-14.04-cmake build 2395, very rare + @expectedFailureAll(oslist=["linux"], archs=["i386"]) def test_with_dwarf_and_python_api(self): """Test stepping over and into inlined functions.""" self.buildDwarf()