about summary refs log tree commit diff homepage
path: root/test
AgeCommit message (Expand)Author
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
2014-10-16Fix the bug in printing 64bit numbers, set the test to expect passing. Change...Willem
2014-10-15Fixed test/Concrete/ConstantExpr.llWillem
2014-10-15Added tests to _testingUtils.c (currently failing due to a bug in printing 64...Willem
2014-10-09Fixed passing of long double (and other big types) in var_args on x86_64. Rem...Willem
2014-10-09Add (currently failing) test to check for correct long double alignment in va...Willem
2014-10-08Fixes support for passing arguments to klee in the ConcreteTests.Willem
2014-09-15Generate fake files for test casesMartin Nowack
2014-09-15Merge pull request #157 from MartinNowack/fix_posix_printoutCristian Cadar
2014-09-15Remove --read-args command line option because this feature has beenDan Liew
2014-09-14[Core] Fix a bug in how source file names were written in .istats files.Daniel Dunbar
2014-09-14[Module] Try harder to associate each instruction with source level debug info.Daniel Dunbar
2014-09-14[tests] Enable running tests in parallel.Daniel Dunbar
2014-09-14[Core] Remove support for "--use-asm-addresses".Daniel Dunbar
2014-09-14Use klee-libc for this test, as it runs when configured w/o uclibc.Daniel Dunbar
2014-09-14Enable test case againMartin Nowack
2014-09-14Use not test instead of non-existing FAIL.Martin Nowack
2014-09-14Fix testcase FD_Fail2.cMartin Nowack
2014-09-14[Travis] Disable Write2 on Travis with LLVM-3.4 for now, to see if this preve...Daniel Dunbar
2014-09-14Upgrade ConcreteTest.py to work with Python3 (Python 2.7.x should stillDan Liew
2014-09-13[tests] Add support for testing LLVM version in REQUIRES: and XFAIL: lines.Daniel Dunbar
2014-09-13[test/Concrete] Remove the Invoke*.ll tests.Daniel Dunbar
2014-09-13[test/Concrete] Update LLVM IR syntax.Daniel Dunbar
2014-09-13test/lit.site.cfg is never deleted, leading to misconfiguration errors.Cristian Cadar
2014-09-13These tests require --optimize=false to run successfully.Cristian Cadar
2014-09-12[Module] Fix handling of instructions without debug info.Daniel Dunbar
2014-09-12[tests] Run 'make clean' prior to starting tests.Daniel Dunbar
2014-09-12[tests] Add a workaround to try and prevent llvm-gcc from calling putchar(), ...Daniel Dunbar
2014-09-12[tests] Rewrite MemoryLimit test to use larger allocations for "little" test ...Daniel Dunbar
2014-09-12[tests] Dramatically scale back the forks limit for our ImmutableSet test.Daniel Dunbar