about summary refs log tree commit diff homepage
path: root/test/Feature
AgeCommit message (Expand)Author
2018-07-11Removed support for klee_make_symbolic with 2 arguments. This has been depre...Cristian Cadar
2018-07-10test: remove undefined behaviourJiri Slaby
2018-06-29Make ConstantExpr hashing function faster and modify affected testTimotej Kapus
2018-05-24test: add versions of some tests for LLVM 3.7Richard Trembecký
2018-05-18tests: use names in klee_make_symbolicFrank Busse
2018-05-17Improve error messages for ReadStringAtAddressTimotej Kapus
2018-05-06Moved regression test to proper location. Fixes #705Cristian Cadar
2018-05-01add blockaddress and indirectbr instructionsFrank Busse
2018-03-23fix test/Feature/BFSSearcherAndDFSSearcherInterleaved.c to use explicit enume...Julian Büning
2018-02-18Add testcase for constant array handlingMartin Nowack
2017-11-24klee_make_symbolic: add test cases for APIFrank Busse
2017-10-15Fixed assert in BFSSearcher that does not hold as part of interleaved searcherJulian Büning
2017-10-06Removed the word 'unsigned' from integer overflow error messagesAndrew Santosa
2017-08-09Merge pull request #742 from ccadar/foldCristian Cadar
2017-08-07Added checks for div/mod by zero and overshifts in constant expressions. Suc...Cristian Cadar
2017-08-04Removed merging searchersLukas Wölfer
2017-07-29Added an optional KInstruction* argument to evalConstant and evalConstantExpr...Cristian Cadar
2017-07-25Cleanup tests for last LLVM 2.9 referencesAndrea Mattavelli
2017-07-23Updated test cases to reflect removal of LLVM 2.9Martin Nowack
2017-06-08Merge pull request #667 from andreamattavelli/fix_macos_varargCristian Cadar
2017-06-07Prevent test failure when realloc fails in test/Feature/Realloc.cAndrew Santosa
2017-06-05Removing flaky test Vararg.c from Darwin build until we find a proper fixAndrea Mattavelli
2017-06-05Fix test failure on systems with libstdc++ corresponding to gcc7.Dan Liew
2017-03-15Fix test case for OSX: only weak aliases are supported on darwinAndrea Mattavelli
2017-03-01Updated test cases that check warning messages.Cristian Cadar
2017-02-14Merge pull request #574 from delcypher/read_expr_missed_constaint_foldAndrea Mattavelli
2017-02-14ReadExpr::create() was missing an opportunity to constant fold when handling ...Dan Liew
2017-02-10test: fix broken Vararg testMartijn Thé
2017-01-08tests: Added substitution for llvm-arAdrian Herrera
2016-11-23Renamed .pc to .kquery (kleaver query)Eric Rizzi
2016-11-09Fix BFS searcherMartin Nowack
2016-08-10Extended support for assembler raisingMartin Nowack
2016-08-04klee: add exit-on-error-type parameterJiri Slaby
2016-07-11Executor: do not crash on non-sized globalsJiri Slaby
2016-07-08Generate forked states for switch instructions deterministicallyMartin Nowack
2016-07-08Use vector instead of set to add/remove statesMartin Nowack
2016-07-08Support gzip-based compression of raw_outstreamsMartin Nowack
2016-05-18Modified -debug-print-instructions to allow to write directly on log file.Andrea Mattavelli
2016-02-25Added support to load libraries from command lineOmer Anson
2016-02-14Try to fix the TravisCI build when using Z3 as the solver. TheDan Liew
2015-12-11Change SilentKleeAssume.c test slightly so thatDan Liew
2015-12-11Add command line flag ``--silent-klee-assume``to suppress errors due toValentin Wüstholz
2015-09-22[STPBuilder] Generate SRrem expressions correctlyMartin Nowack
2015-08-21Merge pull request #251 from ret2libc/entryFnParamCristian Cadar
2015-08-14test: add Feature test for EntryPoint optionRiccardo Schirone
2015-04-29Fix assertion failure in getDirectCallTargetSean Bartell
2015-04-19Fixed RewriteEqualities input to be more resilient to differences in compilat...Cristian Cadar
2015-04-19Temportily marking RewriteEqualities test as XFAIL.Cristian Cadar
2015-04-19Added a new test case that checks the --rewrite-equalities optimisation. The...Cristian Cadar
2015-03-20Improve arithmetic-right-overshift-sym-conc.c test by make sure itDan Liew