closes #32
closes #33
This commit is contained in:
Jorge Aparicio 2018-11-03 17:02:41 +01:00
parent 653338e799
commit c631049efc
154 changed files with 7538 additions and 3276 deletions

4
ci/expected/baseline.run Normal file
View file

@ -0,0 +1,4 @@
init(baseline = Instant(0))
foo(baseline = Instant(0))
UART0(baseline = Instant(904))
foo(baseline = Instant(904))

5
ci/expected/capacity.run Normal file
View file

@ -0,0 +1,5 @@
foo(0)
foo(1)
foo(2)
foo(3)
bar

2
ci/expected/idle.run Normal file
View file

@ -0,0 +1,2 @@
init
idle

1
ci/expected/init.run Normal file
View file

@ -0,0 +1 @@
init

View file

@ -0,0 +1,4 @@
init
UART0 called 1 time
idle
UART0 called 2 times

1
ci/expected/late.run Normal file
View file

@ -0,0 +1 @@
received message: 42

5
ci/expected/lock.run Normal file
View file

@ -0,0 +1,5 @@
A
B - SHARED = 1
C
D - SHARED = 2
E

6
ci/expected/message.run Normal file
View file

@ -0,0 +1,6 @@
foo
bar(0)
baz(1, 2)
foo
bar(1)
baz(2, 3)

0
ci/expected/not-send.run Normal file
View file

0
ci/expected/not-sync.run Normal file
View file

3
ci/expected/periodic.run Normal file
View file

@ -0,0 +1,3 @@
foo(scheduled = Instant(8000000), now = Instant(8000196))
foo(scheduled = Instant(16000000), now = Instant(16000196))
foo(scheduled = Instant(24000000), now = Instant(24000196))

View file

@ -0,0 +1,3 @@
20000100 B bar::FREE_QUEUE::lk14244m263eivix
200000dc B bar::INPUTS::mi89534s44r1mnj1
20000000 T bar::ns9009yhw2dc2y25

View file

@ -0,0 +1,3 @@
20000100 B foo::FREE_QUEUE::ujkptet2nfdw5t20
200000dc B foo::INPUTS::thvubs85b91dg365
000002c6 T foo::sidaht420cg1mcm8

1
ci/expected/ramfunc.run Normal file
View file

@ -0,0 +1 @@
foo

2
ci/expected/resource.run Normal file
View file

@ -0,0 +1,2 @@
UART0: SHARED = 1
UART1: SHARED = 2

3
ci/expected/schedule.run Normal file
View file

@ -0,0 +1,3 @@
init @ Instant(0)
bar @ Instant(4000236)
foo @ Instant(8000173)

View file

@ -0,0 +1,2 @@
bar(2)
foo(1)

2
ci/expected/static.run Normal file
View file

@ -0,0 +1,2 @@
UART1(KEY = 0xdeadbeef)
UART0(KEY = 0xdeadbeef)

3
ci/expected/task.run Normal file
View file

@ -0,0 +1,3 @@
foo
baz
bar

0
ci/expected/types.run Normal file
View file