summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Driver/nozlibcompress.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Driver/nozlibcompress.c b/clang/test/Driver/nozlibcompress.c
index 4eac0661655..0e4775dfced 100644
--- a/clang/test/Driver/nozlibcompress.c
+++ b/clang/test/Driver/nozlibcompress.c
@@ -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)
OpenPOWER on IntegriCloud