kc3-lang/kc3/test/marshall_read_test.c

Branch :


Log

Author Commit Date CI Message
thodg 2738d6eb 2025-09-04 17:26:01 fix marshall_read_test and env dump size
thodg bd3bd014 2025-09-04 16:37:03 fix a couple of marshall read tests for refactor of e_tag_type
thodg d4d05ae7 2025-08-22 12:10:01 fix marshall tests using claude-code
thodg c8f35404 2025-08-17 22:32:44 Fix build on MacOS, mainly includes for endian.h
thodg 86039355 2025-08-10 12:53:32 fix marshall/read tests using claude-code
Lyzer d72a9ae5 2025-08-08 10:28:06 fix: commented a test
Lyzer 1df5b43a 2025-08-08 09:51:49 wip: test tag for str
thodg e90f7a57 2025-08-05 08:03:09 comment all marshall_read tests that fail
thodg 37305dc8 2025-08-05 03:58:26 wip
Lyzer d51d16af 2025-08-04 15:25:11 feat: added all types tests
Lyzer 5f00909a 2025-08-04 11:57:20 fix: err inspect didn't require a pointer
thodg 261cc860 2025-08-03 12:58:47 dereference arguments to _inspect_* for basic C numeric types.
Lyzer b1ee9258 2025-07-31 12:34:49 feat: added marshall_read_ht functions
Lyzer 871cd980 2025-07-31 11:23:45 feat: added wide read_tests
Lyzer 695eec3e 2025-07-31 10:53:28 fix: removed on_heap for marshall_read test
Lyzer 29262c6f 2025-07-30 18:18:00 fix: heap size on read_tests
thodg 67246b74 2025-07-29 19:38:11 fix marshall_read_test f64 wrong buf size in header
Lyzer c243e768 2025-07-29 18:21:23 feat: removed useless test with preprocessor
Lyzer fd1c8de4 2025-07-29 18:19:40 feat: added character tests
Lyzer c49fef61 2025-07-29 18:15:28 feat: tests for signed integer types
ea040bd5 2025-07-29 16:13:52 feat: marshall_read_test indentation
Lyzer 7e07e8d3 2025-07-29 11:40:52 fix: replaced broken f128 value by PI
Lyzer 1002d09b 2025-07-28 17:28:28 bug: last f128 test error
Lyzer 3840968a 2025-07-28 17:06:24 feat: marshall_read_array
Lyzer 57342ad2 2025-07-28 15:50:20 feat: floating point marshall_read_test_tag
Lyzer 87d56300 2025-07-28 15:13:37 fix: wrong call type in marshall_read test because the enum changed
Lyzer bbd83477 2025-07-25 18:02:09 refactor: TAG_LIST -> TAG_PLIST
Lyzer bb0a3fe1 2025-07-25 17:17:32 fix: hexadecimal values for max unsigned tests marshall_read
Lyzer bd5aa889 2025-07-25 16:35:38 feat: marshall_read reads bool and u8; changed the enum in types.h to explicit values
thodg 8edcffdd 2025-07-25 11:10:09 update tests
thodg db05865d 2025-07-25 09:46:54 fix marshall_read_test.c for marshall_read_bool
thodg 14b8fcc1 2025-07-25 08:00:43 wip marshall_read / tests
Lyzer 9de46efb 2025-07-24 17:16:34 fix: expected strings in marshall_test.c
Lyzer cf27722e 2025-07-24 15:19:40 wip: resurected marshall_read_plist test
Lyzer a0434fc1 2025-07-23 15:37:00 wip: marshall_read_test
Lyzer 58b8ab0d 2025-07-23 13:18:37 fix: marshall_init -> marshall_read_init; wip: replace duplicated macros There's now a macro to test any type instead of a thousand useless defines
Lyzer dd1645b7 2025-07-22 13:51:25 WIP: macro for test on buf and heap
Lyzer d4ded9e1 2025-07-22 11:19:21 WIP: marshall_read tests