Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
e1996081
Commit
e1996081
authored
Nov 30, 2015
by
yoogx
Browse files
* Update reference output
parent
5e438438
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
tests/github/issue_39/pb1.aadl.out
View file @
e1996081
communication_properties.aadl:20:28: (unique property type identifier) does not point to anything
Cannot analyze AADL specifications
tests/github/issue_50/test.aadl.out
0 → 100644
View file @
e1996081
package
S
public
bus
BusType_1
end
BusType_1
;
bus
implementation
BusType_1
.
impl
end
BusType_1
.
impl
;
processor
PC
features
pp_1
:
requires
bus
access
BusType_1
;
end
PC
;
processor
implementation
PC
.
impl
end
PC
.
impl
;
system
S
features
bustype_1_1
:
requires
bus
access
BusType_1
;
end
S
;
system
implementation
S
.
impl
subcomponents
pc_part
:
processor
PC
.
impl
;
connections
bustype_1_1_1_connection
:
bus
access
pc_part
.
pp_1
->
bustype_1_1
;
end
S
.
impl
;
end
S
;
tests/github/issue_50/test2.aadl.out
0 → 100644
View file @
e1996081
package
Test
public
system
t1
features
rba
:
requires
bus
access
b1
.
i1
;
end
t1
;
bus
b1
end
b1
;
bus
implementation
b1
.
i1
end
b1
.
i1
;
system
s
end
s
;
system
implementation
s
.
impl
subcomponents
part1
:
system
t1
;
bus1
:
bus
b1
;
connections
c1
:
bus
access
part1
.
rba
->
bus1
;
end
s
.
impl
;
end
Test
;
tests/real-annexes-execution/test_real_exec_02.aadl.out
View file @
e1996081
...
...
@@ -151,22 +151,22 @@ Evaluating theorem set_declaration_is_passing_through
* Iterate for variable: rma.erc32_node_a_task_1
Content of set accessor_flows (test_real_exec_02.aadl:251:21) is
anonymous end to end flow :396
4
end to end flow spec
anonymous end to end flow :39
9
6 end to end flow spec
=> Result: TRUE
* Iterate for variable: rma.erc32_node_a_task_2
Content of set accessor_flows (test_real_exec_02.aadl:251:21) is
anonymous end to end flow :396
4
end to end flow spec
anonymous end to end flow :39
9
6 end to end flow spec
=> Result: TRUE
* Iterate for variable: rma.erc32_node_a_task_12
Content of set accessor_flows (test_real_exec_02.aadl:251:21) is
anonymous end to end flow :39
65
end to end flow spec
anonymous end to end flow :39
97
end to end flow spec
=> Result: TRUE
* Iterate for variable: rma.erc32_node_a_task_22
Content of set accessor_flows (test_real_exec_02.aadl:251:21) is
anonymous end to end flow :39
65
end to end flow spec
anonymous end to end flow :39
97
end to end flow spec
=> Result: TRUE
theorem set_declaration_is_passing_through is: TRUE
...
...
tests/test_tree_p2/test.aadl.out
View file @
e1996081
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment