index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
Concrete
Age
Commit message (
Expand
)
Author
2019-04-02
Teach ConcreteTest.py to use `gmake` instead of `make` on FreeBSD
Gleb Popov
2019-03-21
remove tests for LLVM <= 3.7
Julian Büning
2019-03-13
Renamed --no-output to --write-no-tests and placed it in the test case catego...
Cristian Cadar
2019-03-07
Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively.
Cristian Cadar
2018-11-06
fix: actually set -O0 in test/concrete/CMakeLists.txt
Julian Büning
2018-10-29
add %OOopt to recently added tests and Concrete
Julian Büning
2018-05-24
test: add versions of some tests for LLVM 3.7
Richard Trembecký
2018-02-18
Test complex constant data vectors as well
Martin Nowack
2018-02-18
Add test case for constant vector init
Martin Nowack
2017-10-04
Remove Autoconf/Makefile build system and adjust the TravisCI
Dan Liew
2017-07-25
Re-enable parts of `FloatingPointOps.ll`. The message about failures
Dan Liew
2017-07-24
more portable shebangs
Jörg Thalheim
2017-03-06
test: ConstantExpr, fix bogus test
Jiri Slaby
2016-11-07
Implement a CMake based build system for KLEE.
Dan Liew
2014-10-16
Fixed declaration of print_int that Travis complained about
Willem
2014-10-16
Fix the bug in printing 64bit numbers, set the test to expect passing. Change...
Willem
2014-10-15
Fixed test/Concrete/ConstantExpr.ll
Willem
2014-10-15
Added tests to _testingUtils.c (currently failing due to a bug in printing 64...
Willem
2014-10-08
Fixes support for passing arguments to klee in the ConcreteTests.
Willem
2014-09-14
Upgrade ConcreteTest.py to work with Python3 (Python 2.7.x should still
Dan Liew
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-12
[tests] Add a workaround to try and prevent llvm-gcc from calling putchar(), ...
Daniel Dunbar
2014-09-12
[tests] Update ConcreteTest to use --output-dir.
Daniel Dunbar
2014-09-12
Add a README for the Concrete tests.
Daniel Dunbar
2014-09-12
Fix up ConstantExpr to be deterministic with 64-bit addresses.
Daniel Dunbar
2014-09-12
Add support for testing Concrete tests via lit.
Daniel Dunbar
2014-09-12
Fix up Concrete Makefile to not remove outputs, so tests can run in parallel.
Daniel Dunbar
2014-09-12
Rewrite ConcreteTest.py to only run one test at a time.
Daniel Dunbar
2014-09-12
Update Concrete test Makefile for LLVM changes.
Daniel Dunbar
2014-09-12
Update testingUtils to use printf(), putchar() isn't a known external functio...
Daniel Dunbar
2014-09-12
Update FloatingPointOps concrete test case for LLVM changes.
Daniel Dunbar
2014-01-20
Add lit.local.cfg file for test/Concrete so no tests are executed
Dan Liew
2013-03-18
Patch and test case by Jiri Slaby to handle "initializing globals when
Cristian Cadar
2009-05-21
Initial KLEE checkin.
Daniel Dunbar