[Lldb-commits] [lldb] r118695 - /lldb/trunk/test/forward/TestForwardDeclaration.py

Johnny Chen johnny.chen at apple.com
Wed Nov 10 10:25:18 PST 2010


Author: johnny
Date: Wed Nov 10 12:25:18 2010
New Revision: 118695

URL: http://llvm.org/viewvc/llvm-project?rev=118695&view=rev
Log:
Remove @skip decorator:

    @unittest2.skip("rdar://problem/8648070 'expression *bar_ptr' seg faults")

It has been fixed by r118672.

Modified:
    lldb/trunk/test/forward/TestForwardDeclaration.py

Modified: lldb/trunk/test/forward/TestForwardDeclaration.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/forward/TestForwardDeclaration.py?rev=118695&r1=118694&r2=118695&view=diff
==============================================================================
--- lldb/trunk/test/forward/TestForwardDeclaration.py (original)
+++ lldb/trunk/test/forward/TestForwardDeclaration.py Wed Nov 10 12:25:18 2010
@@ -19,7 +19,6 @@
     # 'expression *bar_ptr' seg faults
     # rdar://problem/8546815
     # './dotest.py -v -t forward' fails for test_with_dwarf_and_run_command
-    @unittest2.skip("rdar://problem/8648070 'expression *bar_ptr' seg faults")
     def test_with_dwarf_and_run_command(self):
         """Display *bar_ptr when stopped on a function with forward declaration of struct bar."""
         self.buildDwarf()





More information about the lldb-commits mailing list