Hojun-Cho
c9c5f6406f
test: migrate deref/narrow/stride family-6 to test/lang @test, retire C twins (fold-2)
...
Continue fold-2: migrate the pointer-deref / narrow-load / pointer-array-stride
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 5. Every assert is a primitive int/bool comparison with
a width-preserving (`==`) sink so a stale high half or wrong stride FAILS; the
narrow-signed rows route through an `: i32` cast against a 64B-widened literal
to force sign-extension onto the load. Each .c row maps to one inline @test fn
(50 cases total, strict superset of the C rows):
947_deref_narrow_run.c -> deref_narrow_test.ww (#116 , 10 rows: *p reads pointee width not 8B MOVQ; i32/u32/u8/i8/i16/u16 + !i32-alias + enum-i8 + bool/i64 controls)
949_ptrarr_index_run.c -> ptrarr_index_test.ww (#61 , 23 rows: p[i]/(&p[i])/(*p)[i] stride by size(T); {1,2,4,8}B, const+var idx, param/local/cast bases, neighbor guards, nested *[2][3], *[3]str header, siphash round())
949_dotbase_arr_run.c -> dotbase_arr_test.ww (#135 , 3 rows: (*struct).arrayfield[i] read/write/compound addresses the field)
944_def_amp_idx_run.c -> def_amp_idx_test.ww (#94 , 6 rows: &D[i] over a def-array; +plain/read/2D controls)
944_alias_amp_idx_run.c -> alias_amp_idx_test.ww (#5 , 8 rows: &a[i] over an alias-typed base classifies off the chased type; local/global, narrow, fwd-ref, plain+str controls)
The two sibling .c (949_dotbase_addr_slice_run, 944_alias_def_addr_run) stay in
$(TESTS): the first is run-only byteid=0 (#254 cs!=ww rows), the second carries
a LOUD rule-7 reject row — both routed to fold-3 (task #7 ). Bump
LANGBYTEID_EXPECTED_MIN 38->43.
2026-06-22 13:34:28 +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-01 13:36:42 +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-18 00:15:34 +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-05-18 12:01:34 +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 15:00:55 +09:00
2026-06-19 13:41:44 +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-19 12:47:23 +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