[Lldb-commits] [lldb] r247576 - Cleaned up a few unexpected successes on OS X

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 14 11:36:26 PDT 2015


The fix for this went in here (with a couple more XPASS cleanups):

Sending        test/expression_command/radar_9673664/TestExprHelpExamples.py
Sending        test/functionalities/avoids-fd-leak/TestFdLeak.py
Sending        test/lang/c/const_variables/TestConstVariables.py
Transmitting file data ...
Committed revision 247591.


On Mon, Sep 14, 2015 at 11:21 AM, Todd Fiala <todd.fiala at gmail.com> wrote:

> Yep you're right, I just found this and verified it on Linux.  I'll get
> that fixed ASAP.
>
> On Mon, Sep 14, 2015 at 11:17 AM, Ed Maste <emaste at freebsd.org> wrote:
>
>> On 14 September 2015 at 12:25, Todd Fiala via lldb-commits
>> <lldb-commits at lists.llvm.org> wrote:
>> >
>> > Author: tfiala
>> > Date: Mon Sep 14 11:25:34 2015
>> > New Revision: 247576
>> >
>> > URL: http://llvm.org/viewvc/llvm-project?rev=247576&view=rev
>> > Log:
>> > Cleaned up a few unexpected successes on OS X
>> > ...
>> > -    @expectedFailureClang('13314878') # This test works with gcc, but
>> fails with newer version of clang on Linux due to a clang issue. Fails for
>> icc as well. Bug number TDB.
>> > +    @expectedFailureAll(oslist=["linux"], compiler=["clang", "icc"])
>>
>> I don't think the compiler can be a list (because it also allows for a
>> compiler version check) -- it needs to be split in two
>> expectedFailureAll AFAICT.
>>
>
>
>
> --
> -Todd
>



-- 
-Todd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150914/f8953c42/attachment.html>


More information about the lldb-commits mailing list