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

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 14 11:17:44 PDT 2015


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.


More information about the lldb-commits mailing list