[Lldb-commits] [lldb] r197087 - Make this test an expected fail on darwin until we can fix this bug.

Greg Clayton gclayton at apple.com
Wed Dec 11 15:08:25 PST 2013


Author: gclayton
Date: Wed Dec 11 17:08:25 2013
New Revision: 197087

URL: http://llvm.org/viewvc/llvm-project?rev=197087&view=rev
Log:
Make this test an expected fail on darwin until we can fix this bug.


Modified:
    lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py

Modified: lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py?rev=197087&r1=197086&r2=197087&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py (original)
+++ lldb/trunk/test/expression_command/radar_9673664/TestExprHelpExamples.py Wed Dec 11 17:08:25 2013
@@ -19,7 +19,7 @@ class Radar9673644TestCase(TestBase):
         self.main_source = "main.c"
         self.line = line_number(self.main_source, '// Set breakpoint here.')
 
-    # rdar://problem/9673664
+    @expectedFailureDarwin(15641319)
     def test_expr_commands(self):
         """The following expression commands should just work."""
         self.buildDefault()





More information about the lldb-commits mailing list