r260058 - Make nozlibcompress.c pass and reenable it.

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 8 15:13:51 PST 2016


Thanks for fixing this!

On Sun, Feb 7, 2016 at 1:32 PM, Nico Weber via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: nico
> Date: Sun Feb  7 15:32:17 2016
> New Revision: 260058
>
> URL: http://llvm.org/viewvc/llvm-project?rev=260058&view=rev
> Log:
> Make nozlibcompress.c pass and reenable it.
>
> Modified:
>     cfe/trunk/test/Driver/nozlibcompress.c
>
> Modified: cfe/trunk/test/Driver/nozlibcompress.c
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/nozlibcompress.c?rev=260058&r1=260057&r2=260058&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Driver/nozlibcompress.c (original)
> +++ cfe/trunk/test/Driver/nozlibcompress.c Sun Feb  7 15:32:17 2016
> @@ -1,10 +1,6 @@
>  // RUN: %clang -c %s -Wa,--compress-debug-sections 2>&1 | FileCheck %s
> -// RUN: %clang -c %s -Wa,--compress-debug-sections
> -Wa,--nocompress-debug-sections 2>&1 | FileCheck --check-prefix=NOWARN %s
> +// RUN: %clang -c %s -Wa,--compress-debug-sections
> -Wa,--nocompress-debug-sections 2>&1 | FileCheck --allow-empty
> --check-prefix=NOWARN %s
>  // REQUIRES: nozlib
>
> -// FIXME: This test hasn't run until r259976 made REQUIRES: zlib work --
> and
> -// the test has been failing since. Figure out what's up and enable this.
> -// XFAIL: *
> -
>  // CHECK: warning: cannot compress debug sections (zlib not installed)
>  // NOWARN-NOT: warning: cannot compress debug sections (zlib not
> installed)
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160208/f9ee8e59/attachment.html>


More information about the cfe-commits mailing list