diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2015-09-29 23:06:56 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2015-09-29 23:06:56 +0000 |
| commit | 6fe591b45d1900cde162b98013534ba84a8320dc (patch) | |
| tree | d21f9692ed3df159e55a462218aa7578a448825c /lldb/test/functionalities | |
| parent | fe07bd67fd22f4226b0339e391ecd8529c71e4ee (diff) | |
| download | bcm5719-llvm-6fe591b45d1900cde162b98013534ba84a8320dc.tar.gz bcm5719-llvm-6fe591b45d1900cde162b98013534ba84a8320dc.zip | |
Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after r248834.
I'll track down what is happening here.
llvm-svn: 248846
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py b/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py index b5ea4b70926..57ef2e053b9 100644 --- a/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py +++ b/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py @@ -21,6 +21,7 @@ class AttachDeniedTestCase(TestBase): return (err, shell_command.GetStatus(), shell_command.GetOutput()) @skipIfWindows + @skipIfLinux # hanging after reviews D13124 change went in def test_attach_to_process_by_id_denied(self): """Test attach by process id denied""" |

