Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-14 | Fix linker compatibility under macOS | Andrea Mattavelli | |
2017-01-14 | Fix bug reported privately by @danielschemmel . | Dan Liew | |
If KLEE generates ktest files with `--posix-runtime` then if replaying using libkleeRuntest then replay would be incorrect because the `model_version` object would be unintentionally used during replay. For now just skip over that object and try the next one. Also emit a warning if the object names don't match. | |||
2017-01-14 | Write tests to test `libkleeRuntest`. The `replay_posix_runtime.c` | Dan Liew | |
test is marked XFAIL because there is a bug in the implementation of `libkleeRuntest`. Quite a few changes had to be made to the lit configuration in order to support these tests. To run the tests I had to fix #480 for the autoconf/Makefile build system otherwise the `libkleeRuntest` library would not be found by the system linker at runtime. |