diff options
author | Andrea Mattavelli <andreamattavelli@gmail.com> | 2017-03-06 11:12:41 +0000 |
---|---|---|
committer | Dan Liew <delcypher@gmail.com> | 2017-03-15 18:52:07 +0000 |
commit | 8b5188e4237aa172a9c2b3e3efca9fe7a091cf70 (patch) | |
tree | ce315907eee30bbdb3f44b9f3e18dc18662dc810 /test/regression | |
parent | f58a88d204202f5cea366bba63fb982a03c65149 (diff) | |
download | klee-8b5188e4237aa172a9c2b3e3efca9fe7a091cf70.tar.gz |
Fix test case for OSX: only weak aliases are supported on darwin
Rewritten tests by replacing 'XFAIL: darwin' with 'REQUIRES: not-darwin'
Diffstat (limited to 'test/regression')
-rw-r--r-- | test/regression/2016-11-24-bitcast-weak-alias.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/regression/2016-11-24-bitcast-weak-alias.c b/test/regression/2016-11-24-bitcast-weak-alias.c index f115731b..3e4ebe64 100644 --- a/test/regression/2016-11-24-bitcast-weak-alias.c +++ b/test/regression/2016-11-24-bitcast-weak-alias.c @@ -1,3 +1,4 @@ +// REQUIRES: not-darwin // RUN: %llvmgcc %s -Wall -emit-llvm -g -O0 -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: klee --output-dir=%t.klee-out -exit-on-error -search=nurs:covnew %t.bc DUMMY_ARG >%t1.log 2>&1 |