Chris Lu
bfb2661fec
fix(tests): make 32-bit GOARCH tests build and run ( #9507 )
...
fix(tests): make 32-bit GOARCH tests build and run (#9503 )
verifyTestFilerClient had bare int64 atomic counters after a map header,
so atomic.AddInt64 panicked with "unaligned 64-bit atomic operation" on
linux/386. Switch to atomic.Int64, which the stdlib guarantees is
8-byte aligned on all platforms.
rpc_version_filter_test.go passed the untyped constant 0xdeadbeef to
t.Errorf, where it default-promoted to int and overflowed 32-bit int.
Bind it to a typed uint32 const used in both the comparison and the
error message.
2026-05-14 20:55:37 -07:00
..
2026-05-12 16:00:44 -07:00
2026-05-03 21:46:21 -07:00
2026-01-07 13:06:08 -08:00
2026-05-06 15:19:43 -07:00
2026-05-03 21:46:21 -07:00
2026-04-29 12:33:53 -07:00
2026-05-03 21:46:21 -07:00
2026-05-03 21:46:21 -07:00
2026-05-03 21:46:21 -07:00
2026-04-17 21:21:32 -07:00
2026-04-23 22:15:05 -07:00
2026-05-03 21:46:21 -07:00
2026-04-16 15:51:13 -07:00
2026-05-03 21:46:21 -07:00
2026-04-23 11:54:08 -07:00
2026-04-22 09:44:43 -07:00
2026-01-07 13:06:08 -08:00
2026-03-30 18:25:11 -07:00
2026-01-07 13:06:08 -08:00
2026-03-19 21:18:52 -07:00
2026-03-30 18:25:11 -07:00
2026-01-07 13:06:08 -08:00
2024-07-16 09:15:55 -07:00
2026-04-14 18:34:05 -07:00
2026-04-14 18:34:05 -07:00
2026-03-30 18:25:11 -07:00
2026-02-20 18:42:00 -08:00
2026-03-26 23:55:42 -07:00
2026-05-14 20:55:37 -07:00
2026-05-03 21:46:21 -07:00
2021-05-29 06:45:27 -07:00
2026-05-03 21:46:21 -07:00
2026-05-12 10:11:08 -07:00
2026-04-23 22:15:05 -07:00
2026-02-20 18:42:00 -08:00
2026-04-23 22:15:05 -07:00
2025-12-25 11:36:38 -08:00
2025-12-14 16:02:06 -08:00
2026-01-26 11:28:23 -08:00
2026-02-18 13:42:41 -08:00
2025-12-17 12:27:43 -08:00
2026-03-18 23:28:07 -07:00
2026-05-12 18:22:21 -07:00
2026-03-30 18:25:11 -07:00
2026-03-30 18:25:11 -07:00
2026-05-02 21:02:21 -07:00
2026-05-08 11:03:03 -07:00
2026-05-12 10:11:20 -07:00
2026-03-18 12:18:40 -07:00
2026-03-18 12:18:40 -07:00
2026-03-18 12:18:40 -07:00
2026-02-20 18:42:00 -08:00
2026-02-20 18:42:00 -08:00
2026-05-03 21:46:21 -07:00
2026-04-28 13:42:58 -07:00
2026-04-23 22:15:05 -07:00
2026-05-03 21:46:21 -07:00
2025-10-13 18:05:17 -07:00
2026-04-28 14:06:35 -07:00
2026-05-02 18:03:13 -07:00
2026-04-16 15:51:43 -07:00
2026-05-07 18:19:42 -07:00
2019-11-28 18:44:27 -08:00
2026-05-03 21:46:21 -07:00
2026-05-12 10:11:20 -07:00
2026-05-03 21:46:21 -07:00
2026-04-10 17:31:14 -07:00
2026-02-20 18:42:00 -08:00
2026-05-03 21:46:21 -07:00
2024-11-04 12:08:25 -08:00
2026-01-07 13:06:08 -08:00
2022-07-29 00:17:28 -07:00
2026-05-12 10:11:20 -07:00
2026-05-03 21:46:21 -07:00
2026-03-07 18:30:58 -08:00
2026-05-08 17:29:47 -07:00
2026-05-03 21:46:21 -07:00