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
/
lit.cfg
Age
Commit message (
Expand
)
Author
2020-03-02
fix lit.cfg: numerical comparison of LLVM version numbers
Julian Büning
2020-03-02
test/lit.cfg: add LLVM 10.0
Julian Büning
2019-10-31
enable testing for LLVM 9.0
Julian Büning
2019-10-07
fix: make llvm 7.1 known
Julian Büning
2019-10-07
test/lit.cfg: test if current version is known
Julian Büning
2019-10-07
test/lit.cfg: use lit_config instead of lit
Julian Büning
2019-07-30
fix two test issues
Felix Rath
2019-05-06
Add 'freebsd' feature in lit.cfg and use it to XFAIL LargeReturnTypes.cpp test.
Gleb Popov
2019-03-31
Various updates to gen-random-bout.cpp
Andrew Santosa
2019-03-21
drop support for LLVM <= 3.7
Julian Büning
2019-03-17
Fix libc++ testcases
Martin Nowack
2019-03-17
Added libcxx flag
Lukas Wölfer
2019-03-12
Add support to compile KLEE with MemorySanitizer (MSan)
Martin Nowack
2019-03-07
tests: rename xxclang to clangxx
Frank Busse
2019-03-07
Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively.
Cristian Cadar
2018-10-26
Added gen-bout tool to generate ktest file (file.bout) using specified concre...
Andrew Santosa
2018-10-26
llvm5: test, add -disable-O0-optnone to -O0
Jiri Slaby
2018-10-17
tests: disable CompressedExprLogging on zlib-less systems
Frank Busse
2018-10-10
cmake/lit: add asan/non-asan, ubsan/non-ubsan flags
Frank Busse
2018-07-02
test/lit.cfg: remove obsolete hack from (LLVM < 3.0 is no longer supported)
Julian Büning
2018-05-24
test: add versions of some tests for LLVM 3.7
Richard Trembecký
2017-08-10
Added a basic test for klee-replay
Cristian Cadar
2017-07-23
Updated test cases to reflect removal of LLVM 2.9
Martin Nowack
2017-05-24
travis CI: add LLVM 3.5 and 3.6 tests
Jiri Slaby
2017-04-06
[NFC] Reindent `test/lit.cfg` and add vim mode line to use right
Dan Liew
2017-04-06
test: lit, add geq/lt-llvm- configs
Jiri Slaby
2017-03-15
[Lit] Add system information (linux/darwim) to LIT configuration. Added 'not-...
Dan Liew
2017-01-14
Write tests to test `libkleeRuntest`. The `replay_posix_runtime.c`
Dan Liew
2017-01-08
tests: Added substitution for llvm-ar
Adrian Herrera
2016-11-23
Renamed .pc to .kquery (kleaver query)
Eric Rizzi
2016-02-14
Try to fix the TravisCI build when using Z3 as the solver. The
Dan Liew
2015-12-19
Implement support for lowering the ``llvm.objectsize`` intrinsic
Dan Liew
2015-12-16
Propagate AddressSanitizer, LeakSanitizer (part of AddressSanitizer),
Dan Liew
2014-10-08
Fixes support for passing arguments to klee in the ConcreteTests.
Willem
2014-09-15
Generate fake files for test cases
Martin Nowack
2014-09-13
[tests] Add support for testing LLVM version in REQUIRES: and XFAIL: lines.
Daniel Dunbar
2014-09-12
Add support for testing Concrete tests via lit.
Daniel Dunbar
2014-04-14
Update to new lit configuration to support changes in LLVM3.4
Martin Nowack
2014-02-09
Merge pull request #100 from delcypher/pass-param-llvm-lit
Cristian Cadar
2014-02-04
Explicitly propagate CPLUS_INCLUDE_PATH and C_INCLUDE_PATH environment
Dan Liew
2014-01-28
Allow passing arbitrary command line flags to klee and kleaver
Dan Liew
2014-01-20
Give absolute paths to KLEE's tools in lit.cfg . This fixes a long
Dan Liew
2014-01-20
Removed all of llvm-lit's dependence on DejaGNU. A few things
Dan Liew
2014-01-20
Fix Feature/Envp.c test for llvm-lit by providing the PWD environmental variable
Dan Liew
2014-01-20
Allow llvm-lit from 2.9 to work by hacking %T substitution variable.
Dan Liew
2014-01-20
Put llvm tools directory at beginning of PATH list so that the LLVM
Dan Liew
2014-01-20
Add LLVM tool directory to PATH when running tests with llvm-lit.
Dan Liew
2014-01-20
Removed use of deprecated Tcl parser for tests. This allows
Dan Liew
2010-05-02
Sketch support for running KLEE tests using 'lit'.
Daniel Dunbar