diff options
| author | Martin Nowack <m.nowack@imperial.ac.uk> | 2019-03-10 14:19:34 +0000 |
|---|---|---|
| committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-03-12 16:41:27 +0000 |
| commit | 7f9f6faf0042283ba3f748d7965ba5411edd12ea (patch) | |
| tree | 8c277a3b35f1798f7adc905df79cb529bbc6775b /test/Feature/CompressedExprLogging.c | |
| parent | 74c432e6c46f4c570a14b46346b208aeb8b5e0fa (diff) | |
| download | klee-7f9f6faf0042283ba3f748d7965ba5411edd12ea.tar.gz | |
Exclude testcases not compatible with MSan
Diffstat (limited to 'test/Feature/CompressedExprLogging.c')
| -rw-r--r-- | test/Feature/CompressedExprLogging.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Feature/CompressedExprLogging.c b/test/Feature/CompressedExprLogging.c index 87c8b8b0..42c42402 100644 --- a/test/Feature/CompressedExprLogging.c +++ b/test/Feature/CompressedExprLogging.c @@ -1,3 +1,5 @@ +// REQUIRES: not-msan +// Requires instrumented zlib linked // REQUIRES: zlib // RUN: %clang %s -emit-llvm -g %O0opt -c -o %t1.bc // We disable the cex-cache to eliminate nondeterminism across different |
