[Lldb-commits] [lldb] r241702 - Try to enable TestProcessAttach tests on Linux.

Oleksiy Vyalov ovyalov at google.com
Wed Jul 8 11:15:32 PDT 2015


Author: ovyalov
Date: Wed Jul  8 13:15:32 2015
New Revision: 241702

URL: http://llvm.org/viewvc/llvm-project?rev=241702&view=rev
Log:
Try to enable TestProcessAttach tests on Linux.

http://reviews.llvm.org/D11013


Modified:
    lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py

Modified: lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py?rev=241702&r1=241701&r2=241702&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py (original)
+++ lldb/trunk/test/functionalities/process_attach/TestProcessAttach.py Wed Jul  8 13:15:32 2015
@@ -22,9 +22,6 @@ class ProcessAttachTestCase(TestBase):
         self.process_attach_by_id()
 
     @dwarf_test
-    #Make sure this test appears when grepping for XFAIL. It is also skipped because it tends to time out.
-    @expectedFailureLinux # llvm.org/pr23360
-    @skipIfLinux 
     def test_attach_to_process_by_id_with_dwarf(self):
         """Test attach by process id"""
         self.buildDwarf()
@@ -38,9 +35,6 @@ class ProcessAttachTestCase(TestBase):
         self.process_attach_by_name()
 
     @dwarf_test
-    #Make sure this test appears when grepping for XFAIL. It is also skipped because it tends to time out.
-    @expectedFailureLinux # llvm.org/pr23360
-    @skipIfLinux 
     def test_attach_to_process_by_name_with_dwarf(self):
         """Test attach by process name"""
         self.buildDwarf()





More information about the lldb-commits mailing list