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
2023-03-23
Remove model_version from the POSIX runtime, as we have never used it.
Cristian Cadar
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-22
STP: add option to switch SAT solver: --stp-sat-solver and set default to Cry...
Frank Busse
2023-03-22
Change `llvm_map_components_to_libnames` to `llvm_config` CMake function
Martin Nowack
2023-03-22
Remove hard to understand and debug pcregrep test
Cristian Cadar
2023-03-22
Fixed typo
Martin Nowack
2023-03-22
Handle fail of KLEE gracefully
Martin Nowack
2023-03-22
Explicitly check if 32bit support is enabled for testing
Martin Nowack
2023-03-20
ConstantArrayExprVisitor: Fix detection of multiple array indices
Lukáš Zaoral
2023-03-20
llvm14: port test/Feature/VarArgByVal.c to LLVM 14
Lukáš Zaoral
2023-03-20
llvm14: Add LLVM 14 to lit.cfg
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-17
[cmake] Use LLVM's CMake functionality only
Martin Nowack
2023-03-16
Add some system tests for KDAlloc
Daniel Schemmel
2023-03-16
Integrate KDAlloc into KLEE
Daniel Schemmel
2023-02-28
Add a few simple solver tests
Daniel Schemmel
2023-02-06
Disable memcpy_chk_err.c on FreeBSD, where a call to __memcpy_chk is not gene...
Cristian Cadar
2023-02-06
Add an extra check to test/Runtime/FreeStanding/memcpy_chk_err.c ensuring tha...
Cristian Cadar
2023-01-06
fix output check in test const_arr_opt1
Matthis Gördel
2022-12-09
add missing FileCheck command to test
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-24
Pass llvm.experimental.noalias.scope.decl to IntrinsicLowering so that it str...
Pavel
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-24
Support arguments of width 128, 256 and 512 bits for external calls
Pavel
2022-07-04
Inline asm external call
Mikhail
2022-06-30
rename CallSite to CallBase
Frank Busse
2022-06-30
remove LLVM < 9
Frank Busse
2022-06-27
Fix error with empty EntryPoint
Saveliy Grigoryev
2022-06-26
Intrinsics: Add support for @llvm.f{ma,muladd}.f*
Lukáš Zaoral
2022-06-15
Spelling Fixes
m-davis
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
Updated tests to use ktest-randgen instead of gen-random-bout
Cristian Cadar
2022-05-06
Updated tests to use ktest-gen instead of gen-bout
Cristian Cadar
2022-05-06
tests: make function pointer tests more robust
Frank Busse
2022-04-28
Make Uclibc support a runtime option, not a compile-time one.
Gleb Popov
2022-03-17
LLVM < 6 leftovers
Julian Büning
2022-03-17
remove LLVM < 6 from build/test scripts
Frank Busse
2022-03-17
Updated test MemoryLimit.c to use FileCheck, and formatted the file
Cristian Cadar
2022-03-11
FD_Fail: use /dev/zero instead of /etc/mtab
Morgan Jones
[next]