[Lldb-commits] [lldb] r240632 - Remove XFAIL from TestCreateAfterAttach

Pavel Labath labath at google.com
Thu Jun 25 04:29:26 PDT 2015


Author: labath
Date: Thu Jun 25 06:29:26 2015
New Revision: 240632

URL: http://llvm.org/viewvc/llvm-project?rev=240632&view=rev
Log:
Remove XFAIL from TestCreateAfterAttach

The tested functionality is implemented now. The test remains XTIMEOUTed, because it times out
occasionally, probably due to test suite deficiencies.

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=240632&r1=240631&r2=240632&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py (original)
+++ lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py Thu Jun 25 06:29:26 2015
@@ -22,8 +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.
-    @expectedFailureLinux("llvm.org/pr16229") # Occasionally hangs on the build bot
-    @skipIfLinux                              # Occasionally hangs on the build bot
     @dwarf_test
     def test_create_after_attach_with_dwarf_and_popen(self):
         """Test thread creation after process attach."""
@@ -34,7 +32,6 @@ class CreateAfterAttachTestCase(TestBase
                    # for FreeBSD.
     @dwarf_test
     @skipIfRemote
-    @expectedFailureLinux # this test fails 1/100 dosep runs
     def test_create_after_attach_with_dwarf_and_fork(self):
         """Test thread creation after process attach."""
         self.buildDwarf(dictionary=self.getBuildFlags(use_cpp11=False))





More information about the lldb-commits mailing list