test: commit example snapshots omitted from earlier feature commits

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.
This commit is contained in:
agra
2026-06-27 07:42:19 +03:00
parent f37ba80326
commit c4977247b7
15 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1 @@
0

View File

@@ -0,0 +1,3 @@
t = (100, 2, 300)
t.b via @t[1] = 200
ba.value = 7, bb.value = true

View File

@@ -0,0 +1 @@
{ "target": "macos" }

View File

@@ -0,0 +1 @@
0

View File

@@ -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

View File

@@ -0,0 +1 @@
{ "target": "macos" }

View File

@@ -0,0 +1,3 @@
outside: marker id = 7
inside fiber: context.data marker id = 7
done

View File

@@ -0,0 +1 @@
{ "target": "macos" }

View File

@@ -0,0 +1,3 @@
worker(sleep 10) resumed at now_ms = 10
worker(sleep 20) resumed at now_ms = 20
final clock: 20ms