2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/issue_test
Yi Duan 9aab4704ef
fix: issux213 (#215)
* fix (decoder): use AVX mode only on base64x
2022-04-21 15:29:52 +08:00
..
plugin fix:(loader) init _Moduledata.gcdatapointer to avoid panic on plugin-mode (#188) 2022-04-01 16:46:07 +08:00
hugestruct_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue3_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue5_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue7_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue8_test.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
issue16_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue27_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue39_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue45_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue58_test.go fix: check nil pointer for Marshaler (#194) 2022-02-25 18:00:57 +08:00
issue67_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue76_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue82_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue83_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue90_test.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
issue93_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue98_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue100_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue101_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
issue107_test.go fix: make it parse the UTF-16 surrogate pair after invalid unicode (#111) 2021-09-24 16:33:02 +08:00
issue108_test.go fix: skip exponent number that begin with zero in skip_number() (#109) 2021-09-23 15:02:09 +08:00
issue112_test.go fix: make it return error when unmarshal invalid base64-encoded strings 2021-10-21 18:20:04 +08:00
issue113_test.go fix: marshal struct field with omitempty tag as encoding/json (#114) 2021-10-12 15:14:39 +08:00
issue115_test.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
issue123_test.go fix: add gcGuard to prevent GC during Marshal()/Unmarshal() (#122) 2021-10-28 17:02:37 +08:00
issue128_test.go test: fix timeout problem in issue_test when enable force GC (#135) 2021-11-19 14:10:19 +08:00
issue138_test.go feat: Pretouch recursively for large/deep struct (#137) 2021-11-26 14:12:51 +08:00
issue141_test.go fix: correct the field priority as encoding/json when unmarshal to struct (#142) 2021-11-30 10:28:50 +08:00
issue144_test.go fix: 'string' option in struct tag as encoding/json (#148) 2021-12-03 15:46:09 +08:00
issue182_test.go fix: check nil pointer for Marshaler (#194) 2022-02-25 18:00:57 +08:00
issue186_test.go fix: premature GC on decoding string (#187) 2022-02-15 16:41:53 +08:00
issue195_test.go fix: allow string value decoded as json.Number (#196) 2022-02-28 20:14:38 +08:00
issue206_test.go opt: skip number in json.Number parsing (#209) 2022-04-01 17:45:06 +08:00
issue213_test.go fix: issux213 (#215) 2022-04-21 15:29:52 +08:00
plugin_test.go fix:(loader) init _Moduledata.gcdatapointer to avoid panic on plugin-mode (#188) 2022-04-01 16:46:07 +08:00
testmain_test.go fix: relocate stack pointers (#156) 2021-12-20 16:19:12 +08:00