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
2019-12-12
[optimize-array] Fix update list read order
Timotej Kapus
2019-11-15
Implement @llvm.is.constant() intrinsic handling and add a test for it.
Gleb Popov
2019-11-07
Handle llvm.objectsize explicitly
Martin Nowack
2019-11-07
Added test for 3-argument main.
Cristian Cadar
2019-11-05
Most libc++ tests require uclibc; add missing REQUIRES statements or remove d...
Cristian Cadar
2019-11-05
Mark all constant global memory objects as constant
Martin Nowack
2019-11-05
[test] Fix missing includes
Martin Nowack
2019-10-31
Executor: fix missing default case in switch instruction
Frank Busse
2019-10-31
enable testing for LLVM 9.0
Julian Büning
2019-10-31
LLVM 9.0: fourth parameter for @llvm.objectsize()
Julian Büning
2019-10-31
klee-libc: add bcmp
Julian Büning
2019-10-07
test/Expr/Evaluate2.kquery: add link to issue
Julian Büning
2019-10-07
fix: make llvm 7.1 known
Julian Büning
2019-10-07
test/Feature/SolverTimeout.c: re-enable for Z3
Julian Büning
2019-10-07
test/lit.cfg: test if current version is known
Julian Büning
2019-10-07
test/lit.cfg: use lit_config instead of lit
Julian Büning
2019-10-07
Do not use klee_range() in regression/2014-09-13-debug-info.c test, as it is
Gleb Popov
2019-09-20
Move intrinsics tests to the proper directory
Mateusz Naściszewski
2019-09-20
Add tests for saturating arithmetic
Mateusz Naściszewski
2019-09-05
test/CMakeLists.txt: error handling for download
Julian Büning
2019-09-05
test/CMakeLists.txt: use official llvm monorepo for download
Julian Büning
2019-08-14
Update basic block iterator after deleting instruction; add test case
Martin Nowack
2019-08-14
Rewrote the checks in GenRandomBout.c to remove dependency on bash and use Fi...
Cristian Cadar
2019-08-14
Moved Gen*Bout.c tests outside the test/Runtime/POSIX directory, as they don'...
Cristian Cadar
2019-08-14
Replace sprintf with snprintf throughout codebase
Cristian Cadar
2019-08-14
Create all files in the replay directory and chdir to this directory before e...
Cristian Cadar
2019-08-14
Updated error messages in Gen*Bout.c
Cristian Cadar
2019-08-14
Cleaned up messages emitted by klee-replay, and prefixed them all with "KLEE-...
Cristian Cadar
2019-08-01
tests: fix Gen(Random)Bout.c: cd - command not found
Frank Busse
2019-07-30
Use #include "klee/..." (instead of #include <klee/...>) consistently.
Cristian Cadar
2019-07-30
fix two test issues
Felix Rath
2019-07-30
Add missing dependencies for `check` target
Martin Nowack
2019-07-29
Fixed incorrect requires directive
Cristian Cadar
2019-05-30
fix tests for macOS
Julian Büning
2019-05-30
implement FunctionAliasPass
Julian Büning
2019-05-30
remove klee_alias_function()
Julian Büning
2019-05-28
Implement handling of the llvm.fabs intrinsic
Felix Rath
2019-05-06
Add 'freebsd' feature in lit.cfg and use it to XFAIL LargeReturnTypes.cpp test.
Gleb Popov
2019-04-04
klee-stats: add - to to-csv/grafana options
Frank Busse
2019-04-04
Add klee-stats test, fix microseconds bug
Timotej Kapus
2019-04-04
Change the .stats format into sqlite3
Timotej Kapus
2019-04-02
Teach ConcreteTest.py to use `gmake` instead of `make` on FreeBSD
Gleb Popov
2019-03-31
Made test/Runtime/POSIX/GenBout.c run in an isolated directory
Andrew Santosa
2019-03-31
Various updates to gen-random-bout.cpp
Andrew Santosa
2019-03-21
remove tests for LLVM <= 3.7
Julian Büning
2019-03-21
drop support for LLVM <= 3.7
Julian Büning
2019-03-20
tests: add STPDumpDebugQueries.c
Frank Busse
2019-03-19
Add Read consistency test case, spelling
Timotej Kapus
2019-03-18
Disable optimisation for functions that contain KLEE calls
Martin Nowack
2019-03-18
make test/Feature/srem.c more explicit
Julian Büning
[next]