about summary refs log tree commit diff homepage
path: root/test
AgeCommit message (Expand)Author
2018-03-23fix test/Feature/BFSSearcherAndDFSSearcherInterleaved.c to use explicit enume...Julian Büning
2018-02-18Add missing endian information to avoid selecction of big endian systemsMartin Nowack
2018-02-18Test complex constant data vectors as wellMartin Nowack
2018-02-18Add testcase for constant array handlingMartin Nowack
2018-02-18Add test case for constant vector initMartin Nowack
2017-12-11fix regression test: use `%klee` instead of `klee`Felix Rath
2017-12-11fix merging tests: use `%klee` instead of `klee`Felix Rath
2017-11-30Implemented bounded merging functionalityLukas Wölfer
2017-11-26Replace confusing message in lit.site.cfg.in about the file being autogeneratedCristian Cadar
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-10-04Remove Autoconf/Makefile build system and adjust the TravisCIDan Liew
2017-08-10Added a basic test for klee-replayCristian Cadar
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-25Added regression test for bug reported by @kren1 in #262Cristian Cadar
2017-07-25Cleanup tests for last LLVM 2.9 referencesAndrea Mattavelli
2017-07-25Re-enable parts of `FloatingPointOps.ll`. The message about failuresDan Liew
2017-07-24Moved klee_choose from klee-libc to KLEE intrinsics.Cristian Cadar
2017-07-24more portable shebangsJörg Thalheim
2017-07-23Updated test cases to reflect removal of LLVM 2.9Martin Nowack
2017-07-19Implement basic support for vectorized instructions.Dan Liew
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-05-24travis CI: add LLVM 3.5 and 3.6 testsJiri Slaby
2017-04-08[CMake] Don't redownload FileCheck.cpp if it existsemlai
2017-04-06[NFC] Reindent `test/lit.cfg` and add vim mode line to use rightDan Liew
2017-04-06test: lit, add geq/lt-llvm- configsJiri Slaby
2017-03-23Add test case to check that on early exits stats are flushedDan Liew
2017-03-23Merge pull request #619 from jirislaby/FD_FailCristian Cadar
2017-03-17test: POSIX, stop FD_Fail to failJiri Slaby
2017-03-17test: fix 'not' buildJiri Slaby
2017-03-15Fix test case for OSX: only weak aliases are supported on darwinAndrea Mattavelli
2017-03-15[Lit] Add system information (linux/darwim) to LIT configuration. Added 'not-...Dan Liew
2017-03-07Merge pull request #608 from jirislaby/kill_testAndrea Mattavelli
2017-03-06test: ConstantExpr, fix bogus testJiri Slaby
2017-03-06test: POSIX/DirSeek, cleanupJiri Slaby
2017-03-06Merge pull request #609 from ccadar/warningsAndrea Mattavelli
2017-03-01fix for PathOS.idgladtbx
2017-03-01Updated test cases that check warning messages.Cristian Cadar
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
2017-02-14Fix linker compatibility under macOSAndrea Mattavelli
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