about summary refs log tree commit diff homepage
path: root/test/regression
AgeCommit message (Expand)Author
2018-02-18Add missing endian information to avoid selecction of big endian systemsMartin Nowack
2017-12-11fix regression test: use `%klee` instead of `klee`Felix Rath
2017-11-24klee_make_symbolic: add test cases for APIFrank Busse
2017-07-25Added regression test for bug reported by @kren1 in #262Cristian Cadar
2017-07-23Updated test cases to reflect removal of LLVM 2.9Martin Nowack
2017-03-23Add test case to check that on early exits stats are flushedDan Liew
2017-03-15Fix test case for OSX: only weak aliases are supported on darwinAndrea Mattavelli
2017-03-01fix for PathOS.idgladtbx
2017-02-24Teach KLEE to respect the requested memory alignment of globals and stackDan Liew
2017-02-21Add test case that causes an assertion failure in `klee::getDirectCallTarget(...Dan Liew
2016-09-16Avoid internalization of non-standard entry point (i.e. not the main function...Andrea Mattavelli
2016-09-15Check the existence of the entry point during the initialization of the POSIX...Andrea Mattavelli
2016-08-08Merge pull request #447 from hutoTUM/fix-klee_get_obj_sizeMartinNowack
2016-08-08Fix for klee_get_obj_size() crashing on 64-bit, resolves #446hutoTUM
2016-07-31Merge pull request #422 from ccadar/div-zero-testCristian Cadar
2016-07-09Fix variable shifting behavior with different sizesMartin Nowack
2016-06-28Added test case exposing division by zero failure reported by @kren1, and rec...Cristian Cadar
2016-04-17Merge pull request #359 from delcypher/fix_indep_solver_bugCristian Cadar
2016-04-14This test passes under 2.9, so it cannot be used as an XFAIL. We can enable ...Cristian Cadar
2016-04-14Added test case with the examples from https://github.com/klee/klee/issues/33...Cristian Cadar
2016-03-22Try to fix #348Dan Liew
2015-12-17Fixed a bug with how non power 2 values were written to memory, added test fo...Timotej Kapus
2015-09-21Merge pull request #274 from MartinNowack/fix_sdiv_1Cristian Cadar
2015-09-05Allow to generate initial values with empty constraint setMartin Nowack
2015-08-30Fix signed division by constant 1/ -1Martin Nowack
2014-12-08Fix overshift checkPaul Marinescu
2014-09-12[tests] Set --output-dir on all test runs, in support of running tests in par...Daniel Dunbar
2014-07-04Fix regression reported by Michael Esser and Andrew WatsonDan Liew
2014-04-14Fix test case to support new llvm-litMartin Nowack
2014-01-20Fixed test cases that fail if using an in-source buildDan Liew
2014-01-20Remove the last remnants (I think) of DejaGNU. Goodbye!Dan Liew
2014-01-20Fixed tests where llvm-gcc was called without the -emit-llvm flag.Dan Liew
2014-01-20Fixed many tests that make use of the file tool to checkDan Liew
2013-08-28Fix test case to use llvm-link instead of llvm-ldMartin Nowack
2012-11-28Removed fragile test which does not work anymore with clang/llvm 3.1.Cristian Cadar
2012-05-25Patch by Paul Marinescu that makes KLEE gracefully fail on assembly code.Cristian Cadar
2011-07-20Updates for LLVM 3.0. Based on changes by arrowdodger, thanks!Peter Collingbourne
2010-04-05Fix some tests w/ objdir != srcdir.Daniel Dunbar
2009-05-23Changed bout to ktest. Kept "BOUT\n" as the header of test files, for backwa...Cristian Cadar
2009-05-22Add "name" argument to klee_make_symbolic, and kill off klee_make_symbolic_name.Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar