RPMsg inter-partition messaging
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(requests,tty,streaming-aead): fix tests and add mli docstrings

- Validate HTTP-date time components (reject second=60) per RFC 9110
- Fix tty table truncation test to explicitly set overflow to Truncate
- Correct tty table.mli overflow default documentation
- Initialize crypto RNG in streaming-aead fuzz runner
- Add docstrings to test module mli files across requests and rpmsg

+6
+3
test/test_rpmsg.mli
··· 1 + (** RPMsg tests. *) 2 + 1 3 val suite : string * unit Alcotest.test_case list 4 + (** Alcotest suite. *)
+3
test/test_wire.mli
··· 1 + (** RPMsg wire format tests. *) 2 + 1 3 val suite : string * unit Alcotest.test_case list 4 + (** Alcotest suite. *)