diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2009-07-10 23:18:26 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2009-07-10 23:18:26 +0000 |
commit | ec9faf80d2f9ca0b22f117c307b525f5bfb3b327 (patch) | |
tree | 0aca9dcddc6b5e3a26ac7c307a2b09e19334283b /test/Expr | |
parent | 6c7d0d1db055bfca93b962de1cd2eaa5f1d3c8dd (diff) | |
download | klee-ec9faf80d2f9ca0b22f117c307b525f5bfb3b327.tar.gz |
Added xfail test: (query [false] true) should return INVALID.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@75310 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Expr')
-rw-r--r-- | test/Expr/Evaluate2.pc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Expr/Evaluate2.pc b/test/Expr/Evaluate2.pc new file mode 100644 index 00000000..0b50a0bd --- /dev/null +++ b/test/Expr/Evaluate2.pc @@ -0,0 +1,6 @@ +# RUN: %kleaver -evaluate %s > %t.log + +# RUN: grep "Query 0: INVALID" %t.log +# XFAIL: * +(query [false] true) + |