From 4115b361006913cee656f90ff3e63053455f9f30 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Tue, 1 Aug 2017 17:43:54 +0000 Subject: xfail test_get_process_info pending bot fixes llvm-svn: 309714 --- lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process') diff --git a/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py b/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py index bffbf431587..7d80bd1cf86 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py @@ -328,6 +328,7 @@ class ProcessAPITestCase(TestBase): @add_test_categories(['pyapi']) @no_debug_info_test + @expectedFailureAll() # broken bots def test_get_process_info(self): """Test SBProcess::GetProcessInfo() API with a locally launched process.""" self.build() -- cgit v1.2.3