|
| 1 | +{ |
| 2 | + "ignoreDefaults": true, |
| 3 | + "phaseBase": { |
| 4 | + "stringPrintable": true, |
| 5 | + "throwRuntimeExceptions": false, |
| 6 | + "classpath": "/tools/cbmc/models.jar:.", |
| 7 | + "javaGenerateNoComments": true, |
| 8 | + "javaMockClass": [ |
| 9 | + "java\\.io\\.File", |
| 10 | + "java\\.io\\.FileInputStream", |
| 11 | + "java\\.io\\.FileReader", |
| 12 | + "java\\.io\\.InputStreamReader", |
| 13 | + "java\\.io\\.PrintWriter", |
| 14 | + "java\\.lang\\.Process", |
| 15 | + "java\\.lang\\.ProcessBuilder", |
| 16 | + "java\\.lang\\.System", |
| 17 | + "java\\.nio\\.file\\.Files", |
| 18 | + "java\\.nio\\.file\\.Paths", |
| 19 | + "java\\.security\\.KeyFactory", |
| 20 | + "java\\.security\\.Signature", |
| 21 | + "java\\.security\\.SecureRandom", |
| 22 | + "java\\.util\\.Date", |
| 23 | + "java\\.util\\.Random" |
| 24 | + ], |
| 25 | + "javaTestInputFactory": [ |
| 26 | + "bmc" |
| 27 | + ], |
| 28 | + "javaTestInputFactoryBmcMaxMutators": 2, |
| 29 | + "javaTestInputFactoryBmcRecursionLimit": 2, |
| 30 | + "javaUnwindEnumStatic": true, |
| 31 | + "javaTestInputFactoryEntryPoint": [ |
| 32 | + "<init>", |
| 33 | + "set[A-Z]\\w*" |
| 34 | + ], |
| 35 | + "javaTestOutputEntryPoint": [ |
| 36 | + "get[A-Z]\\w*" |
| 37 | + ] |
| 38 | + }, |
| 39 | + "phases": { |
| 40 | + "phase-1": { |
| 41 | + "initial": true, |
| 42 | + "timeout": 150, |
| 43 | + "classpath": "/tools/cbmc/models-simple-overlay.jar:/tools/cbmc/models.jar:.", |
| 44 | + "smartHarness": "simplest-constructor-and-nondet", |
| 45 | + "javaAssumeInputsNonNull": true, |
| 46 | + "maxNondetArrayLength": 10, |
| 47 | + "maxNondetStringLength": 10, |
| 48 | + "stringPrintable": true, |
| 49 | + "stringInputValue": [ |
| 50 | + "foo" |
| 51 | + ], |
| 52 | + "javaAssumeInputsIntegral": true, |
| 53 | + "unwind": 1, |
| 54 | + "nextPhase": { |
| 55 | + } |
| 56 | + } |
| 57 | + } |
| 58 | +} |
| 59 | + |
0 commit comments