Thanks!
On Sun, Feb 7, 2016 at 1:00 PM, Nico Weber via cfe-commits <cfe-commits@lists.llvm.org> wrote: > Author: nico > Date: Sun Feb 7 15:00:17 2016 > New Revision: 260056 > > URL: http://llvm.org/viewvc/llvm-project?rev=260056&view=rev > Log: > Disable failing nozlibcompress.c > > This test hasn't been running after it was added until r259976 made > "REQUIRES: nozlib" work, and now that the test runs it fails. > > 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=260056&r1=260055&r2=260056&view=diff > ============================================================================== > --- cfe/trunk/test/Driver/nozlibcompress.c (original) > +++ cfe/trunk/test/Driver/nozlibcompress.c Sun Feb 7 15:00:17 2016 > @@ -2,5 +2,9 @@ > // RUN: %clang -c %s -Wa,--compress-debug-sections > -Wa,--nocompress-debug-sections 2>&1 | FileCheck --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@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits