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
/
regression
Age
Commit message (
Expand
)
Author
2019-03-07
Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively.
Cristian Cadar
2019-03-05
add regression test for LLVM PR39177
Julian Büning
2019-03-05
fix Executor::initializeGlobals for aliases pointing to another alias
Julian Büning
2018-12-19
regression/2014-09-13-debug-info.c: use 'int: ' instead of 'data:'
Frank Busse
2018-12-19
Various fixes for ktest-tool
Frank Busse
2018-12-19
Renamed --stop-after-n-instructions to --max-instructions, as suggested by @251
Cristian Cadar
2018-10-29
add %OOopt to recently added tests and Concrete
Julian Büning
2018-10-26
llvm5: test, add -disable-O0-optnone to -O0
Jiri Slaby
2018-10-10
fix handling of failing external calls
Frank Busse
2018-09-10
Add POSIX runtime as dependency for the test case
Martin Nowack
2018-09-10
Unify the error message if that function has not been found.
Martin Nowack
2018-09-06
Use FileCheck and LINE instead of grep if possible
Martin Nowack
2018-06-29
fix out of range access in KleeHandler::getKTestFilesInDir
Frank Busse
2018-06-13
klee_int: allow NULL as name
Frank Busse
2018-05-24
test: add versions of some tests for LLVM 3.7
Richard Trembecký
2018-05-18
tests: use names in klee_make_symbolic
Frank Busse
2018-05-06
Moved regression test to proper location. Fixes #705
Cristian Cadar
2018-04-09
doDumpStates: incorrectly increments stats
Frank Busse
2018-02-18
Add missing endian information to avoid selecction of big endian systems
Martin Nowack
2017-12-11
fix regression test: use `%klee` instead of `klee`
Felix Rath
2017-11-24
klee_make_symbolic: add test cases for API
Frank Busse
2017-07-25
Added regression test for bug reported by @kren1 in #262
Cristian Cadar
2017-07-23
Updated test cases to reflect removal of LLVM 2.9
Martin Nowack
2017-03-23
Add test case to check that on early exits stats are flushed
Dan Liew
2017-03-15
Fix test case for OSX: only weak aliases are supported on darwin
Andrea Mattavelli
2017-03-01
fix for PathOS.id
gladtbx
2017-02-24
Teach KLEE to respect the requested memory alignment of globals and stack
Dan Liew
2017-02-21
Add test case that causes an assertion failure in `klee::getDirectCallTarget(...
Dan Liew
2016-09-16
Avoid internalization of non-standard entry point (i.e. not the main function...
Andrea Mattavelli
2016-09-15
Check the existence of the entry point during the initialization of the POSIX...
Andrea Mattavelli
2016-08-08
Merge pull request #447 from hutoTUM/fix-klee_get_obj_size
MartinNowack
2016-08-08
Fix for klee_get_obj_size() crashing on 64-bit, resolves #446
hutoTUM
2016-07-31
Merge pull request #422 from ccadar/div-zero-test
Cristian Cadar
2016-07-09
Fix variable shifting behavior with different sizes
Martin Nowack
2016-06-28
Added test case exposing division by zero failure reported by @kren1, and rec...
Cristian Cadar
2016-04-17
Merge pull request #359 from delcypher/fix_indep_solver_bug
Cristian Cadar
2016-04-14
This test passes under 2.9, so it cannot be used as an XFAIL. We can enable ...
Cristian Cadar
2016-04-14
Added test case with the examples from https://github.com/klee/klee/issues/33...
Cristian Cadar
2016-03-22
Try to fix #348
Dan Liew
2015-12-17
Fixed a bug with how non power 2 values were written to memory, added test fo...
Timotej Kapus
2015-09-21
Merge pull request #274 from MartinNowack/fix_sdiv_1
Cristian Cadar
2015-09-05
Allow to generate initial values with empty constraint set
Martin Nowack
2015-08-30
Fix signed division by constant 1/ -1
Martin Nowack
2014-12-08
Fix overshift check
Paul Marinescu
2014-09-12
[tests] Set --output-dir on all test runs, in support of running tests in par...
Daniel Dunbar
2014-07-04
Fix regression reported by Michael Esser and Andrew Watson
Dan Liew
2014-04-14
Fix test case to support new llvm-lit
Martin Nowack
2014-01-20
Fixed test cases that fail if using an in-source build
Dan Liew
2014-01-20
Remove the last remnants (I think) of DejaGNU. Goodbye!
Dan Liew
2014-01-20
Fixed tests where llvm-gcc was called without the -emit-llvm flag.
Dan Liew
[next]