-
Notifications
You must be signed in to change notification settings - Fork 4
/
legion.xml
81 lines (73 loc) · 3.07 KB
/
legion.xml
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
79
80
<?xml version="1.0"?>
<!DOCTYPE benchmark PUBLIC "+//IDN sosy-lab.org//DTD BenchExec benchmark 1.9//EN" "http://www.sosy-lab.org/benchexec/benchmark-1.9.dtd">
<benchmark tool="legion" displayName="Legion" timelimit="15 min" memlimit="7 GB" cpuCores="1">
<require cpuModel="Intel Xeon E3-1230 v5 @ 3.40 GHz" cpuCores="1" />
<option name="--save-tests"/>
<option name="--persistent"/>
<option name="--time-penalty">0</option>
<option name="--random-seed">0</option>
<option name="--symex-timeout">10</option>
<option name="--conex-timeout">10</option>
<option name="-o">./binary.instr</option>
<option name="--compile">svcomp</option>
<resultfiles>**.xml</resultfiles>
<rundefinition name="test-comp19_prop-coverage-error-call">
<propertyfile>../sv-benchmarks/c/properties/coverage-error-call.prp</propertyfile>
</rundefinition>
<rundefinition name="test-comp19_prop-coverage-branches">
<propertyfile>../sv-benchmarks/c/properties/coverage-branches.prp</propertyfile>
<option name="--coverage-only" />
</rundefinition>
<tasks name="ReachSafety-Arrays">
<includesfile>../sv-benchmarks/c/ReachSafety-Arrays.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="ReachSafety-BitVectors">
<includesfile>../sv-benchmarks/c/ReachSafety-BitVectors.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="ReachSafety-ControlFlow">
<includesfile>../sv-benchmarks/c/ReachSafety-ControlFlow.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="ReachSafety-ECA">
<includesfile>../sv-benchmarks/c/ReachSafety-ECA.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="ReachSafety-Floats">
<includesfile>../sv-benchmarks/c/ReachSafety-Floats.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="ReachSafety-Heap">
<includesfile>../sv-benchmarks/c/ReachSafety-Heap.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="ReachSafety-Loops">
<includesfile>../sv-benchmarks/c/ReachSafety-Loops.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="ReachSafety-Recursive">
<includesfile>../sv-benchmarks/c/ReachSafety-Recursive.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="ReachSafety-Sequentialized">
<includesfile>../sv-benchmarks/c/ReachSafety-Sequentialized.set</includesfile>
<option name="-32"/>
</tasks>
<tasks name="SoftwareSystems-BusyBox-MemSafety">
<includesfile>../sv-benchmarks/c/SoftwareSystems-BusyBox-MemSafety.set</includesfile>
<option name="-64"/>
</tasks>
<tasks name="SoftwareSystems-DeviceDriversLinux64-ReachSafety">
<includesfile>../sv-benchmarks/c/SoftwareSystems-DeviceDriversLinux64-ReachSafety.set</includesfile>
<option name="-64"/>
</tasks>
<tasks name="SoftwareSystems-SQLite-MemSafety">
<includesfile>../sv-benchmarks/c/SoftwareSystems-SQLite-MemSafety.set</includesfile>
<option name="-64"/>
</tasks>
<tasks name="Termination-MainHeap">
<includesfile>../sv-benchmarks/c/Termination-MainHeap.set</includesfile>
<option name="-64"/>
</tasks>
</benchmark>