[Lldb-commits] [lldb] r116763 - in /lldb/trunk/test/types: TestFloatTypesExpr.py TestIntegerTypesExpr.py
Johnny Chen
johnny.chen at apple.com
Mon Oct 18 15:54:25 PDT 2010
Author: johnny
Date: Mon Oct 18 17:54:25 2010
New Revision: 116763
URL: http://llvm.org/viewvc/llvm-project?rev=116763&view=rev
Log:
Uncomment the @skip decorator to reproduce 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=116763&r1=116762&r2=116763&view=diff
==============================================================================
--- lldb/trunk/test/types/TestFloatTypesExpr.py (original)
+++ lldb/trunk/test/types/TestFloatTypesExpr.py Mon Oct 18 17:54:25 2010
@@ -6,6 +6,7 @@
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=116763&r1=116762&r2=116763&view=diff
==============================================================================
--- lldb/trunk/test/types/TestIntegerTypesExpr.py (original)
+++ lldb/trunk/test/types/TestIntegerTypesExpr.py Mon Oct 18 17:54:25 2010
@@ -6,6 +6,7 @@
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