about summary refs log tree commit diff homepage
path: root/test/Replay
AgeCommit message (Expand)Author
2024-02-08Assume C compiler's default standard is `-std=gnu17`Martin Nowack
2023-03-23Remove model_version from the POSIX runtime, as we have never used it.Cristian Cadar
2022-06-15Spelling Fixesm-davis
2022-05-06Updated tests to use ktest-randgen instead of gen-random-boutCristian Cadar
2022-05-06Updated tests to use ktest-gen instead of gen-boutCristian Cadar
2021-11-20Fixed fail with preferCex, removed relation from first argumentTaras Bereznyak
2020-10-06Added support for klee_open_merge and klee_close_merge in replay, together wi...Cristian Cadar
2020-09-17Add test for klee-zestiTimotej Kapus
2020-08-07New intrinsic: klee_is_replayAlastair Reid
2019-08-14Rewrote the checks in GenRandomBout.c to remove dependency on bash and use Fi...Cristian Cadar
2019-08-14Moved Gen*Bout.c tests outside the test/Runtime/POSIX directory, as they don'...Cristian Cadar
2019-03-07Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively.Cristian Cadar
2018-10-26llvm5: test, add -disable-O0-optnone to -O0Jiri Slaby
2018-08-03Fixed runtest library to handle the case of a NULL "name" argument in klee_ma...Cristian Cadar
2018-05-01Ensured program reliably has 3 paths to be explored, and removed unnecessary ...Cristian Cadar
2018-05-01Implement klee_prefer_cex() and klee_abort() in Runtest and added correspondi...lyxia
2017-07-24Moved klee_choose from klee-libc to KLEE intrinsics.Cristian Cadar
2017-02-14Fix linker compatibility under macOSAndrea Mattavelli
2017-01-14Change how error handling is done in libkleeRuntest.Dan Liew
2017-01-14Fix bug reported privately by @danielschemmel .Dan Liew
2017-01-14Write tests to test `libkleeRuntest`. The `replay_posix_runtime.c`Dan Liew