[Lldb-commits] [lldb] r193826 - Another instance of the same test failing

Enrico Granata egranata at apple.com
Thu Oct 31 16:07:41 PDT 2013


Author: enrico
Date: Thu Oct 31 18:07:41 2013
New Revision: 193826

URL: http://llvm.org/viewvc/llvm-project?rev=193826&view=rev
Log:
Another instance of the same test failing

Modified:
    lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py

Modified: lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py?rev=193826&r1=193825&r2=193826&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py (original)
+++ lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py Thu Oct 31 18:07:41 2013
@@ -62,12 +62,14 @@ class AssertingInferiorTestCase(TestBase
         self.inferior_asserting_expr()
 
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+    @unittest2.expectedFailure("rdar://15367233")
     def test_inferior_asserting_step(self):
         """Test that lldb functions correctly after stepping through a call to assert()."""
         self.buildDsym()
         self.inferior_asserting_step()
 
     @expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly
+    @unittest2.expectedFailure("rdar://15367233")
     def test_inferior_asserting_step(self):
         """Test that lldb functions correctly after stepping through a call to assert()."""
         self.buildDwarf()





More information about the lldb-commits mailing list