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
/
unittests
Age
Commit message (
Expand
)
Author
2024-01-30
Change `GetConstraintLog` to work with `std::string`s instead of `char*`s
Daniel Schemmel
2024-01-30
Avoid generating array names in solver builders that could accidently collide
Martin Nowack
2024-01-12
Renamed PTree to ExecutionTree (and similar)
Cristian Cadar
2024-01-12
SearcherTest: remove redundant root init, fix branch type
Frank Busse
2024-01-12
new: persistent ptree (-write-ptree) and klee-ptree
Frank Busse
2023-07-10
remove timings from kdalloc tests
Daniel Schemmel
2023-07-10
Simplify KDAlloc tests
Daniel Schemmel
2023-07-06
rename Allocator::location_info to Allocator::locationInfo for
Daniel Schemmel
2023-07-06
Perform location_info tests in KDAlloc's random test
Daniel Schemmel
2023-06-26
RefTest: suppress -Wself-move
Julian Büning
2023-06-07
unittests/CMakeLists.txt: set gtest include dir only if necessary
Julian Büning
2023-06-07
unittests/CMakeLists.txt: do not echo GTEST_SRC_DIR on error
Julian Büning
2023-06-07
unittests/CMakeLists.txt: no UNITTEST_MAIN_LIBS
Julian Büning
2023-06-07
unittests/CMakeLists.txt: remove obsolete policy
Julian Büning
2023-06-07
unittests/CMakeLists.txt: fix LLVM find_package support
Julian Büning
2023-06-07
unittests/CMakeLists.txt: gtest check for LLVM 13+
Julian Büning
2023-04-21
use unique_ptr all throughout the solver chain
Daniel Schemmel
2023-04-20
remove unused rng adaptor functions
Daniel Schemmel
2023-04-18
change some obsolete KDAlloc comments
Julian Büning
2023-03-23
Run KDAlloc/rusage unittest a few times to allow for swapfile interference
Daniel Schemmel
2023-03-22
Change `llvm_map_components_to_libnames` to `llvm_config` CMake function
Martin Nowack
2023-03-17
Update KDAlloc unittests
Martin Nowack
2023-03-17
[cmake] Use LLVM's CMake functionality only
Martin Nowack
2023-03-16
Add some unit tests for KDAlloc
Daniel Schemmel
2022-06-15
Spelling Fixes
m-davis
2022-05-05
cmake: try using system installation of GTest if it's present
Lukáš Zaoral
2022-03-17
remove LLVM < 6 from build/test scripts
Frank Busse
2022-03-09
tests: make UBSAN print stack traces
Lukáš Zaoral
2022-03-09
fix CMake: gtest from llvm includes gtest_main
Julian Büning
2022-01-05
introduce BranchTypes
Frank Busse
2022-01-05
unittests/TestMain: show stack trace on error
Julian Büning
2022-01-05
fix CMake: use own TestMain instead of gtest_main
Julian Büning
2022-01-05
CMake: set Google Test options properly
Julian Büning
2022-01-05
fix CMake: GTEST_INSTALL -> INSTALL_GTEST
Julian Büning
2022-01-05
CMake: include GTest include hint for 1.8.0+
Julian Büning
2020-11-04
[cmake] Remove several leftovers from old autoconf build system
Martin Nowack
2020-09-03
Fix PTree::remove to clean the tree properly
Sebastian Poeplau
2020-07-30
[unittests] use static PTree::remove method in SearcherTest
Frank Busse
2020-07-30
introduce --rng-initial-seed=<unsigned>
Frank Busse
2020-07-01
Separate constraint set and constraint manager
Martin Nowack
2020-07-01
Move constraint implementation from header to cpp files
Martin Nowack
2020-06-29
Enable subsets for RandomPathSearcher
Timotej Kapus
2020-04-30
Removed include/klee/util and moved header files to appropriate places
Cristian Cadar
2020-04-30
Move header files from lib/Expr to include/klee/Expr to eliminate includes us...
Cristian Cadar
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-04-07
Add unit test for Z3Solver::getConstraintLog
Daniel Grumberg
2020-02-19
Add move assignment operator and move construct for `ref` class.
Martin Nowack
2020-02-19
Add `ReferenceCounter` struct utilized by ref<>
Martin Nowack
2020-02-19
Fix ptr reference invalidation if last reference gets freed before new refere...
Martin Nowack
2019-12-12
[optimize-array] Hash collision test
Timotej Kapus
[next]