Open
Description
The title has it: while we thoroughly test the single-off conversions, we don't fully test the multi-conversion functionality, so that should be added to the test suite. We should also implement such tests using the registry and similar. Finally, we need to test the allocating and non-allocating functions.
- Test multi (
cxnsrtocxns
) bulk functions for all 5 core types, similar to the single tests - Test single conversions for the
cnc_conversion
types for all 5 core types / encodings (execution, wide execution, UTF-8, UTF-16, UTF-32) - Test multi conversions for the
cnc_conversion
types for all 5 core types / encodings (execution, wide execution, UTF-8, UTF-16, UTF-32) - Test allocation successes and failures for
cnc_registry
and related opening functions - Test that the heap is not used when the space-providing functions are used for the registry and similar.