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 81 82 83 84 85 86 87 88 89 90 91 92
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/disjoint_status.i (no preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
x ∈ {0}
tests/value/disjoint_status.i:13:[value] warning: function main: precondition got status unknown.
tests/value/disjoint_status.i:14:[value] warning: function main: precondition got status unknown.
[value] computing for function f <- main.
Called from tests/value/disjoint_status.i:18.
tests/value/disjoint_status.i:6:[value] function f: precondition 'ReqTrue' got status valid.
tests/value/disjoint_status.i:8:[value] warning: assertion 'A1' got status invalid (stopping propagation).
[value] Recording results for f
[value] Done for function f
tests/value/disjoint_status.i:19:[value] warning: assertion got status unknown.
[value] computing for function f <- main.
Called from tests/value/disjoint_status.i:20.
tests/value/disjoint_status.i:8:[value] assertion 'A1' got status valid.
tests/value/disjoint_status.i:9:[value] assertion 'A2' got status valid.
tests/value/disjoint_status.i:6:[value] function f: postcondition 'PostTrue' got status valid.
[value] Recording results for f
[value] Done for function f
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function f:
x ∈ {0}
[value:final-states] Values at end of function main:
x ∈ {0}
[from] Computing for function f
[from] Done for function f
[from] Computing for function main
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function f:
x FROM c; d
[from] Function main:
x FROM c; d
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function f:
x
[inout] Inputs for function f:
\nothing
[inout] Out (internal) for function main:
x
[inout] Inputs for function main:
\nothing
[report] Computing properties status...
--------------------------------------------------------------------------------
--- Properties of Function 'f'
--------------------------------------------------------------------------------
[ Valid ] Pre-condition 'ReqTrue'
by Call Preconditions.
[ Valid ] Post-condition 'PostTrue'
by Value.
[ - ] Assertion 'A1' (file tests/value/disjoint_status.i, line 8)
tried with Value.
[ Valid ] Assertion 'A2' (file tests/value/disjoint_status.i, line 9)
by Value.
[ Valid ] Default behavior
by Frama-C kernel.
--------------------------------------------------------------------------------
--- Properties of Function 'main'
--------------------------------------------------------------------------------
[ - ] Pre-condition (file tests/value/disjoint_status.i, line 13)
tried with Value.
[ - ] Pre-condition (file tests/value/disjoint_status.i, line 14)
tried with Value.
[ - ] Assertion (file tests/value/disjoint_status.i, line 19)
tried with Value.
[ Valid ] Default behavior
by Frama-C kernel.
[ Valid ] Instance of 'Pre-condition 'ReqTrue'' at call 'f' (file tests/value/disjoint_status.i, line 18)
by Value.
[ Valid ] Instance of 'Pre-condition 'ReqTrue'' at call 'f' (file tests/value/disjoint_status.i, line 20)
by Value.
--------------------------------------------------------------------------------
--- Status Report Summary
--------------------------------------------------------------------------------
7 Completely validated
4 To be validated
11 Total
--------------------------------------------------------------------------------
|