Skip to content
Snippets Groups Projects
Commit edc02d41 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

tests about parsing file obtained from -ocode

parent 819c25ce
No related branches found
No related tags found
No related merge requests found
...@@ -110,16 +110,16 @@ void reference_function(void) ...@@ -110,16 +110,16 @@ void reference_function(void)
} }
[kernel] Parsing annotations_tmp.c (with preprocessing) [kernel] Parsing ocode_0_annotations.c (with preprocessing)
[kernel] Parsing annotations.i (no preprocessing) [kernel] Parsing annotations.i (no preprocessing)
[kernel] annotations.i:13: Warning: [kernel] annotations.i:13: Warning:
def'n of func function_no_ghost at annotations.i:13 (sum 9297192) conflicts with the one at annotations_tmp.c:12 (sum 14988159); keeping the one at annotations_tmp.c:12. def'n of func function_no_ghost at annotations.i:13 (sum 9297192) conflicts with the one at ocode_0_annotations.c:12 (sum 14988159); keeping the one at ocode_0_annotations.c:12.
[kernel] annotations.i:43: Warning: [kernel] annotations.i:43: Warning:
def'n of func function_with_ghost at annotations.i:43 (sum 9297192) conflicts with the one at annotations_tmp.c:38 (sum 14988159); keeping the one at annotations_tmp.c:38. def'n of func function_with_ghost at annotations.i:43 (sum 9297192) conflicts with the one at ocode_0_annotations.c:38 (sum 14988159); keeping the one at ocode_0_annotations.c:38.
[kernel] annotations.i:80: Warning: [kernel] annotations.i:80: Warning:
def'n of func ghost_function at annotations.i:80 (sum 9297192) conflicts with the one at annotations_tmp.c:71 (sum 14988159); keeping the one at annotations_tmp.c:71. def'n of func ghost_function at annotations.i:80 (sum 9297192) conflicts with the one at ocode_0_annotations.c:71 (sum 14988159); keeping the one at ocode_0_annotations.c:71.
[kernel] annotations.i:114: Warning: [kernel] annotations.i:114: Warning:
dropping duplicate def'n of func reference_function at annotations.i:114 in favor of that at annotations_tmp.c:105 dropping duplicate def'n of func reference_function at annotations.i:114 in favor of that at ocode_0_annotations.c:105
/* Generated by Frama-C */ /* Generated by Frama-C */
/*@ axiomatic A { /*@ axiomatic A {
predicate P(ℤ x) predicate P(ℤ x)
......
...@@ -22,7 +22,7 @@ predicate mixed(ℤ x, ℤ y, ℤ z, ℤ t) = ...@@ -22,7 +22,7 @@ predicate mixed(ℤ x, ℤ y, ℤ z, ℤ t) =
/*@ logic ℝ exp(ℝ n) = \pow(\e, n); /*@ logic ℝ exp(ℝ n) = \pow(\e, n);
*/ */
[kernel] Parsing binary_logic_op_tmp.c (with preprocessing) [kernel] Parsing ocode_0_binary_logic_op.c (with preprocessing)
[kernel] Parsing binary_logic_op.c (with preprocessing) [kernel] Parsing binary_logic_op.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
/*@ /*@
......
...@@ -44,18 +44,18 @@ void ghost_else_plus_else_association(int x) /*@ ghost (int y) */ ...@@ -44,18 +44,18 @@ void ghost_else_plus_else_association(int x) /*@ ghost (int y) */
} }
[kernel] Parsing ghost_else_tmp.c (with preprocessing) [kernel] Parsing ocode_0_ghost_else.c (with preprocessing)
[kernel] Parsing ghost_else.i (no preprocessing) [kernel] Parsing ghost_else.i (no preprocessing)
[kernel] ghost_else.i:1: Warning: [kernel] ghost_else.i:1: Warning:
dropping duplicate def'n of func if_ghost_else_one_line at ghost_else.i:1 in favor of that at ghost_else_tmp.c:2 dropping duplicate def'n of func if_ghost_else_one_line at ghost_else.i:1 in favor of that at ocode_0_ghost_else.c:2
[kernel] ghost_else.i:7: Warning: [kernel] ghost_else.i:7: Warning:
dropping duplicate def'n of func if_ghost_else_block at ghost_else.i:7 in favor of that at ghost_else_tmp.c:9 dropping duplicate def'n of func if_ghost_else_block at ghost_else.i:7 in favor of that at ocode_0_ghost_else.c:9
[kernel] ghost_else.i:15: Warning: [kernel] ghost_else.i:15: Warning:
dropping duplicate def'n of func if_ghost_else_multi_line_block at ghost_else.i:15 in favor of that at ghost_else_tmp.c:16 dropping duplicate def'n of func if_ghost_else_multi_line_block at ghost_else.i:15 in favor of that at ocode_0_ghost_else.c:16
[kernel] ghost_else.i:25: Warning: [kernel] ghost_else.i:25: Warning:
dropping duplicate def'n of func normal_if_ghost_else_intricated at ghost_else.i:25 in favor of that at ghost_else_tmp.c:27 dropping duplicate def'n of func normal_if_ghost_else_intricated at ghost_else.i:25 in favor of that at ocode_0_ghost_else.c:27
[kernel] ghost_else.i:32: Warning: [kernel] ghost_else.i:32: Warning:
dropping duplicate def'n of func ghost_else_plus_else_association at ghost_else.i:32 in favor of that at ghost_else_tmp.c:35 dropping duplicate def'n of func ghost_else_plus_else_association at ghost_else.i:32 in favor of that at ocode_0_ghost_else.c:35
/* Generated by Frama-C */ /* Generated by Frama-C */
void if_ghost_else_one_line(int x) /*@ ghost (int y) */ void if_ghost_else_one_line(int x) /*@ ghost (int y) */
{ {
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
/*@ predicate rel2(ℤ x, ℤ y, ℤ z, ℤ t) = x ≤ y ≡ z ∧ z ≥ t; /*@ predicate rel2(ℤ x, ℤ y, ℤ z, ℤ t) = x ≤ y ≡ z ∧ z ≥ t;
*/ */
[kernel] Parsing relations_tmp.c (with preprocessing) [kernel] Parsing ocode_0_relations.c (with preprocessing)
[kernel] Parsing relations.c (with preprocessing) [kernel] Parsing relations.c (with preprocessing)
/* Generated by Frama-C */ /* Generated by Frama-C */
/*@ predicate rel1(ℤ x, ℤ y, ℤ z, ℤ t) = x ≤ y ≤ z ∧ z ≥ t; /*@ predicate rel1(ℤ x, ℤ y, ℤ z, ℤ t) = x ≤ y ≤ z ∧ z ≥ t;
......
...@@ -2,4 +2,4 @@ COMMENT: this directory is meant to test the parser and pretty-printer ...@@ -2,4 +2,4 @@ COMMENT: this directory is meant to test the parser and pretty-printer
COMMENT: the default option checks that pretty-printed code can be merged COMMENT: the default option checks that pretty-printed code can be merged
COMMENT: with the original one COMMENT: with the original one
CMD: FRAMAC_PLUGIN=tests/.empty @frama-c@ CMD: FRAMAC_PLUGIN=tests/.empty @frama-c@
OPT: @PTEST_FILE@ -print -journal-disable -check -then -ocode @PTEST_NAME@_tmp.c -print -then @PTEST_NAME@_tmp.c @PTEST_FILE@ -ocode="" -print OPT: @PTEST_FILE@ -print -journal-disable -check -then -ocode ocode_@PTEST_NUMBER@_@PTEST_NAME@.c -print -then ocode_@PTEST_NUMBER@_@PTEST_NAME@.c @PTEST_FILE@ -ocode="" -print
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