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.

llvm-svn: 260056
This commit is contained in:
Nico Weber 2016-02-07 21:00:17 +00:00
parent e19fa17016
commit 699daa81d4
1 changed files with 4 additions and 0 deletions

View File

@ -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)