[Lldb-commits] [lldb] r248846 - Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after r248834.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 29 18:13:13 PDT 2015


Does timeout not work?

On Tue, Sep 29, 2015 at 4:06 PM, Todd Fiala via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> Author: tfiala
> Date: Tue Sep 29 18:06:56 2015
> New Revision: 248846
>
> URL: http://llvm.org/viewvc/llvm-project?rev=248846&view=rev
> Log:
> Skipping TestAttachDenied.py on Linux as it is hanging on a buildbot after
> r248834.
>
> I'll track down what is happening here.
>
> Modified:
>
> lldb/trunk/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
>
> Modified:
> lldb/trunk/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/process_attach/attach_denied/TestAttachDenied.py?rev=248846&r1=248845&r2=248846&view=diff
>
> ==============================================================================
> ---
> lldb/trunk/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
> (original)
> +++
> lldb/trunk/test/functionalities/process_attach/attach_denied/TestAttachDenied.py
> Tue Sep 29 18:06:56 2015
> @@ -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"""
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150929/bf2dccdd/attachment.html>


More information about the lldb-commits mailing list