summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksiy Vyalov <ovyalov@google.com>2015-07-08 18:15:32 +0000
committerOleksiy Vyalov <ovyalov@google.com>2015-07-08 18:15:32 +0000
commitc8a3e9273ce1f755f574b3b2e316f00f4ec0f2e9 (patch)
tree68a010e5556125bf8893d8d657ce80db3e93de80
parente16a75d5a11513ce05d589c97956a8daecc55e26 (diff)
downloadbcm5719-llvm-c8a3e9273ce1f755f574b3b2e316f00f4ec0f2e9.tar.gz
bcm5719-llvm-c8a3e9273ce1f755f574b3b2e316f00f4ec0f2e9.zip
Try to enable TestProcessAttach tests on Linux.
http://reviews.llvm.org/D11013 llvm-svn: 241702
-rw-r--r--lldb/test/functionalities/process_attach/TestProcessAttach.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/functionalities/process_attach/TestProcessAttach.py b/lldb/test/functionalities/process_attach/TestProcessAttach.py
index 42b893f685f..56a94392e8d 100644
--- a/lldb/test/functionalities/process_attach/TestProcessAttach.py
+++ b/lldb/test/functionalities/process_attach/TestProcessAttach.py
@@ -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()
OpenPOWER on IntegriCloud