diff options
author | Sean Callanan <scallanan@apple.com> | 2017-08-01 17:43:54 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2017-08-01 17:43:54 +0000 |
commit | 4115b361006913cee656f90ff3e63053455f9f30 (patch) | |
tree | 5edd1d65a84cad3d39bbc40bf1e5ad10c5eb9862 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | 9926abb91fc8eda6d5a40dd59b73d498eabb81d2 (diff) | |
download | bcm5719-llvm-4115b361006913cee656f90ff3e63053455f9f30.tar.gz bcm5719-llvm-4115b361006913cee656f90ff3e63053455f9f30.zip |
xfail test_get_process_info pending bot fixes
llvm-svn: 309714
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |