diff options
Diffstat (limited to 'lldb/test/functionalities/platform/TestPlatformCommand.py')
-rw-r--r-- | lldb/test/functionalities/platform/TestPlatformCommand.py | 1 |
1 files changed, 0 insertions, 1 deletions
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']) |