[Lldb-commits] [PATCH] D11013: Try to enable TestProcessAttach tests on Linux
Oleksiy Vyalov
ovyalov at google.com
Tue Jul 7 14:59:12 PDT 2015
ovyalov added a reviewer: labath.
ovyalov added a subscriber: lldb-commits.
Ran 5K iterations in debug and release configurations - tests didn't stuck.
Let's give it a try to build bot.
http://reviews.llvm.org/D11013
Files:
test/functionalities/process_attach/TestProcessAttach.py
Index: test/functionalities/process_attach/TestProcessAttach.py
===================================================================
--- test/functionalities/process_attach/TestProcessAttach.py
+++ test/functionalities/process_attach/TestProcessAttach.py
@@ -22,9 +22,6 @@
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 @@
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()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11013.29215.patch
Type: text/x-patch
Size: 1002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150707/17b022b9/attachment.bin>
More information about the lldb-commits
mailing list