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
/
Feature
Age
Commit message (
Expand
)
Author
2019-03-15
Renamed --seed-out to --seed-file and --seed-out-dir to --seed-dir, and place...
Cristian Cadar
2019-03-13
Renamed --no-output to --write-no-tests and placed it in the test case catego...
Cristian Cadar
2019-03-12
Exclude testcases not compatible with MSan
Martin Nowack
2019-03-12
Removed unneeded and confusing disable-opt option, reformatted Optimize() fun...
Cristian Cadar
2019-03-07
tests: rename xxclang to clangxx
Frank Busse
2019-03-07
Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively.
Cristian Cadar
2019-03-05
fix Executor::initializeGlobals for aliases pointing to another alias
Julian Büning
2018-12-19
Renamed --stop-after-n-instructions to --max-instructions, as suggested by @251
Cristian Cadar
2018-11-23
Implemented memalign with alignment
Lukas Wölfer
2018-11-05
Check for stack overflow in a tested program
Martin Nowack
2018-11-02
Added test for the case where external calls are encountered but disallowed
Cristian Cadar
2018-11-02
Replaced --no-externals and --allow-external-sym-calls with --external-calls,...
Cristian Cadar
2018-11-02
The test DeterministicSwitch.c does not need to allow external symbolic calls
Cristian Cadar
2018-10-29
add %OOopt to recently added tests and Concrete
Julian Büning
2018-10-26
llvm5: test, add -disable-O0-optnone to -O0
Jiri Slaby
2018-10-24
Add testcase for shift check
Martin Nowack
2018-10-24
Add test case for div checker
Martin Nowack
2018-10-24
Added lowering pass
Rafael Zaehl
2018-10-17
tests: disable CompressedExprLogging on zlib-less systems
Frank Busse
2018-09-06
Use FileCheck and LINE instead of grep if possible
Martin Nowack
2018-09-06
Avoid Vararg non-deterministic allocation
Martin Nowack
2018-08-01
test: remove geq-llvm-3.4
Julian Büning
2018-07-28
remove last comma from -debug-print-escaping-functions
Julian Büning
2018-07-28
test/Feature/EscapingFunctionsAlias.c: clarify alias(ee) casting
Julian Büning
2018-07-28
add declarations to escapingFunctions
Julian Büning
2018-07-23
ModuleUtil: improve and test valueIsOnlyCalled
Julian Büning
2018-07-12
llvm38: test, change some tests
Jiri Slaby
2018-07-11
Removed support for klee_make_symbolic with 2 arguments. This has been depre...
Cristian Cadar
2018-07-10
test: remove undefined behaviour
Jiri Slaby
2018-06-29
Make ConstantExpr hashing function faster and modify affected test
Timotej Kapus
2018-05-24
test: add versions of some tests for LLVM 3.7
Richard Trembecký
2018-05-18
tests: use names in klee_make_symbolic
Frank Busse
2018-05-17
Improve error messages for ReadStringAtAddress
Timotej Kapus
2018-05-06
Moved regression test to proper location. Fixes #705
Cristian Cadar
2018-05-01
add blockaddress and indirectbr instructions
Frank Busse
2018-03-23
fix test/Feature/BFSSearcherAndDFSSearcherInterleaved.c to use explicit enume...
Julian Büning
2018-02-18
Add testcase for constant array handling
Martin Nowack
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-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
Cleanup tests for last LLVM 2.9 references
Andrea Mattavelli
2017-07-23
Updated test cases to reflect removal of LLVM 2.9
Martin Nowack
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
[next]