Skip to content
Snippets Groups Projects
Commit 1b807716 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[Variadic] Moves .c tests into .i when possible

parent 2f1c5a53
No related branches found
No related tags found
No related merge requests found
Showing
with 38 additions and 38 deletions
[variadic] tests/declared/empty-vpar-with-ghost.c:1: [variadic] tests/declared/empty-vpar-with-ghost.i:1:
Declaration of variadic function f. Declaration of variadic function f.
[variadic] tests/declared/empty-vpar-with-ghost.c:8: [variadic] tests/declared/empty-vpar-with-ghost.i:8:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel] tests/declared/empty-vpar-with-ghost.c:8: Warning: [kernel] tests/declared/empty-vpar-with-ghost.i:8: Warning:
No code nor implicit assigns clause for function f, generating default assigns from the prototype No code nor implicit assigns clause for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/empty-vpar.c:1: Declaration of variadic function f. [variadic] tests/declared/empty-vpar.i:1: Declaration of variadic function f.
[variadic] tests/declared/empty-vpar.c:8: [variadic] tests/declared/empty-vpar.i:8:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel] tests/declared/empty-vpar.c:8: Warning: [kernel] tests/declared/empty-vpar.i:8: Warning:
No code nor implicit assigns clause for function f, generating default assigns from the prototype No code nor implicit assigns clause for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/function-ptr-with-ghost.c:4: [variadic] tests/declared/function-ptr-with-ghost.i:4:
Declaration of variadic function va_f. Declaration of variadic function va_f.
[variadic] tests/declared/function-ptr-with-ghost.c:2: [variadic] tests/declared/function-ptr-with-ghost.i:2:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel:annot:missing-spec] tests/declared/function-ptr-with-ghost.c:2: Warning: [kernel:annot:missing-spec] tests/declared/function-ptr-with-ghost.i:2: Warning:
Neither code nor specification for function va_f, generating default assigns from the prototype Neither code nor specification for function va_f, generating default assigns from the prototype
[eva] using specification for function va_f [eva] using specification for function va_f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/label.c:4: Declaration of variadic function f. [variadic] tests/declared/label.i:4: Declaration of variadic function f.
[variadic] tests/declared/label.c:8: [variadic] tests/declared/label.i:8:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel:annot:missing-spec] tests/declared/label.c:8: Warning: [kernel:annot:missing-spec] tests/declared/label.i:8: Warning:
Neither code nor specification for function f, generating default assigns from the prototype Neither code nor specification for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/multi.c:1: Declaration of variadic function f. [variadic] tests/declared/multi.i:1: Declaration of variadic function f.
[variadic] tests/declared/multi.c:12: Declaration of variadic function g. [variadic] tests/declared/multi.i:12: Declaration of variadic function g.
[variadic] tests/declared/multi.c:9: [variadic] tests/declared/multi.i:9:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[variadic] tests/declared/multi.c:18: [variadic] tests/declared/multi.i:18:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel] tests/declared/multi.c:18: Warning: [kernel] tests/declared/multi.i:18: Warning:
No code nor implicit assigns clause for function g, generating default assigns from the prototype No code nor implicit assigns clause for function g, generating default assigns from the prototype
[eva] using specification for function g [eva] using specification for function g
[kernel] tests/declared/multi.c:9: Warning: [kernel] tests/declared/multi.i:9: Warning:
No code nor implicit assigns clause for function f, generating default assigns from the prototype No code nor implicit assigns clause for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel:annot:missing-spec] tests/declared/no-va-with-ghost.c:4: Warning: [kernel:annot:missing-spec] tests/declared/no-va-with-ghost.i:4: Warning:
Neither code nor specification for function f, generating default assigns from the prototype Neither code nor specification for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel:annot:missing-spec] tests/declared/no-va.c:4: Warning: [kernel:annot:missing-spec] tests/declared/no-va.i:4: Warning:
Neither code nor specification for function f, generating default assigns from the prototype Neither code nor specification for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/rvalues-with-ghost.c:1: [variadic] tests/declared/rvalues-with-ghost.i:1:
Declaration of variadic function f. Declaration of variadic function f.
[variadic] tests/declared/rvalues-with-ghost.c:5: [variadic] tests/declared/rvalues-with-ghost.i:5:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel:annot:missing-spec] tests/declared/rvalues-with-ghost.c:5: Warning: [kernel:annot:missing-spec] tests/declared/rvalues-with-ghost.i:5: Warning:
Neither code nor specification for function f, generating default assigns from the prototype Neither code nor specification for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/rvalues.c:1: Declaration of variadic function f. [variadic] tests/declared/rvalues.i:1: Declaration of variadic function f.
[variadic] tests/declared/rvalues.c:5: [variadic] tests/declared/rvalues.i:5:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel:annot:missing-spec] tests/declared/rvalues.c:5: Warning: [kernel:annot:missing-spec] tests/declared/rvalues.i:5: Warning:
Neither code nor specification for function f, generating default assigns from the prototype Neither code nor specification for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/simple-with-ghost.c:1: [variadic] tests/declared/simple-with-ghost.i:1:
Declaration of variadic function f. Declaration of variadic function f.
[variadic] tests/declared/simple-with-ghost.c:9: [variadic] tests/declared/simple-with-ghost.i:9:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel] tests/declared/simple-with-ghost.c:9: Warning: [kernel] tests/declared/simple-with-ghost.i:9: Warning:
No code nor implicit assigns clause for function f, generating default assigns from the prototype No code nor implicit assigns clause for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/simple.c:1: Declaration of variadic function f. [variadic] tests/declared/simple.i:1: Declaration of variadic function f.
[variadic] tests/declared/simple.c:9: [variadic] tests/declared/simple.i:9:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel] tests/declared/simple.c:9: Warning: [kernel] tests/declared/simple.i:9: Warning:
No code nor implicit assigns clause for function f, generating default assigns from the prototype No code nor implicit assigns clause for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/struct.c:5: Declaration of variadic function f. [variadic] tests/declared/struct.i:5: Declaration of variadic function f.
[variadic] tests/declared/struct.c:10: [variadic] tests/declared/struct.i:10:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel:annot:missing-spec] tests/declared/struct.c:10: Warning: [kernel:annot:missing-spec] tests/declared/struct.i:10: Warning:
Neither code nor specification for function f, generating default assigns from the prototype Neither code nor specification for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
[variadic] tests/declared/typedefed_function-with-ghost.c:2: [variadic] tests/declared/typedefed_function-with-ghost.i:2:
Declaration of variadic function f. Declaration of variadic function f.
[variadic] tests/declared/typedefed_function-with-ghost.c:5: [variadic] tests/declared/typedefed_function-with-ghost.i:5:
Generic translation of call to variadic function. Generic translation of call to variadic function.
[eva] Analyzing a complete application starting at main [eva] Analyzing a complete application starting at main
[eva] Computing initial state [eva] Computing initial state
[eva] Initial state computed [eva] Initial state computed
[kernel:annot:missing-spec] tests/declared/typedefed_function-with-ghost.c:5: Warning: [kernel:annot:missing-spec] tests/declared/typedefed_function-with-ghost.i:5: Warning:
Neither code nor specification for function f, generating default assigns from the prototype Neither code nor specification for function f, generating default assigns from the prototype
[eva] using specification for function f [eva] using specification for function f
[eva] done for function main [eva] done for function main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment