diff options
author | Daniel Malea <daniel.malea@intel.com> | 2013-05-15 17:55:12 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2013-05-15 17:55:12 +0000 |
commit | 243b379aa165b2573e64a3546649f736c77c47d2 (patch) | |
tree | 1285e1c61a88f4363cc1b0daed902b6825d49794 /lldb/test/functionalities/process_attach/TestProcessAttach.py | |
parent | 25d7eb0d9aae235df07f84082eb6a27a4ed7845e (diff) | |
download | bcm5719-llvm-243b379aa165b2573e64a3546649f736c77c47d2.tar.gz bcm5719-llvm-243b379aa165b2573e64a3546649f736c77c47d2.zip |
Re-enable tests disabled due to llvm.org/pr14541
- "platform process list" command works on Linux now
- "process attach -n" (attach to process by name also works on Linux now)
llvm-svn: 181905
Diffstat (limited to 'lldb/test/functionalities/process_attach/TestProcessAttach.py')
-rw-r--r-- | lldb/test/functionalities/process_attach/TestProcessAttach.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/process_attach/TestProcessAttach.py b/lldb/test/functionalities/process_attach/TestProcessAttach.py index b6431f6ad02..6e33eaa342e 100644 --- a/lldb/test/functionalities/process_attach/TestProcessAttach.py +++ b/lldb/test/functionalities/process_attach/TestProcessAttach.py @@ -32,7 +32,6 @@ class ProcessAttachTestCase(TestBase): self.buildDsym() self.process_attach_by_name() - @expectedFailureLinux # due to bugzilla 14541 -- lldb is unable to attach to process by name @dwarf_test def test_attach_to_process_by_name_with_dwarf(self): """Test attach by process name""" |