zig/lib/std/json
Andrew Kelley 3cc0fc601a std.json: delete test tightly coupled to ArrayList growth
This test works by assuming that std.ArrayList will grow with a specific
capacity increasing pattern, which is an invalid assumption. Delete the
offending test.
2025-09-20 14:38:01 -07:00
..
dynamic.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
dynamic_test.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
hashmap.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
hashmap_test.zig std.json: update to new I/O API 2025-07-19 16:05:01 -07:00
JSONTestSuite_test.zig x86_64: fix behavior of getValue 2023-10-26 21:45:58 -04:00
Scanner.zig std.ArrayList: make unmanaged the default 2025-08-11 15:52:49 -07:00
scanner_test.zig std.json: delete test tightly coupled to ArrayList growth 2025-09-20 14:38:01 -07:00
static.zig std: remove lossy int to float coercion on json parse 2025-08-22 02:50:26 +02:00
static_test.zig std.json: delete test tightly coupled to ArrayList growth 2025-09-20 14:38:01 -07:00
Stringify.zig std.Io: delete GenericReader 2025-08-29 17:14:26 -07:00
test.zig std.json: update to new I/O API 2025-07-19 16:05:01 -07:00