about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorAndrea Mattavelli <andreamattavelli@gmail.com>2017-06-05 13:37:04 +0100
committerAndrea Mattavelli <andreamattavelli@gmail.com>2017-06-05 13:37:04 +0100
commit90219e70dcb3a41a63ccc9d0320df600f1bb0889 (patch)
tree0f95835ed26fdc2e8f8a70e276ee0a00e93c9bf4
parente3b88631ef58ad406ac069bd3a4ba16fb4aa07cc (diff)
downloadklee-90219e70dcb3a41a63ccc9d0320df600f1bb0889.tar.gz
Removing flaky test Vararg.c from Darwin build until we find a proper fix
-rw-r--r--test/Feature/Vararg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/Vararg.c b/test/Feature/Vararg.c
index 82fbe4f1..a78b784e 100644
--- a/test/Feature/Vararg.c
+++ b/test/Feature/Vararg.c
@@ -1,3 +1,4 @@
+// REQUIRES: not-darwin
 // RUN: %llvmgcc %s -emit-llvm -O0 -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out %t1.bc > %t2.out