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
2024-01-30
Add checks to the seed concretization tests about the expected number of queries
Cristian Cadar
2024-01-30
Added a test for --allow-seed-extension
Cristian Cadar
2024-01-30
Removed --zero-seed-extension, and merge it with --allow-seed-extension. This...
Cristian Cadar
2024-01-30
On a symbolic allocation, retrieve size from a seed, if available
Cristian Cadar
2024-01-30
Concretize arguments to external function calls using seeds, if available. A...
Cristian Cadar
2024-01-30
Concretize constants using seed values, when available. Added two tests (w/ ...
Cristian Cadar
2024-01-12
Remove check for the number of solver queries
Tomasz Kuchta
2024-01-12
Make test more deterministic
Tomasz Kuchta
2024-01-12
Follow-up: applied review comments, implemented meta-data cleanup (one more m...
Tomasz Kuchta
2024-01-12
Feature: implement single memory object resolution for symbolic addresses.
Tomasz Kuchta
2024-01-12
Renamed PTree to ExecutionTree (and similar)
Cristian Cadar
2024-01-12
Rename files from PTree to ExecutionTree (and similar)
Cristian Cadar
2024-01-12
new: persistent ptree (-write-ptree) and klee-ptree
Frank Busse
2023-09-11
Changed use-after-free and double-free tests to expect KDAlloc, plus some sma...
Cristian Cadar
2023-07-12
Replaced --suppress-external-warnings and --all-external-warnings with --exte...
Cristian Cadar
2023-06-05
test/Feature/StackTraceOutput.c: relative checks, clang-format
Julian Büning
2023-06-05
re-enable StackTraceOutput.c test
Julian Büning
2023-05-26
Copy stats to test directory when running tests
Daniel Schemmel
2023-05-26
Refactored and fixed the code dealing with the entry point.
Cristian Cadar
2023-03-26
tests: add some missing headers
Frank Busse
2023-03-23
tests: add Feature/KleeStatsTermClasses.c
Frank Busse
2023-03-23
tests: add Feature/KleeStatsBranches.c
Frank Busse
2023-03-22
Added more test cases for --entry-point. EntryPointMissing is currently expec...
Cristian Cadar
2023-03-20
llvm14: port test/Feature/VarArgByVal.c to LLVM 14
Lukáš Zaoral
2023-03-17
Don't fail `KleeStats.c` test if it takes 1s or longer
Martin Nowack
2023-03-17
Disable `const_array_opt1` for ubsan as well
Martin Nowack
2023-03-16
Integrate KDAlloc into KLEE
Daniel Schemmel
2023-01-06
fix output check in test const_arr_opt1
Matthis Gördel
2022-12-09
fix FileCheck cmd of VarArgByVal test
Matthis Gördel
2022-09-26
Improve the message for when large arrays become symbolic. Only print this w...
Cristian Cadar
2022-09-14
Improve pattern for FileCheck in UBSan's tests
Pavel
2022-09-14
Improve pattern for FileCheck in UBSan's tests
Pavel
2022-09-14
Eliminate .undefined_behavior.err category and simplify tests
Pavel
2022-09-14
Remove LLVM version < 9
Pavel
2022-09-14
Check extensions of generated files in tests
Pavel
2022-09-14
Remove LLVM version < 6
Pavel
2022-09-14
Support UBSan-enabled binaries
Pavel Yatcheniy
2022-07-04
Inline asm external call
Mikhail
2022-06-30
remove LLVM < 9
Frank Busse
2022-06-27
Fix error with empty EntryPoint
Saveliy Grigoryev
2022-06-13
tests: add StackTraceOutput.c
Frank Busse
2022-06-13
tests: invoke LLVM tools through their corresponding macros
Lukáš Zaoral
2022-05-06
tests: make function pointer tests more robust
Frank Busse
2022-03-17
Updated test MemoryLimit.c to use FileCheck, and formatted the file
Cristian Cadar
2022-01-07
tests: add Feature/KleeStatsNoBr.c
Frank Busse
2022-01-07
tests: adapt Feature/KleeStatsColumns.test to klee-stats changes
Frank Busse
2022-01-07
tests: extend Feature/KleeStats.c
Frank Busse
2022-01-05
Added a test for invocations of klee_make_symbolic with a wrong size to MakeS...
Cristian Cadar
2021-11-02
tests: adjust Feature/KleeStatsColumns.test for fixed column order
Frank Busse
2021-10-27
tools/klee: Warn if module and host target triples differ
Lukas Zaoral
[next]