v/vlib/json/tests
kbkpbot c221b3226b
Some checks are pending
json encoder benchmark CI / json-encode-benchmark (push) Waiting to run
Graphics CI / gg-regressions (push) Waiting to run
vlib modules CI / build-module-docs (push) Waiting to run
native backend CI / native-backend-ubuntu (push) Waiting to run
native backend CI / native-backend-windows (push) Waiting to run
Shy and PV CI / v-compiles-puzzle-vibes (push) Waiting to run
Sanitized CI / sanitize-undefined-clang (push) Waiting to run
Sanitized CI / sanitize-undefined-gcc (push) Waiting to run
Sanitized CI / tests-sanitize-address-clang (push) Waiting to run
Sanitized CI / sanitize-address-msvc (push) Waiting to run
Sanitized CI / sanitize-address-gcc (push) Waiting to run
Sanitized CI / sanitize-memory-clang (push) Waiting to run
sdl CI / v-compiles-sdl-examples (push) Waiting to run
Time CI / time-linux (push) Waiting to run
Time CI / time-macos (push) Waiting to run
Time CI / time-windows (push) Waiting to run
toml CI / toml-module-pass-external-test-suites (push) Waiting to run
Tools CI / tools-linux (clang) (push) Waiting to run
Tools CI / tools-linux (gcc) (push) Waiting to run
Tools CI / tools-linux (tcc) (push) Waiting to run
Tools CI / tools-macos (clang) (push) Waiting to run
Tools CI / tools-windows (gcc) (push) Waiting to run
Tools CI / tools-windows (msvc) (push) Waiting to run
Tools CI / tools-windows (tcc) (push) Waiting to run
Tools CI / tools-docker-ubuntu-musl (push) Waiting to run
vab CI / vab-compiles-v-examples (push) Waiting to run
vab CI / v-compiles-os-android (push) Waiting to run
wasm backend CI / wasm-backend (ubuntu-22.04) (push) Waiting to run
wasm backend CI / wasm-backend (windows-2022) (push) Waiting to run
cgen,builtin: support for 64bit int 1 (#25236)
2025-09-13 10:03:52 +03:00
..
json_alias_test.v
json_decode_anon_struct_test.v
json_decode_arr_ref_test.v json: fix decode codegen for []&type (fix #23007) (#23010) 2024-11-30 08:40:14 +02:00
json_decode_embed_test.v
json_decode_option_alias_field_test.v cgen: fix json decode option alias (fix #24843) (#24853) 2025-07-06 08:22:07 +03:00
json_decode_option_alias_test.v cgen: fix gen_struct_equality_fn null pointer crash (fix #25237) (#25231) 2025-09-08 17:32:46 +03:00
json_decode_option_enum_test.v
json_decode_struct_default_test.v json: fix default struct field initialization with long array (#23355) 2025-01-03 19:25:21 +02:00
json_decode_struct_ptr_test.v
json_decode_struct_with_default_test.v json: fix codegen for struct default expr (fix #23216) (#23233) 2024-12-23 00:26:55 +02:00
json_decode_sumtype_option_test.v markused: fix option tracking on sumtype (fix #25025) (#25028) 2025-08-03 10:12:32 +03:00
json_decode_test.v cgen, json: make errors more informative (resolve empty panics) (related: #21184) (#22898) 2024-11-18 10:59:39 +02:00
json_decode_with_encode_arg_test.v
json_decode_with_generic_array_test.v
json_decode_with_generic_test.v
json_decode_with_option_arg_test.v
json_decode_with_sumtype_test.v
json_embed_test.v
json_encode_default_option_none_test.v tools: add support for // vtest vflags: -w in _test.v files, to allow v -W test . later, for files, that have known warnings 2025-06-22 12:43:04 +03:00
json_encode_embed_test.v
json_encode_enum_test.v
json_encode_map_test.v
json_encode_primite_test.v
json_encode_ptr_test.v
json_encode_recursive_ptr_test.v
json_encode_struct_with_option_field_test.v
json_encode_sumtype_test.v
json_encode_with_mut_test.v
json_encode_with_ptr_test.v
json_fixed_array_test.v
json_generic_array_test.v
json_i32_test.v
json_is_null_attr_test.v json: support @[json_null] tag to enforce null, when encoding none option values (#23319) 2024-12-30 20:59:28 +02:00
json_omitempty_test.v
json_omitempty_types_test.v
json_option_alias_test.v
json_option_none_test.v
json_option_raw_test.v
json_option_struct_test.v
json_option_test.v
json_prim_type_validation_test.v json: add primitive type validation (fix #23021) (#23142) 2024-12-13 08:10:51 +02:00
json_raw_test.v
json_struct_option_test.v
json_sumtype_test.v cgen,builtin: support for 64bit int 1 (#25236) 2025-09-13 10:03:52 +03:00
json_test.v json: use @[required] to disallow parsing nulls (#23218) 2024-12-22 10:12:58 +02:00