[Lldb-commits] [lldb] r117705 - /lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py
Johnny Chen
johnny.chen at apple.com
Fri Oct 29 13:28:28 PDT 2010
Author: johnny
Date: Fri Oct 29 15:28:28 2010
New Revision: 117705
URL: http://llvm.org/viewvc/llvm-project?rev=117705&view=rev
Log:
Remove the @expectedFailure as the following bug is fixed with newer clang bits with lldb r117700:
rdar://problem/8584431 Assert in clang while evaluating expression
Modified:
lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py
Modified: lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py?rev=117705&r1=117704&r2=117705&view=diff
==============================================================================
--- lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py (original)
+++ lldb/trunk/test/breakpoint_conditions/TestBreakpointConditions.py Fri Oct 29 15:28:28 2010
@@ -8,7 +8,6 @@
import lldb, lldbutil
from lldbtest import *
- at unittest2.skip("rdar://problem/8584431 Assert in clang while evaluating expression")
class BreakpointConditionsTestCase(TestBase):
mydir = "breakpoint_conditions"
More information about the lldb-commits
mailing list