Skip to content

Commit 6921aa9

Browse files
operasfantomsava-cska
authored andcommitted
Disable unnecessary '--check-div-zero' and '--check-overshift' options for KLEE
1 parent 4fc18bc commit 6921aa9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/src/KleeRunner.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ void KleeRunner::processBatchWithoutInteractive(MethodKtests &ktestChunk,
146146
"--bcov-check-interval=6s",
147147
"-istats-write-interval=5s",
148148
"--disable-verify",
149+
"--check-div-zero=false",
150+
"--check-overshift=false",
149151
"--skip-not-lazy-and-symbolic-pointers",
150152
outputDir };
151153
if (settingsContext.useDeterministicSearcher) {
@@ -258,6 +260,8 @@ void KleeRunner::processBatchWithInteractive(const std::vector<tests::TestMethod
258260
"--bcov-check-interval=6s",
259261
"-istats-write-interval=5s",
260262
"--disable-verify",
263+
"--check-div-zero=false",
264+
"--check-overshift=false",
261265
"--skip-not-lazy-and-symbolic-pointers",
262266
"--interactive",
263267
"--process-number=5",

0 commit comments

Comments
 (0)