r260058 - Make nozlibcompress.c pass and reenable it.

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


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)




More information about the cfe-commits mailing list