From 6137888c07ab45bee354ff7b66f6f313ea158da8 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sat, 14 Jan 2017 18:49:18 +0000 Subject: Fix bug reported privately by @danielschemmel . 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. --- test/Replay/libkleeruntest/replay_posix_runtime.c | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Replay') diff --git a/test/Replay/libkleeruntest/replay_posix_runtime.c b/test/Replay/libkleeruntest/replay_posix_runtime.c index 57f97dd0..70d8a1d9 100644 --- a/test/Replay/libkleeruntest/replay_posix_runtime.c +++ b/test/Replay/libkleeruntest/replay_posix_runtime.c @@ -1,6 +1,5 @@ // REQUIRES: posix-runtime // FIXME: We need to fix a bug in libkleeRuntest -// XFAIL: * // RUN: %llvmgcc %s -emit-llvm -g -O0 -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --posix-runtime --search=dfs %t.bc -- cgit 1.4.1