[Lldb-commits] [lldb] r248790 - Enable test_create_after_attach_with_dwarf_and_popen on linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 29 05:42:56 PDT 2015


Author: labath
Date: Tue Sep 29 07:42:56 2015
New Revision: 248790

URL: http://llvm.org/viewvc/llvm-project?rev=248790&view=rev
Log:
Enable test_create_after_attach_with_dwarf_and_popen on linux

The test still remains XTIMEOUTed. Will remove that as well if it turns out its passing.

Modified:
    lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py

Modified: lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py?rev=248790&r1=248789&r2=248790&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py (original)
+++ lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py Tue Sep 29 07:42:56 2015
@@ -22,7 +22,6 @@ class CreateAfterAttachTestCase(TestBase
     @skipIfFreeBSD # Hangs.  May be the same as Linux issue llvm.org/pr16229 but
                    # not yet investigated.  Revisit once required functionality
                    # is implemented for FreeBSD.
-    @skipIfLinux # Occasionally hangs on the build bot, expectedFailureLinux
     @skipIfWindows # Occasionally hangs on Windows, may be same as other issues.
     @dwarf_test
     def test_create_after_attach_with_dwarf_and_popen(self):




More information about the lldb-commits mailing list