From 6fe591b45d1900cde162b98013534ba84a8320dc Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Tue, 29 Sep 2015 23:06:56 +0000 Subject: [PATCH] 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 --- .../process_attach/attach_denied/TestAttachDenied.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py b/lldb/test/functionalities/process_attach/attach_denied/TestAttachDenied.py index b5ea4b709262..57ef2e053b91 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"""