about summary refs log tree commit diff homepage
path: root/test
AgeCommit message (Expand)Author
2016-07-08Support gzip-based compression of raw_outstreamsMartin Nowack
2016-06-28Added test case exposing division by zero failure reported by @kren1, and rec...Cristian Cadar
2016-05-28Fixed an incorrect read() invocation and missing includes for FD_Fail2.cCristian Cadar
2016-05-27Merge pull request #396 from andreamattavelli/fix_kleaver_parserCristian Cadar
2016-05-24Split creation of symbolic files and stdin in two distinct optionsAndrea Mattavelli
2016-05-24Fixed bug #375 in Kleaver's parserAndrea Mattavelli
2016-05-18Modified -debug-print-instructions to allow to write directly on log file.Andrea Mattavelli
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-04-08Rename KLEE command line options fromDan Liew
2016-03-22Try to fix #348Dan Liew
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
2016-01-12Refactor setting the core solver (i.e. STP, MetaSMT or DummySolver) by providingDan Liew
2015-12-19Implement support for lowering the ``llvm.objectsize`` intrinsicDan Liew
2015-12-17Fixed a bug with how non power 2 values were written to memory, added test fo...Timotej Kapus
2015-12-16Propagate AddressSanitizer, LeakSanitizer (part of AddressSanitizer),Dan 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-11-08Merge pull request #269 from MartinNowack/fix_sremMartinNowack
2015-09-25Don't use /tmp for futimesat unit testAndrew Chi
2015-09-22[STPBuilder] Generate SRrem expressions correctlyMartin Nowack
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
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-04-15Fix the handling of AShrExpr in ExprSMTLIBPrinter so that an overshiftDan Liew
2015-04-01[test] Fix compilation warningMartin Nowack
2015-04-01[tests] Fix undefined functionMartin Nowack
2015-03-20Improve arithmetic-right-overshift-sym-conc.c test by make sure itDan Liew
2015-03-02New regression test checking that the Array factory correctly distinguishes b...Cristian Cadar
2015-02-13Fixed and refactored overflow test cases.Cristian Cadar
2015-02-13refactor integer overflow detection, add signed intLuca Dariz
2015-02-13Fix overflow detection in unsigned multiplicationLuca Dariz
2015-02-13add tests for unsigned integer overflowLuca Dariz
2015-02-13Revert "Merged @luckyluke's change for detecting overflow of unsigned add, sub"Cristian Cadar
2015-02-10Merged @luckyluke's change for detecting overflow of unsigned add, subCristian Cadar
2014-12-19Merge pull request #168 from willemp/fix-va-args-passing-for-big-typesCristian Cadar
2014-12-12Print nested let-abbreviations in ExprSMTLIBPrinterRaimondas Sasnauskas
2014-12-08Fix overshift checkPaul Marinescu
2014-12-03Fixed test /Feature/PreferCex.c: Z3 instantiates different value for unconstr...Hristina Palikareva
2014-12-02The printing of constraints and the QueryExpr have been merged into aDan Liew
2014-12-02Implement :named and let abbreviation modes in ExprSMTLIBPrinterRaimondas Sasnauskas
2014-10-16Fixed declaration of print_int that Travis complained aboutWillem