aboutsummaryrefslogtreecommitdiff
path: root/ci/expected
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-08 19:56:47 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:28 +0100
commit35c97b61c17a30de675eb1c7f852a100b200a0c2 (patch)
treea4228d68aeab2f5aa32b26649e5664d20adfa729 /ci/expected
parentceaf3613d3256f60b139a4f93220e3c298603b83 (diff)
All examples pass with `cargo xtask --target all`
Diffstat (limited to 'ci/expected')
-rw-r--r--ci/expected/async-task-multiple-prios.run9
-rw-r--r--ci/expected/async-task.run3
-rw-r--r--ci/expected/big-struct-opt.run3
-rw-r--r--ci/expected/destructure.run4
-rw-r--r--ci/expected/extern_spawn.run3
-rw-r--r--ci/expected/locals.run2
-rw-r--r--ci/expected/not-sync.run3
7 files changed, 17 insertions, 10 deletions
diff --git a/ci/expected/async-task-multiple-prios.run b/ci/expected/async-task-multiple-prios.run
index 9b0f533..0b42df0 100644
--- a/ci/expected/async-task-multiple-prios.run
+++ b/ci/expected/async-task-multiple-prios.run
@@ -1,5 +1,6 @@
init
-hello from normal 2
-hello from async 2
-hello from normal 1
-hello from async 1
+hello from async 3 a 1
+hello from async 4 a 2
+hello from async 1 a 3
+hello from async 2 a 4
+idle
diff --git a/ci/expected/async-task.run b/ci/expected/async-task.run
index f7ce3a6..6787fa8 100644
--- a/ci/expected/async-task.run
+++ b/ci/expected/async-task.run
@@ -1,3 +1,4 @@
init
-hello from normal
+hello from async2
hello from async
+idle
diff --git a/ci/expected/big-struct-opt.run b/ci/expected/big-struct-opt.run
index e69de29..7fdef35 100644
--- a/ci/expected/big-struct-opt.run
+++ b/ci/expected/big-struct-opt.run
@@ -0,0 +1,3 @@
+async_task data:[22, 22, 22, 22, 22]
+uart0 data:[22, 22, 22, 22, 22]
+idle
diff --git a/ci/expected/destructure.run b/ci/expected/destructure.run
index b9b7cc9..25a4b1b 100644
--- a/ci/expected/destructure.run
+++ b/ci/expected/destructure.run
@@ -1,2 +1,2 @@
-foo: a = 0, b = 0, c = 0
-bar: a = 0, b = 0, c = 0
+bar: a = 0, b = 1, c = 2
+foo: a = 0, b = 1, c = 2
diff --git a/ci/expected/extern_spawn.run b/ci/expected/extern_spawn.run
index 2f8c74f..257cc56 100644
--- a/ci/expected/extern_spawn.run
+++ b/ci/expected/extern_spawn.run
@@ -1,2 +1 @@
-foo 1, 2
-foo 2, 3
+foo
diff --git a/ci/expected/locals.run b/ci/expected/locals.run
index bf1d207..4f1d350 100644
--- a/ci/expected/locals.run
+++ b/ci/expected/locals.run
@@ -1,3 +1,3 @@
-foo: local_to_foo = 1
bar: local_to_bar = 1
+foo: local_to_foo = 1
idle: local_to_idle = 1
diff --git a/ci/expected/not-sync.run b/ci/expected/not-sync.run
index e69de29..cd91476 100644
--- a/ci/expected/not-sync.run
+++ b/ci/expected/not-sync.run
@@ -0,0 +1,3 @@
+init
+bar a 13
+foo a 13