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

Enrico Granata egranata at apple.com
Thu Oct 31 16:06:54 PDT 2013


Author: enrico
Date: Thu Oct 31 18:06:54 2013
New Revision: 193825

URL: http://llvm.org/viewvc/llvm-project?rev=193825&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=193825&r1=193824&r2=193825&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py (original)
+++ lldb/trunk/test/functionalities/inferior-assert/TestInferiorAssert.py Thu Oct 31 18:06:54 2013
@@ -48,12 +48,14 @@ class AssertingInferiorTestCase(TestBase
         self.inferior_asserting_python()
 
     @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
+    @unittest2.expectedFailure("rdar://15367233")
     def test_inferior_asserting_expr(self):
         """Test that the lldb expression interpreter can read from the inferior after asserting (command)."""
         self.buildDsym()
         self.inferior_asserting_expr()
 
     @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_expr(self):
         """Test that the lldb expression interpreter can read from the inferior after asserting (command)."""
         self.buildDwarf()





More information about the lldb-commits mailing list