[Lldb-commits] [lldb] r202448 - Enable TestCallThatRestarts test on Linux.

Todd Fiala tfiala at google.com
Thu Feb 27 16:20:10 PST 2014


Author: tfiala
Date: Thu Feb 27 18:20:10 2014
New Revision: 202448

URL: http://llvm.org/viewvc/llvm-project?rev=202448&view=rev
Log:
Enable TestCallThatRestarts test on Linux.

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

I ran this 20 times in a row without failure at svn r202440 on Ubuntu
12.04 LTS x86_64 using July 2013 libedit and gcc 4.8.2.

Modified:
    lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py

Modified: lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py?rev=202448&r1=202447&r2=202448&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py (original)
+++ lldb/trunk/test/expression_command/call-restarts/TestCallThatRestarts.py Thu Feb 27 18:20:10 2014
@@ -27,7 +27,6 @@ class ExprCommandWithTimeoutsTestCase(Te
         self.call_function()
 
     @skipIfFreeBSD # llvm.org/pr15278
-    @skipIfLinux # llvm.org/pr15278: handle expressions that generate signals on Linux
     @dwarf_test
     def test_with_dwarf(self):
         """Test calling std::String member function."""





More information about the lldb-commits mailing list