Hojun-Cho
d8e7470555
test: migrate struct/sret round-trip family-7 to test/lang @test, retire C twins (fold-2)
...
Continue fold-2: migrate the struct-by-value / sret round-trip family from
bespoke build+run C twins to test/lang @test, retiring each twin in the same
commit. Runtime coverage MOVES from $(TESTS) to test-lang (T1 runs+asserts via
`ww test`) + test-lang-byteid (T2 keeps cs==ww .s byte-id); the $(TESTS)
headline drops 6. Every assert is a primitive int/u8/bool comparison (no
fmt/strconv in the assert path); each returned struct/tuple FIELD is asserted
individually so a dropped/mis-offset/over-wide word FAILS. 46 @test cases, a
strict superset of the 46 C rows (799=4, 925=10, 930=6, 949odd=7, 949chained=9,
949aggret=10).
799_tuple_sret_receive_run.c -> tuple_sret_receive_test.ww (#10 Fold B: over-4-GP tuple `([]u8,[]u8)` sret RECEIVE — destructure/single-var/return-forward/reassign; len() only on destructured bindings, never len(t.N))
925_sret_struct_return_run.c -> sret_struct_return_test.ww (#23 : >24B sret round-trip; 32B/40B/nested/slice-payload, reassign-receive, struct16-by-value-arg #11 collision, N_IDENT return rhs, forward #9 simple/multi-arg/slice)
930_sret_narrow_field_run.c -> sret_narrow_field_test.ww (#33 : sret narrow trailing-field copy — bool/u8/i16/i32 + mixed bool+i32+i64 after the 24B slice)
949_oddstruct_byval_ret_run.c -> oddstruct_byval_ret_test.ww (#107 : by-value return of odd sub-8 size {3,5,6,7} single-eightbyte + 8/12/24 boundaries)
949_chained_dot_struct_copy_run.c -> chained_dot_struct_copy_test.ww (#107 sibling: chained-DOT `t.m.l = s` natural-size tail copy {0..7} + via-CX global dest; neighbour z is the oracle)
949_aggret_source_run.c -> aggret_source_test.ww (#272 : aggregate return from every addressable source — arrlit/N_DOT/N_INDEX/deref/ident + >24B sret arm + global-receive caller-half)
This family is sret / struct-by-value-return (the #107/#38/#271/#272 ABI area):
all 6 new files are byte-id cs==ww (no fold-5 divergence surfaced). Bump
LANGBYTEID_EXPECTED_MIN 43->49 to ratchet the new corpus floor.
2026-06-22 13:52:41 +09:00
..
2026-06-21 15:28:59 +09:00
2026-05-11 13:49:27 +09:00
2026-06-18 22:47:53 +09:00
2026-06-18 22:47:53 +09:00
2026-05-18 18:25:36 +09:00
2026-05-16 11:17:20 +09:00
2026-05-11 13:49:27 +09:00
2026-05-11 13:49:27 +09:00
2026-05-12 11:35:50 +09:00
2026-05-12 12:45:11 +09:00
2026-06-13 11:03:42 +09:00
2026-05-11 13:49:27 +09:00
2026-05-11 13:49:27 +09:00
2026-05-12 13:44:27 +09:00
2026-05-12 13:37:31 +09:00
2026-05-16 03:00:34 +09:00
2026-06-14 12:36:36 +09:00
2026-05-13 20:06:24 +09:00
2026-05-14 02:44:57 +09:00
2026-05-14 01:58:52 +09:00
2026-05-14 00:36:34 +09:00
2026-06-19 00:17:49 +09:00
2026-05-13 23:45:35 +09:00
2026-05-25 01:59:14 +09:00
2026-06-03 14:58:23 +09:00
2026-06-03 18:03:13 +09:00
2026-06-03 18:53:44 +09:00
2026-06-03 20:32:22 +09:00
2026-06-03 20:55:52 +09:00
2026-06-03 22:58:45 +09:00
2026-06-03 22:38:02 +09:00
2026-06-13 00:14:35 +09:00
2026-06-03 23:51:28 +09:00
2026-05-14 00:21:53 +09:00
2026-05-14 23:45:14 +09:00
2026-05-14 23:26:49 +09:00
2026-05-25 01:59:14 +09:00
2026-05-15 01:39:37 +09:00
2026-05-25 01:59:14 +09:00
2026-05-15 14:16:53 +09:00
2026-05-15 11:24:33 +09:00
2026-05-28 14:07:58 +09:00
2026-05-15 15:06:37 +09:00
2026-06-04 22:42:47 +09:00
2026-05-15 16:43:07 +09:00
2026-05-15 18:13:02 +09:00
2026-05-15 18:14:33 +09:00
2026-05-15 18:45:21 +09:00
2026-05-15 19:07:29 +09:00
2026-05-16 00:07:00 +09:00
2026-05-27 13:04:02 +09:00
2026-06-10 15:18:58 +09:00
2026-05-16 11:17:20 +09:00
2026-05-16 12:20:56 +09:00
2026-05-16 11:37:17 +09:00
2026-05-16 11:17:20 +09:00
2026-05-16 12:52:36 +09:00
2026-05-16 13:45:33 +09:00
2026-05-16 23:32:27 +09:00
2026-05-17 00:00:55 +09:00
2026-05-17 00:27:22 +09:00
2026-05-17 01:40:49 +09:00
2026-05-17 07:25:49 +09:00
2026-05-17 07:33:55 +09:00
2026-05-18 00:15:34 +09:00
2026-05-18 01:51:57 +09:00
2026-06-22 11:52:41 +09:00
2026-05-18 02:49:06 +09:00
2026-05-18 03:15:40 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-06-02 18:54:35 +09:00
2026-05-18 12:01:34 +09:00
2026-05-18 18:25:36 +09:00
2026-05-25 11:27:00 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-05-18 18:25:36 +09:00
2026-06-04 04:34:54 +09:00
2026-06-18 19:32:42 +09:00
2026-05-18 19:22:27 +09:00
2026-05-18 19:40:41 +09:00
2026-05-18 19:55:30 +09:00
2026-05-24 08:11:14 +09:00
2026-06-21 13:04:59 +09:00
2026-05-18 21:13:42 +09:00
2026-05-18 23:01:09 +09:00
2026-05-18 23:37:16 +09:00
2026-06-16 01:36:14 +09:00
2026-05-19 00:58:28 +09:00
2026-05-19 02:13:58 +09:00
2026-05-19 03:09:34 +09:00
2026-06-18 11:16:56 +09:00
2026-05-19 04:04:41 +09:00
2026-05-19 04:56:56 +09:00
2026-05-19 10:44:16 +09:00
2026-05-19 12:30:36 +09:00
2026-05-19 13:43:45 +09:00
2026-05-19 15:09:57 +09:00
2026-05-20 02:27:17 +09:00
2026-05-24 08:11:14 +09:00
2026-05-22 00:14:36 +09:00
2026-05-26 02:39:35 +09:00
2026-05-28 16:16:29 +09:00
2026-05-28 17:12:20 +09:00
2026-05-28 18:03:26 +09:00
2026-06-18 11:16:56 +09:00
2026-05-28 19:25:53 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-05-30 03:24:23 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-05-31 20:31:40 +09:00
2026-06-01 05:04:46 +09:00
2026-06-01 05:04:46 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 16:44:41 +09:00
2026-06-01 09:01:56 +09:00
2026-06-01 09:57:45 +09:00
2026-06-01 11:53:06 +09:00
2026-06-04 02:38:36 +09:00
2026-05-11 13:49:27 +09:00
2026-06-04 13:37:19 +09:00
2026-06-04 23:37:08 +09:00
2026-06-04 13:00:03 +09:00
2026-06-05 00:00:00 +09:00
2026-06-04 10:20:18 +09:00
2026-06-05 09:31:23 +09:00
2026-06-06 07:05:47 +09:00
2026-06-04 23:37:08 +09:00
2026-06-18 17:59:25 +09:00
2026-05-12 13:50:09 +09:00
2026-06-05 02:39:09 +09:00
2026-06-05 06:18:45 +09:00
2026-06-06 09:23:24 +09:00
2026-06-21 13:04:59 +09:00
2026-06-18 16:44:41 +09:00
2026-06-08 16:19:29 +09:00
2026-06-21 13:04:59 +09:00
2026-06-08 17:39:45 +09:00
2026-06-08 18:52:55 +09:00
2026-06-09 01:57:46 +09:00
2026-06-21 13:04:59 +09:00
2026-06-08 20:51:01 +09:00
2026-06-08 21:07:47 +09:00
2026-06-08 21:46:14 +09:00
2026-06-08 22:15:19 +09:00
2026-06-08 23:12:06 +09:00
2026-06-08 23:49:16 +09:00
2026-06-09 00:17:10 +09:00
2026-06-09 15:33:07 +09:00
2026-06-09 01:18:32 +09:00
2026-06-14 11:59:11 +09:00
2026-06-09 17:29:11 +09:00
2026-06-09 02:59:52 +09:00
2026-06-09 17:30:34 +09:00
2026-06-09 17:32:06 +09:00
2026-06-09 19:07:40 +09:00
2026-06-09 19:07:57 +09:00
2026-06-09 19:08:12 +09:00
2026-06-09 21:27:40 +09:00
2026-06-10 20:08:58 +09:00
2026-06-14 16:52:00 +09:00
2026-06-21 13:04:59 +09:00
2026-06-14 18:11:28 +09:00
2026-06-14 18:46:10 +09:00
2026-06-21 13:04:59 +09:00
2026-06-21 13:04:59 +09:00
2026-06-21 13:04:59 +09:00
2026-06-18 16:44:41 +09:00
2026-06-21 13:04:59 +09:00
2026-06-21 13:04:59 +09:00
2026-06-21 13:04:59 +09:00
2026-06-21 12:14:31 +09:00
2026-06-08 11:25:11 +09:00
2026-06-18 21:21:50 +09:00
2026-05-28 08:07:19 +09:00
2026-05-28 09:06:54 +09:00
2026-05-28 09:06:54 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-16 19:56:34 +09:00
2026-06-16 19:56:34 +09:00
2026-05-27 22:13:46 +09:00
2026-05-27 16:17:24 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 00:32:13 +09:00
2026-06-18 16:44:41 +09:00
2026-05-27 00:12:39 +09:00
2026-05-27 01:51:12 +09:00
2026-05-27 02:32:31 +09:00
2026-06-18 11:16:56 +09:00
2026-05-27 03:30:15 +09:00
2026-05-27 04:19:37 +09:00
2026-05-27 05:04:05 +09:00
2026-05-27 12:21:15 +09:00
2026-06-03 11:35:03 +09:00
2026-05-27 09:18:03 +09:00
2026-05-27 10:27:55 +09:00
2026-06-10 20:45:46 +09:00
2026-05-17 07:25:49 +09:00
2026-05-17 07:33:55 +09:00
2026-05-29 23:19:36 +09:00
2026-05-29 19:43:48 +09:00
2026-05-18 01:51:57 +09:00
2026-06-04 04:01:16 +09:00
2026-06-04 04:34:54 +09:00
2026-06-04 04:54:43 +09:00
2026-06-04 05:28:45 +09:00
2026-05-18 18:25:36 +09:00
2026-06-06 12:05:56 +09:00
2026-06-04 06:13:18 +09:00
2026-06-01 17:34:23 +09:00
2026-05-23 21:22:24 +09:00
2026-06-06 19:27:28 +09:00
2026-06-04 21:09:31 +09:00
2026-06-05 08:39:40 +09:00
2026-06-18 16:44:41 +09:00
2026-06-01 19:01:58 +09:00
2026-06-01 17:52:42 +09:00
2026-05-24 17:29:20 +09:00
2026-06-04 19:06:54 +09:00
2026-06-09 17:29:11 +09:00
2026-06-06 02:19:39 +09:00
2026-06-08 23:12:06 +09:00
2026-06-06 10:04:37 +09:00
2026-06-05 10:46:17 +09:00
2026-06-05 23:38:41 +09:00
2026-06-06 06:05:46 +09:00
2026-06-05 21:10:35 +09:00
2026-06-05 20:14:49 +09:00
2026-06-06 10:48:05 +09:00
2026-06-06 14:10:17 +09:00
2026-06-06 16:21:45 +09:00
2026-06-06 19:27:28 +09:00
2026-06-06 13:06:37 +09:00
2026-06-06 15:15:13 +09:00
2026-06-06 17:36:10 +09:00
2026-06-06 08:07:03 +09:00
2026-06-01 21:27:49 +09:00
2026-06-07 11:23:48 +09:00
2026-06-01 13:36:42 +09:00
2026-06-07 12:10:38 +09:00
2026-06-06 21:13:32 +09:00
2026-05-26 14:46:01 +09:00
2026-05-27 23:31:19 +09:00
2026-05-28 01:50:28 +09:00
2026-06-07 22:57:06 +09:00
2026-06-06 22:23:43 +09:00
2026-05-26 22:27:32 +09:00
2026-06-10 15:18:58 +09:00
2026-06-02 14:01:03 +09:00
2026-06-12 19:29:58 +09:00
2026-06-11 04:51:17 +09:00
2026-06-01 23:10:46 +09:00
2026-06-12 21:14:57 +09:00
2026-06-12 19:26:24 +09:00
2026-06-15 01:48:17 +09:00
2026-06-10 17:02:28 +09:00
2026-06-12 19:22:51 +09:00
2026-06-12 19:19:26 +09:00
2026-06-02 01:19:46 +09:00
2026-06-02 05:41:34 +09:00
2026-06-08 00:18:26 +09:00
2026-06-18 16:44:41 +09:00
2026-05-20 01:09:16 +09:00
2026-06-02 02:16:13 +09:00
2026-06-18 16:44:41 +09:00
2026-05-25 13:04:14 +09:00
2026-05-27 10:55:31 +09:00
2026-06-02 05:31:24 +09:00
2026-06-04 01:44:39 +09:00
2026-05-25 14:04:07 +09:00
2026-06-08 10:24:48 +09:00
2026-05-26 17:27:44 +09:00
2026-05-25 15:38:47 +09:00
2026-05-28 03:55:22 +09:00
2026-06-01 13:36:42 +09:00
2026-06-04 22:42:47 +09:00
2026-05-26 03:07:01 +09:00
2026-05-26 08:31:41 +09:00
2026-05-26 09:02:08 +09:00
2026-05-26 09:52:13 +09:00
2026-05-26 10:29:04 +09:00
2026-05-26 10:54:35 +09:00
2026-05-26 11:19:37 +09:00
2026-05-26 12:06:47 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-13 10:38:51 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-05-17 02:40:40 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-13 01:49:07 +09:00
2026-06-13 03:01:31 +09:00
2026-06-13 00:17:57 +09:00
2026-06-18 11:16:56 +09:00
2026-06-17 00:17:25 +09:00
2026-06-21 13:04:59 +09:00
2026-06-21 13:04:59 +09:00
2026-06-18 12:09:25 +09:00
2026-06-13 04:43:57 +09:00
2026-06-18 00:52:33 +09:00
2026-06-13 04:31:12 +09:00
2026-06-18 12:47:41 +09:00
2026-06-13 10:17:51 +09:00
2026-06-18 17:39:27 +09:00
2026-06-21 11:50:18 +09:00
2026-06-04 23:25:07 +09:00
2026-06-14 11:46:10 +09:00
2026-06-12 00:21:16 +09:00
2026-06-12 09:24:39 +09:00
2026-06-12 22:37:56 +09:00
2026-06-12 22:45:10 +09:00
2026-06-12 22:31:09 +09:00
2026-06-12 22:41:45 +09:00
2026-06-21 13:04:59 +09:00
2026-06-08 12:17:18 +09:00
2026-06-08 12:17:18 +09:00
2026-06-18 19:32:42 +09:00
2026-06-14 23:22:51 +09:00
2026-06-13 04:34:36 +09:00
2026-06-18 16:44:41 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 16:44:41 +09:00
2026-06-16 02:43:01 +09:00
2026-06-13 13:39:10 +09:00
2026-06-13 18:44:10 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 20:45:12 +09:00
2026-06-16 15:35:26 +09:00
2026-06-11 09:32:44 +09:00
2026-06-16 14:54:19 +09:00
2026-06-18 20:45:12 +09:00
2026-06-16 13:30:45 +09:00
2026-06-16 17:16:37 +09:00
2026-06-16 17:16:37 +09:00
2026-06-19 00:58:57 +09:00
2026-06-16 18:04:54 +09:00
2026-06-18 00:15:24 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-18 19:32:42 +09:00
2026-06-08 13:18:59 +09:00
2026-06-08 13:18:59 +09:00
2026-06-13 13:57:21 +09:00
2026-06-16 20:19:14 +09:00
2026-06-21 13:04:59 +09:00
2026-06-14 00:40:34 +09:00
2026-06-14 01:14:51 +09:00
2026-06-13 23:54:12 +09:00
2026-06-14 00:14:42 +09:00
2026-06-12 00:17:55 +09:00
2026-06-12 07:03:45 +09:00
2026-06-13 00:07:36 +09:00
2026-06-11 04:51:17 +09:00
2026-06-13 03:04:52 +09:00
2026-06-12 22:52:20 +09:00
2026-06-21 13:04:59 +09:00
2026-06-13 04:40:58 +09:00
2026-06-18 09:52:19 +09:00
2026-06-13 10:20:46 +09:00
2026-06-18 21:21:50 +09:00
2026-06-18 11:16:56 +09:00
2026-06-18 11:16:56 +09:00
2026-06-16 19:56:34 +09:00
2026-06-18 02:49:09 +09:00
2026-06-16 19:56:34 +09:00
2026-06-18 11:16:56 +09:00
2026-06-10 20:45:46 +09:00
2026-06-10 20:45:46 +09:00
2026-06-17 06:23:37 +09:00