[Lldb-commits] [lldb] r202456 - Re-enable TestExprDoesntBlock.py on Linux.

Todd Fiala tfiala at google.com
Thu Feb 27 16:46:58 PST 2014


Author: tfiala
Date: Thu Feb 27 18:46:57 2014
New Revision: 202456

URL: http://llvm.org/viewvc/llvm-project?rev=202456&view=rev
Log:
Re-enable TestExprDoesntBlock.py on Linux.

This is related to:
http://llvm.org/bugs/show_bug.cgi?id=15258

I ran this test 10 times successfully against Ubuntu 12.04 LTS x86_64
with lldb built with gcc 4.8.2 and July 2013 libedit.


Modified:
    lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py

Modified: lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py?rev=202456&r1=202455&r2=202456&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py (original)
+++ lldb/trunk/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py Thu Feb 27 18:46:57 2014
@@ -24,7 +24,7 @@ class ExprDoesntDeadlockTestCase(TestBas
 
     @dwarf_test
     @expectedFailureFreeBSD('llvm.org/pr17946')
-    @skipIfLinux # llvm.org/pr15258: disabled due to assertion failure in ProcessMonitor::GetCrashReasonForSIGSEGV:
+    # @skipIfLinux # llvm.org/pr15258: disabled due to assertion failure in ProcessMonitor::GetCrashReasonForSIGSEGV:
     def test_with_dwarf_and_run_command(self):
         """Test that expr will time out and allow other threads to run if it blocks."""
         self.buildDwarf()





More information about the lldb-commits mailing list