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:
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
t = (100, 2, 300)
|
||||
t.b via @t[1] = 200
|
||||
ba.value = 7, bb.value = true
|
||||
@@ -0,0 +1 @@
|
||||
{ "target": "macos" }
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
{ "target": "macos" }
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
outside: marker id = 7
|
||||
inside fiber: context.data marker id = 7
|
||||
done
|
||||
@@ -0,0 +1 @@
|
||||
{ "target": "macos" }
|
||||
@@ -0,0 +1 @@
|
||||
0
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
worker(sleep 10) resumed at now_ms = 10
|
||||
worker(sleep 20) resumed at now_ms = 20
|
||||
final clock: 20ms
|
||||
Reference in New Issue
Block a user