r260056 - Disable failing nozlibcompress.c

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 7 13:00:18 PST 2016


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)




More information about the cfe-commits mailing list