index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2018-03-23
fix test/Feature/BFSSearcherAndDFSSearcherInterleaved.c to use explicit enume...
Julian Büning
2018-02-18
Add missing endian information to avoid selecction of big endian systems
Martin Nowack
2018-02-18
Test complex constant data vectors as well
Martin Nowack
2018-02-18
Add testcase for constant array handling
Martin Nowack
2018-02-18
Add test case for constant vector init
Martin Nowack
2017-12-11
fix regression test: use `%klee` instead of `klee`
Felix Rath
2017-12-11
fix merging tests: use `%klee` instead of `klee`
Felix Rath
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-11-26
Replace confusing message in lit.site.cfg.in about the file being autogenerated
Cristian Cadar
2017-11-24
klee_make_symbolic: add test cases for API
Frank Busse
2017-10-15
Fixed assert in BFSSearcher that does not hold as part of interleaved searcher
Julian Büning
2017-10-06
Removed the word 'unsigned' from integer overflow error messages
Andrew Santosa
2017-10-04
Remove Autoconf/Makefile build system and adjust the TravisCI
Dan Liew
2017-08-10
Added a basic test for klee-replay
Cristian Cadar
2017-08-09
Merge pull request #742 from ccadar/fold
Cristian Cadar
2017-08-07
Added checks for div/mod by zero and overshifts in constant expressions. Suc...
Cristian Cadar
2017-08-04
Removed merging searchers
Lukas Wölfer
2017-07-29
Added an optional KInstruction* argument to evalConstant and evalConstantExpr...
Cristian Cadar
2017-07-25
Added regression test for bug reported by @kren1 in #262
Cristian Cadar
2017-07-25
Cleanup tests for last LLVM 2.9 references
Andrea Mattavelli
2017-07-25
Re-enable parts of `FloatingPointOps.ll`. The message about failures
Dan Liew
2017-07-24
Moved klee_choose from klee-libc to KLEE intrinsics.
Cristian Cadar
2017-07-24
more portable shebangs
Jörg Thalheim
2017-07-23
Updated test cases to reflect removal of LLVM 2.9
Martin Nowack
2017-07-19
Implement basic support for vectorized instructions.
Dan Liew
2017-06-08
Merge pull request #667 from andreamattavelli/fix_macos_vararg
Cristian Cadar
2017-06-07
Prevent test failure when realloc fails in test/Feature/Realloc.c
Andrew Santosa
2017-06-05
Removing flaky test Vararg.c from Darwin build until we find a proper fix
Andrea Mattavelli
2017-06-05
Fix test failure on systems with libstdc++ corresponding to gcc7.
Dan Liew
2017-05-24
travis CI: add LLVM 3.5 and 3.6 tests
Jiri Slaby
2017-04-08
[CMake] Don't redownload FileCheck.cpp if it exists
emlai
2017-04-06
[NFC] Reindent `test/lit.cfg` and add vim mode line to use right
Dan Liew
2017-04-06
test: lit, add geq/lt-llvm- configs
Jiri Slaby
2017-03-23
Add test case to check that on early exits stats are flushed
Dan Liew
2017-03-23
Merge pull request #619 from jirislaby/FD_Fail
Cristian Cadar
2017-03-17
test: POSIX, stop FD_Fail to fail
Jiri Slaby
2017-03-17
test: fix 'not' build
Jiri Slaby
2017-03-15
Fix test case for OSX: only weak aliases are supported on darwin
Andrea Mattavelli
2017-03-15
[Lit] Add system information (linux/darwim) to LIT configuration. Added 'not-...
Dan Liew
2017-03-07
Merge pull request #608 from jirislaby/kill_test
Andrea Mattavelli
2017-03-06
test: ConstantExpr, fix bogus test
Jiri Slaby
2017-03-06
test: POSIX/DirSeek, cleanup
Jiri Slaby
2017-03-06
Merge pull request #609 from ccadar/warnings
Andrea Mattavelli
2017-03-01
fix for PathOS.id
gladtbx
2017-03-01
Updated test cases that check warning messages.
Cristian Cadar
2017-02-24
Teach KLEE to respect the requested memory alignment of globals and stack
Dan Liew
2017-02-21
Add test case that causes an assertion failure in `klee::getDirectCallTarget(...
Dan Liew
2017-02-14
Fix linker compatibility under macOS
Andrea Mattavelli
2017-02-14
Merge pull request #574 from delcypher/read_expr_missed_constaint_fold
Andrea Mattavelli
2017-02-14
ReadExpr::create() was missing an opportunity to constant fold when handling ...
Dan Liew
[next]