Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-15 | replace fprintf with fputs/fputc | Frank Busse | |
2019-08-14 | Replace sprintf with snprintf throughout codebase | Cristian Cadar | |
2019-08-01 | gen(-random)-bout: add --bout-file flag | Frank Busse | |
2018-10-26 | Added gen-bout tool to generate ktest file (file.bout) using specified ↵ | Andrew Santosa | |
concrete arguments and files. * Sample use cases: * Using an interesting input as a seed, such as a crashing input. * Analyzing the path condition of a crashing input. * Also added the test: test/Runtime/POSIX/GenBout.c |