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
2020-12-04
Test reflecting the LLVM 11 behavior for transforming reads of the form f[k],...
Cristian Cadar
2020-12-04
Test reflecting the LLVM 11 behavior for transforming writes of the form f[k]...
Cristian Cadar
2020-12-04
Move all overflows from the vector instructions tests into a new file, as the...
Cristian Cadar
2020-12-04
Add LLVM 11 to lit.cfg
Cristian Cadar
2020-12-02
Detect system include headers on macOS
Martin Nowack
2020-11-11
tests: add test for klee-stats --table-format=csv/readable-csv
Frank Busse
2020-11-09
Test checking that __strcpy_chk is handled correctly when uclibc is used
Cristian Cadar
2020-11-09
Test checking that __strcat_chk is handled correctly with klee-libc
Cristian Cadar
2020-11-09
Added test checking that a simple overflow is caught via -D_FORTIFY_SOURCE
Cristian Cadar
2020-11-09
Test checking that __memchk_chk is handled correctly with the freestanding li...
Cristian Cadar
2020-11-04
[cmake] Remove several leftovers from old autoconf build system
Martin Nowack
2020-11-03
fix: bcmp with n==0
Alastair Reid
2020-10-30
Add test for atexit order
Tomas Jasek
2020-10-30
Mark the StaticDestructor test as failing on macOS
Cristian Cadar
2020-10-30
Optimize StaticDestructor test to be less fragile to compiler optimizations.
Cristian Cadar
2020-10-12
MergingSearcher: remove random-path incompatibility
Frank Busse
2020-10-12
address MartinNowack's remaining feedback
Julian Büning
2020-10-12
Exception handling only for LLVM >= 8.0.0
Julian Büning
2020-10-12
Implemented support for C++ Exceptions
Felix Rath
2020-10-09
implement fneg instruction
Julian Büning
2020-10-09
fix: fabs() working on the wrong argument
David Laprell
2020-10-09
Add testcase for weakly linked globals
Martin Nowack
2020-10-06
Added support for klee_open_merge and klee_close_merge in replay, together wi...
Cristian Cadar
2020-09-30
tests: add tests for empty .stats and additional/missing columns
Frank Busse
2020-09-30
tests: support .test and introduce %klee-stats
Frank Busse
2020-09-17
Add test for klee-zesti
Timotej Kapus
2020-09-02
More robust handling of unknown intrinsics
Alastair Reid
2020-08-28
Definition of __cxa_thread_atexit_impl for the KLEE libc.
Alastair Reid
2020-08-07
New intrinsic: klee_is_replay
Alastair Reid
2020-06-29
Implement fshr/fshl intrinsics
Alastair Reid
2020-06-25
Enforce fork/branch limits in branch() and fix double termination
Frank Busse
2020-06-25
fix Executor: initializeGlobalAliases
Julian Büning
2020-06-25
add simple unknown bitcast alias test from the original issue
Julian Büning
2020-06-25
add known bitcast test for comparison
Julian Büning
2020-06-25
regression test for unknown bitcast alias
Julian Büning
2020-06-19
Added test reported in https://github.com/klee/klee/issues/189 for byval vari...
Cristian Cadar
2020-06-19
Renamed Vararg.c to VarArg.c for consistency with the other var arg tests and...
Cristian Cadar
2020-06-19
Added test checking for correct alignment of variadic arguments
Cristian Cadar
2020-06-19
Added test checking that KLEE correctly handles variadic arguments with the b...
Cristian Cadar
2020-06-06
[Module] Add testcase for inline asm lifting
Martin Nowack
2020-05-01
Add test case from #1257 to reproduce behaviour
Martin Nowack
2020-04-30
Removed the Internal directory from include/klee
Cristian Cadar
2020-04-09
[posix-runtime] Improve model to handle full-path symbolic files
Timotej Kapus
2020-04-09
[posix-runtime] Add test for full path consistency for symbolic files
Timotej Kapus
2020-04-08
test: add a new test for readStringAtAddress
Marek Chalupa
2020-03-22
[posix-runtime] Simple GET/SET_LK model
Timotej Kapus
2020-03-19
Additional test for dealing with vector instructions
Cristian Cadar
2020-03-02
fix lit.cfg: numerical comparison of LLVM version numbers
Julian Büning
2020-03-02
test/lit.cfg: add LLVM 10.0
Julian Büning
2020-01-18
Fix handling of debug information for functions
Martin Nowack
[next]