about summary refs log tree commit diff homepage
path: root/test/Replay/libkleeruntest/replay_invalid_num_objects.c
AgeCommit message (Collapse)Author
2017-02-14Fix linker compatibility under macOSAndrea Mattavelli
2017-01-14Change how error handling is done in libkleeRuntest.Dan Liew
Previously error messages would be emitted but execution would continue which might not be desirable. Now a wrapper function (for fprintf) `report_internal_error()` is used which will cause the program to exit. The older behaviour of continuing to execute after an error can be achieved by setting a new environment variable `KLEE_RUN_TEST_ERRORS_NON_FATAL`. This commit also adds a test for each error case.