mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Bundle all unproved targets in a single message and only show all if setting chooses that
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <libsolidity/interface/OptimiserSettings.h>
|
||||
#include <libsolidity/interface/CompilerStack.h>
|
||||
#include <libsolidity/formal/ModelCheckerSettings.h>
|
||||
|
||||
#include <libsolutil/JSON.h>
|
||||
|
||||
@@ -104,6 +105,7 @@ void FuzzerUtil::testCompiler(
|
||||
compiler.setModelCheckerSettings({
|
||||
frontend::ModelCheckerContracts::Default(),
|
||||
frontend::ModelCheckerEngine::All(),
|
||||
/*showUnproved=*/false,
|
||||
smtutil::SMTSolverChoice::All(),
|
||||
frontend::ModelCheckerTargets::Default(),
|
||||
/*timeout=*/1
|
||||
|
||||
Reference in New Issue
Block a user