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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/libc/time.c (with 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
__fc_time ∈ [--..--]
__fc_tz ∈ [--..--]
[value] computing for function test_gettimeofday <- main.
Called from tests/libc/time.c:13.
[value] computing for function gettimeofday <- test_gettimeofday <- main.
Called from tests/libc/time.c:6.
tests/libc/time.c:6:[kernel] warning: No code nor explicit assigns clause for function gettimeofday, generating default assigns from the specification
[value] using specification for function gettimeofday
[value] Done for function gettimeofday
tests/libc/time.c:7:[value] assertion got status valid.
tests/libc/time.c:8:[value] assertion got status valid.
[value] Recording results for test_gettimeofday
[value] Done for function test_gettimeofday
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function test_gettimeofday:
tv ∈ [--..--]
[value:final-states] Values at end of function main:
__retres ∈ {0}
|