forked from vorpal-research/kex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kex-test.ini
78 lines (63 loc) · 1.36 KB
/
kex-test.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
;suppress inspection "DuplicateKeyInSection" for whole file
;suppress inspection "DuplicateKeyInSection" for whole file
[kex]
libPath = runtime-deps/lib/
rtVersion = 1.8
intrinsicsVersion = 0.0.6
junitVersion = 4.12
outputDir = test-temp/
useJavaRuntime = true
useKexRuntime = true
[easy-random]
depth = 10
minCollectionSize = 0
maxCollectionSize = 100
minStringLength = 0
maxStringLength = 100
generationAttempts = 100
[runner]
timeout = 10000
[inliner]
enabled = true
depth = 5
irInlining = false
ignore = org.jetbrains.research.kex.test.Intrinsics
ignore = kotlin.jvm.internal.Intrinsics
[annotations]
enabled = true
path = ./runtime-deps/annotations
printAnnotationInfo = false
[loop]
derollCount = 3
maxDerollCount = 0
[smt]
engine = z3
timeout = 1000
defaultAllocationSize = 512
psInlining = true
memspacing = true
slicing = true
logQuery = true
logFormulae = true
logSMTLib = true
simplifyFormulae = true
[z3]
tacticsFile = runtime-deps/z3.tactics
paramFile = runtime-deps/z3.params
[view]
dot = /usr/bin/dot
viewer = /usr/bin/chromium
[debug]
dump-directory = ./fails
[apiGeneration]
enabled = true
use-concrete-impl = true
visibility = protected
maxStackSize = 5
maxQuerySize = 1000
maxSearchDepth = 10000
maxGenerationDepth = 100
maxConvertionDepth = 10
[refinements]
;exclude = kotlin.collections.ReversedListReadOnly
;exclude = java.util.Collections$SynchronizedList