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
/
Merging
Age
Commit message (
Collapse
)
Author
2024-02-08
Assume C compiler's default standard is `-std=gnu17`
Martin Nowack
Newer compilers use `-std=gnu17` as the default when compiling C code. Fix all the test cases that violate this behaviour or explicitly request older standards `-std=c89` where necessary.
2022-12-09
add missing FileCheck command to test
Matthis Gördel
2020-10-12
MergingSearcher: remove random-path incompatibility
Frank Busse
2019-07-30
Use #include "klee/..." (instead of #include <klee/...>) consistently.
Cristian Cadar
2019-03-07
Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively.
Cristian Cadar
2018-09-30
Fix a crash when the last running state is terminated during merging
Lukas Wölfer
2018-07-04
Fix incorrect invocation of klee
Martin Nowack
2018-05-15
Improved code quality
Lukas Wölfer
2018-05-15
Implemented incomplete merging
Lukas Wölfer
2017-12-11
fix merging tests: use `%klee` instead of `klee`
Felix Rath
Fixes #800
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer