summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/MC/ELF/nocompression.s2
-rw-r--r--llvm/test/tools/llvm-dwp/X86/nocompress.test2
-rw-r--r--llvm/test/tools/llvm-profdata/nocompress.test2
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/MC/ELF/nocompression.s b/llvm/test/MC/ELF/nocompression.s
index 2c82d4f1797..4da97a05cfd 100644
--- a/llvm/test/MC/ELF/nocompression.s
+++ b/llvm/test/MC/ELF/nocompression.s
@@ -1,4 +1,4 @@
-// REQUIRES: nozlib
+// REQUIRES: !zlib
// RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
// RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib-gnu -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
diff --git a/llvm/test/tools/llvm-dwp/X86/nocompress.test b/llvm/test/tools/llvm-dwp/X86/nocompress.test
index eaf2af2344d..d03895dddc8 100644
--- a/llvm/test/tools/llvm-dwp/X86/nocompress.test
+++ b/llvm/test/tools/llvm-dwp/X86/nocompress.test
@@ -1,4 +1,4 @@
-REQUIRES: nozlib
+REQUIRES: !zlib
RUN: not llvm-dwp %p/../Inputs/compress/a.dwo -o %t 2>&1 | FileCheck %s
CHECK: error: failure while decompressing compressed section: '.zdebug_{{.*}}.dwo', zlib is not available
diff --git a/llvm/test/tools/llvm-profdata/nocompress.test b/llvm/test/tools/llvm-profdata/nocompress.test
index 65db61df74b..7830d36a5e6 100644
--- a/llvm/test/tools/llvm-profdata/nocompress.test
+++ b/llvm/test/tools/llvm-profdata/nocompress.test
@@ -10,6 +10,6 @@ $ LLVM_PROFILE_FILE=$TESTDIR/Inputs/compressed.profraw ./a.out
RUN: not llvm-profdata show %p/Inputs/compressed.profraw -o %t 2>&1 | FileCheck %s
-REQUIRES: nozlib
+REQUIRES: !zlib
CHECK: error: {{.*}} Profile uses zlib compression but the profile reader was built without zlib support
OpenPOWER on IntegriCloud