From c4977247b7197f3029901ca98088c38a61935824 Mon Sep 17 00:00:00 2001 From: agra Date: Sat, 27 Jun 2026 07:42:19 +0300 Subject: [PATCH] test: commit example snapshots omitted from earlier feature commits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The race (9099735e), Phase 0 (2f2d7f1d), Phase 1 (5c30bfe0) and tuple-store (6a976287) commits added each example's .sx but their `git add NNNN-*` glob missed the sibling expected/ snapshots (a different directory). The suite passed locally because snapshots are read from disk, but the commits were incomplete — a fresh checkout would have no goldens. Add them now. --- .../expected/0653-comptime-tuple-cursor-store.exit | 1 + .../expected/0653-comptime-tuple-cursor-store.stderr | 1 + .../expected/0653-comptime-tuple-cursor-store.stdout | 3 +++ .../expected/1821-concurrency-fiber-race.build | 1 + .../concurrency/expected/1821-concurrency-fiber-race.exit | 1 + .../expected/1821-concurrency-fiber-race.stderr | 1 + .../expected/1821-concurrency-fiber-race.stdout | 8 ++++++++ .../expected/1822-concurrency-fiber-context-inherit.build | 1 + .../expected/1822-concurrency-fiber-context-inherit.exit | 1 + .../1822-concurrency-fiber-context-inherit.stderr | 1 + .../1822-concurrency-fiber-context-inherit.stdout | 3 +++ .../expected/1823-concurrency-fiber-io-vtable.build | 1 + .../expected/1823-concurrency-fiber-io-vtable.exit | 1 + .../expected/1823-concurrency-fiber-io-vtable.stderr | 1 + .../expected/1823-concurrency-fiber-io-vtable.stdout | 3 +++ 15 files changed, 28 insertions(+) create mode 100644 examples/comptime/expected/0653-comptime-tuple-cursor-store.exit create mode 100644 examples/comptime/expected/0653-comptime-tuple-cursor-store.stderr create mode 100644 examples/comptime/expected/0653-comptime-tuple-cursor-store.stdout create mode 100644 examples/concurrency/expected/1821-concurrency-fiber-race.build create mode 100644 examples/concurrency/expected/1821-concurrency-fiber-race.exit create mode 100644 examples/concurrency/expected/1821-concurrency-fiber-race.stderr create mode 100644 examples/concurrency/expected/1821-concurrency-fiber-race.stdout create mode 100644 examples/concurrency/expected/1822-concurrency-fiber-context-inherit.build create mode 100644 examples/concurrency/expected/1822-concurrency-fiber-context-inherit.exit create mode 100644 examples/concurrency/expected/1822-concurrency-fiber-context-inherit.stderr create mode 100644 examples/concurrency/expected/1822-concurrency-fiber-context-inherit.stdout create mode 100644 examples/concurrency/expected/1823-concurrency-fiber-io-vtable.build create mode 100644 examples/concurrency/expected/1823-concurrency-fiber-io-vtable.exit create mode 100644 examples/concurrency/expected/1823-concurrency-fiber-io-vtable.stderr create mode 100644 examples/concurrency/expected/1823-concurrency-fiber-io-vtable.stdout diff --git a/examples/comptime/expected/0653-comptime-tuple-cursor-store.exit b/examples/comptime/expected/0653-comptime-tuple-cursor-store.exit new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/examples/comptime/expected/0653-comptime-tuple-cursor-store.exit @@ -0,0 +1 @@ +0 diff --git a/examples/comptime/expected/0653-comptime-tuple-cursor-store.stderr b/examples/comptime/expected/0653-comptime-tuple-cursor-store.stderr new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/examples/comptime/expected/0653-comptime-tuple-cursor-store.stderr @@ -0,0 +1 @@ + diff --git a/examples/comptime/expected/0653-comptime-tuple-cursor-store.stdout b/examples/comptime/expected/0653-comptime-tuple-cursor-store.stdout new file mode 100644 index 00000000..83fedb17 --- /dev/null +++ b/examples/comptime/expected/0653-comptime-tuple-cursor-store.stdout @@ -0,0 +1,3 @@ +t = (100, 2, 300) +t.b via @t[1] = 200 +ba.value = 7, bb.value = true diff --git a/examples/concurrency/expected/1821-concurrency-fiber-race.build b/examples/concurrency/expected/1821-concurrency-fiber-race.build new file mode 100644 index 00000000..42e24dd2 --- /dev/null +++ b/examples/concurrency/expected/1821-concurrency-fiber-race.build @@ -0,0 +1 @@ +{ "target": "macos" } diff --git a/examples/concurrency/expected/1821-concurrency-fiber-race.exit b/examples/concurrency/expected/1821-concurrency-fiber-race.exit new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/examples/concurrency/expected/1821-concurrency-fiber-race.exit @@ -0,0 +1 @@ +0 diff --git a/examples/concurrency/expected/1821-concurrency-fiber-race.stderr b/examples/concurrency/expected/1821-concurrency-fiber-race.stderr new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/examples/concurrency/expected/1821-concurrency-fiber-race.stderr @@ -0,0 +1 @@ + diff --git a/examples/concurrency/expected/1821-concurrency-fiber-race.stdout b/examples/concurrency/expected/1821-concurrency-fiber-race.stdout new file mode 100644 index 00000000..1d7185c1 --- /dev/null +++ b/examples/concurrency/expected/1821-concurrency-fiber-race.stdout @@ -0,0 +1,8 @@ +winner: a (i64) = 111 +loser b: canceled=1 finished=1 +loser c: canceled=1 finished=1 +completion order (id @ virtual-ms): + task 1 @ 10ms + task 2 @ 20ms + task 3 @ 30ms +final virtual clock: 30ms diff --git a/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.build b/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.build new file mode 100644 index 00000000..42e24dd2 --- /dev/null +++ b/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.build @@ -0,0 +1 @@ +{ "target": "macos" } diff --git a/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.exit b/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.exit new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.exit @@ -0,0 +1 @@ +0 diff --git a/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.stderr b/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.stderr new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.stderr @@ -0,0 +1 @@ + diff --git a/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.stdout b/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.stdout new file mode 100644 index 00000000..f736012c --- /dev/null +++ b/examples/concurrency/expected/1822-concurrency-fiber-context-inherit.stdout @@ -0,0 +1,3 @@ +outside: marker id = 7 +inside fiber: context.data marker id = 7 +done diff --git a/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.build b/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.build new file mode 100644 index 00000000..42e24dd2 --- /dev/null +++ b/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.build @@ -0,0 +1 @@ +{ "target": "macos" } diff --git a/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.exit b/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.exit new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.exit @@ -0,0 +1 @@ +0 diff --git a/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.stderr b/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.stderr new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.stderr @@ -0,0 +1 @@ + diff --git a/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.stdout b/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.stdout new file mode 100644 index 00000000..3f27b3da --- /dev/null +++ b/examples/concurrency/expected/1823-concurrency-fiber-io-vtable.stdout @@ -0,0 +1,3 @@ +worker(sleep 10) resumed at now_ms = 10 +worker(sleep 20) resumed at now_ms = 20 +final clock: 20ms