From 2bd684d2bfb7eaeff14f331453f92a1fe05a7bda Mon Sep 17 00:00:00 2001 From: Frank Busse Date: Mon, 28 Sep 2020 17:44:20 +0100 Subject: tests: add tests for empty .stats and additional/missing columns --- test/Feature/klee-stats/empty/info | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/Feature/klee-stats/empty/info (limited to 'test/Feature/klee-stats/empty/info') diff --git a/test/Feature/klee-stats/empty/info b/test/Feature/klee-stats/empty/info new file mode 100644 index 00000000..1d6e6cdd --- /dev/null +++ b/test/Feature/klee-stats/empty/info @@ -0,0 +1,21 @@ +klee run.bc +PID: 1122888 +Using monotonic steady clock with 1/1000000000s resolution +Started: 2020-09-25 18:44:34 +BEGIN searcher description + containing 2 searchers: +RandomPathSearcher +WeightedRandomSearcher::CoveringNew + +END searcher description +Finished: 2020-09-25 18:44:34 +Elapsed: 00:00:00 +KLEE: done: explored paths = 1 +KLEE: done: total queries = 0 +KLEE: done: valid queries = 0 +KLEE: done: invalid queries = 0 +KLEE: done: query cex = 0 + +KLEE: done: total instructions = 3 +KLEE: done: completed paths = 1 +KLEE: done: generated tests = 1 -- cgit 1.4.1