mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-25 05:55:27 +00:00
5033db293b
The test case "Memory buffer small buffer" emits a message "FATAL: verification of first header failed". In this test case, it's actually expected, but it looks weird to see this message from a passing test. Add a comment that states this explicitly, and modify the test description to indicate that the failure is expected, and change the test function name to be more accurate. Fix #309
24 lines
731 B
Plaintext
24 lines
731 B
Plaintext
Memory buffer alloc self test
|
|
mbedtls_memory_buffer_alloc_self_test:
|
|
|
|
Memory buffer alloc - free in middle, alloc at end
|
|
memory_buffer_alloc_free_alloc:100:100:100:0:0:1:0:0:200:0
|
|
|
|
Memory buffer alloc - free in middle, realloc
|
|
memory_buffer_alloc_free_alloc:100:100:100:0:0:1:0:0:100:0
|
|
|
|
Memory buffer alloc - free in middle, merge, realloc
|
|
memory_buffer_alloc_free_alloc:100:100:100:100:0:1:1:0:201:0
|
|
|
|
Memory buffer alloc - free at end, merge, realloc
|
|
memory_buffer_alloc_free_alloc:100:64:100:100:0:0:0:1:200:0
|
|
|
|
Memory buffer alloc - Out of Memory test
|
|
memory_buffer_alloc_oom_test:
|
|
|
|
Memory buffer: heap too small (header verification should fail)
|
|
memory_buffer_heap_too_small:
|
|
|
|
Memory buffer underalloc
|
|
memory_buffer_underalloc:
|