diff options
author | Andrea Mattavelli <andreamattavelli@gmail.com> | 2017-06-05 13:37:04 +0100 |
---|---|---|
committer | Andrea Mattavelli <andreamattavelli@gmail.com> | 2017-06-05 13:37:04 +0100 |
commit | 90219e70dcb3a41a63ccc9d0320df600f1bb0889 (patch) | |
tree | 0f95835ed26fdc2e8f8a70e276ee0a00e93c9bf4 /test | |
parent | e3b88631ef58ad406ac069bd3a4ba16fb4aa07cc (diff) | |
download | klee-90219e70dcb3a41a63ccc9d0320df600f1bb0889.tar.gz |
Removing flaky test Vararg.c from Darwin build until we find a proper fix
Diffstat (limited to 'test')
-rw-r--r-- | test/Feature/Vararg.c | 1 |
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 |