aboutsummaryrefslogtreecommitdiff
path: root/ci/expected
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-02 14:34:05 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:31:01 +0100
commit582c602912592ec7ebea3096aefa02aea99c2143 (patch)
tree96b14a130788960ee06d7e80adec43a167b4844b /ci/expected
parent7614b96fe45240dafe91ae549e712b560e2d4c10 (diff)
Old xtask test pass
Diffstat (limited to 'ci/expected')
-rw-r--r--ci/expected/async-delay.run7
-rw-r--r--ci/expected/async-infinite-loop.run6
-rw-r--r--ci/expected/async-task-multiple-prios.run5
-rw-r--r--ci/expected/async-task.run3
-rw-r--r--ci/expected/async-timeout.run5
-rw-r--r--ci/expected/periodic-at.run6
-rw-r--r--ci/expected/periodic-at2.run10
7 files changed, 34 insertions, 8 deletions
diff --git a/ci/expected/async-delay.run b/ci/expected/async-delay.run
new file mode 100644
index 0000000..61852ab
--- /dev/null
+++ b/ci/expected/async-delay.run
@@ -0,0 +1,7 @@
+init
+hello from bar
+hello from baz
+hello from foo
+bye from foo
+bye from bar
+bye from baz
diff --git a/ci/expected/async-infinite-loop.run b/ci/expected/async-infinite-loop.run
new file mode 100644
index 0000000..f9fd4e4
--- /dev/null
+++ b/ci/expected/async-infinite-loop.run
@@ -0,0 +1,6 @@
+init
+hello from async 0
+hello from async 1
+hello from async 2
+hello from async 3
+hello from async 4
diff --git a/ci/expected/async-task-multiple-prios.run b/ci/expected/async-task-multiple-prios.run
new file mode 100644
index 0000000..9b0f533
--- /dev/null
+++ b/ci/expected/async-task-multiple-prios.run
@@ -0,0 +1,5 @@
+init
+hello from normal 2
+hello from async 2
+hello from normal 1
+hello from async 1
diff --git a/ci/expected/async-task.run b/ci/expected/async-task.run
new file mode 100644
index 0000000..f7ce3a6
--- /dev/null
+++ b/ci/expected/async-task.run
@@ -0,0 +1,3 @@
+init
+hello from normal
+hello from async
diff --git a/ci/expected/async-timeout.run b/ci/expected/async-timeout.run
new file mode 100644
index 0000000..a807423
--- /dev/null
+++ b/ci/expected/async-timeout.run
@@ -0,0 +1,5 @@
+init
+hello from bar
+hello from foo
+foo no timeout
+bar timeout
diff --git a/ci/expected/periodic-at.run b/ci/expected/periodic-at.run
index 54020f9..bf5bb06 100644
--- a/ci/expected/periodic-at.run
+++ b/ci/expected/periodic-at.run
@@ -1,4 +1,4 @@
foo Instant { ticks: 0 }
-foo Instant { ticks: 100 }
-foo Instant { ticks: 200 }
-foo Instant { ticks: 300 }
+foo Instant { ticks: 10 }
+foo Instant { ticks: 20 }
+foo Instant { ticks: 30 }
diff --git a/ci/expected/periodic-at2.run b/ci/expected/periodic-at2.run
index 47adbef..6e56421 100644
--- a/ci/expected/periodic-at2.run
+++ b/ci/expected/periodic-at2.run
@@ -1,7 +1,7 @@
foo Instant { ticks: 0 }
bar Instant { ticks: 10 }
-foo Instant { ticks: 110 }
-bar Instant { ticks: 120 }
-foo Instant { ticks: 220 }
-bar Instant { ticks: 230 }
-foo Instant { ticks: 330 }
+foo Instant { ticks: 30 }
+bar Instant { ticks: 40 }
+foo Instant { ticks: 60 }
+bar Instant { ticks: 70 }
+foo Instant { ticks: 90 }