[Lldb-commits] [lldb] r115055 - in /lldb/trunk/test/types: TestFloatTypesExpr.py TestIntegerTypesExpr.py

Johnny Chen johnny.chen at apple.com
Wed Sep 29 11:14:50 PDT 2010


Author: johnny
Date: Wed Sep 29 13:14:50 2010
New Revision: 115055

URL: http://llvm.org/viewvc/llvm-project?rev=115055&view=rev
Log:
Removed the two @skip class decorators.  The assert failures have been fixed.

Modified:
    lldb/trunk/test/types/TestFloatTypesExpr.py
    lldb/trunk/test/types/TestIntegerTypesExpr.py

Modified: lldb/trunk/test/types/TestFloatTypesExpr.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/types/TestFloatTypesExpr.py?rev=115055&r1=115054&r2=115055&view=diff
==============================================================================
--- lldb/trunk/test/types/TestFloatTypesExpr.py (original)
+++ lldb/trunk/test/types/TestFloatTypesExpr.py Wed Sep 29 13:14:50 2010
@@ -6,7 +6,6 @@
 import unittest2
 import lldb
 
- at unittest2.skip("rdar://problem/8488437 test/types/TestIntegerTypesExpr.py asserts")
 class FloatTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"

Modified: lldb/trunk/test/types/TestIntegerTypesExpr.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/types/TestIntegerTypesExpr.py?rev=115055&r1=115054&r2=115055&view=diff
==============================================================================
--- lldb/trunk/test/types/TestIntegerTypesExpr.py (original)
+++ lldb/trunk/test/types/TestIntegerTypesExpr.py Wed Sep 29 13:14:50 2010
@@ -6,7 +6,6 @@
 import unittest2
 import lldb
 
- at unittest2.skip("rdar://problem/8488437 test/types/TestIntegerTypesExpr.py asserts")
 class IntegerTypesTestCase(AbstractBase.GenericTester):
 
     mydir = "types"





More information about the lldb-commits mailing list