[Lldb-commits] [lldb] r116844 - in /lldb/trunk/test/types: TestFloatTypesExpr.py TestIntegerTypesExpr.py
Johnny Chen
johnny.chen at apple.com
Tue Oct 19 11:43:57 PDT 2010
Author: johnny
Date: Tue Oct 19 13:43:57 2010
New Revision: 116844
URL: http://llvm.org/viewvc/llvm-project?rev=116844&view=rev
Log:
Remove the two @skip decorators now that we are not seeing the hang while running the test suite.
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=116844&r1=116843&r2=116844&view=diff
==============================================================================
--- lldb/trunk/test/types/TestFloatTypesExpr.py (original)
+++ lldb/trunk/test/types/TestFloatTypesExpr.py Tue Oct 19 13:43:57 2010
@@ -6,7 +6,6 @@
import unittest2
import lldb
-#@unittest2.skip("rdar://problem/8562563 ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log now hangs (very consistently) when executing test/types")
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=116844&r1=116843&r2=116844&view=diff
==============================================================================
--- lldb/trunk/test/types/TestIntegerTypesExpr.py (original)
+++ lldb/trunk/test/types/TestIntegerTypesExpr.py Tue Oct 19 13:43:57 2010
@@ -6,7 +6,6 @@
import unittest2
import lldb
-#@unittest2.skip("rdar://problem/8562563 ./dotest.py -v . 2> ~/Developer/Log/lldbtest.log now hangs (very consistently) when executing test/types")
class IntegerTypesTestCase(AbstractBase.GenericTester):
mydir = "types"
More information about the lldb-commits
mailing list