[Lldb-commits] [lldb] r205427 - Add annotation for failure from new Attach/Resume test case on FreeBSD

Todd Fiala tfiala at google.com
Wed Apr 2 07:55:29 PDT 2014


Is this around the new test Andrew added? Maybe the fix he made on Linux
has a simple analog in FreeBSD that wasn't in the common POSIX side?

On Wednesday, April 2, 2014, Ed Maste <emaste at freebsd.org> wrote:

> Author: emaste
> Date: Wed Apr  2 09:45:46 2014
> New Revision: 205427
>
> URL: http://llvm.org/viewvc/llvm-project?rev=205427&view=rev
> Log:
> Add annotation for failure from new Attach/Resume test case on FreeBSD
>
>
> Modified:
>     lldb/trunk/test/functionalities/attach_resume/TestAttachResume.py
>
> Modified: lldb/trunk/test/functionalities/attach_resume/TestAttachResume.py
> URL:
> http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/attach_resume/TestAttachResume.py?rev=205427&r1=205426&r2=205427&view=diff
>
> ==============================================================================
> --- lldb/trunk/test/functionalities/attach_resume/TestAttachResume.py
> (original)
> +++ lldb/trunk/test/functionalities/attach_resume/TestAttachResume.py Wed
> Apr  2 09:45:46 2014
> @@ -14,6 +14,7 @@ class AttachResumeTestCase(TestBase):
>
>      mydir = TestBase.compute_mydir(__file__)
>
> +    @expectedFailureFreeBSD('llvm.org/pr19310')
>      @dwarf_test
>      def test_attach_continue_interrupt_detach(self):
>          """Test attach/continue/interrupt/detach"""
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu <javascript:;>
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
>


-- 
Todd Fiala | Software Engineer | tfiala at google.com | 650-943-3180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20140402/ee9077a5/attachment.html>


More information about the lldb-commits mailing list