[Lldb-commits] [lldb] r206760 - Add a comment to tests that XPASS on FreeBSD

Ed Maste emaste at freebsd.org
Mon Apr 21 13:54:45 PDT 2014


On 21 April 2014 11:19, Ed Maste <emaste at freebsd.org> wrote:
> Author: emaste
> Date: Mon Apr 21 10:19:18 2014
> New Revision: 206760
>
> URL: http://llvm.org/viewvc/llvm-project?rev=206760&view=rev
> Log:
> Add a comment to tests that XPASS on FreeBSD
>
> Perhaps these should be @expectedFailureDarwin instead of
> @unittest2.expectedFailure (applying to all hosts); I'm not aware of
> the details in the rdars.

I just discovered that the FreeBSD buildbot currently reports overall
failure for testruns with XPASS results; I'm not sure why that didn't
happen before, although it recently had some updates / configuration
changes.  It seems that this is expected behaviour based on
zorg/buildbot/commands/LitTestCommand.py.

In any case it looks like I'll need to address the 13 XPASSes on
FreeBSD.  If there's no objection I'll make the change to
@expectedFailureDarwin.  (The lab.llvm.org buildbots don't seem to be
responding at the moment.  I'll add an @expectedFailureLinux as well,
if I can determine these tests currently XFAIL on Linux.)

A recent FreeBSD buildbot run:
http://llvm-amd64.freebsd.your.org/b/builders/lldb-amd64-freebsd/builds/2043



More information about the lldb-commits mailing list