test/marshall_read_test.c

Branch


Log

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