From 243b379aa165b2573e64a3546649f736c77c47d2 Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Wed, 15 May 2013 17:55:12 +0000 Subject: 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 --- lldb/test/functionalities/platform/TestPlatformCommand.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/functionalities/platform/TestPlatformCommand.py') diff --git a/lldb/test/functionalities/platform/TestPlatformCommand.py b/lldb/test/functionalities/platform/TestPlatformCommand.py index 767ee31650e..5e2dee5950d 100644 --- a/lldb/test/functionalities/platform/TestPlatformCommand.py +++ b/lldb/test/functionalities/platform/TestPlatformCommand.py @@ -18,7 +18,6 @@ class PlatformCommandTestCase(TestBase): self.expect("platform list", patterns = ['^Available platforms:']) - @expectedFailureLinux # due to bugzilla 14541 -- Cannot list processes on Linux def test_process_list(self): self.expect("platform process list", substrs = ['PID', 'ARCH', 'NAME']) -- cgit v1.2.3