mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-30 20:40:03 +08:00
* sp63/init.c, sp63/sp63.scn: Add case for math on size requested overflowing on _Heap_Allocate_aligned.
14 lines
422 B
Plaintext
14 lines
422 B
Plaintext
*** TEST 63 ***
|
|
Init - _Heap_Initialize (for test one) - OK
|
|
Init - Heap size=1000
|
|
Init - _Heap_Allocate - too large size (overflow)- not OK
|
|
Init - _Heap_Allocate_aligned - OK
|
|
Init - _Heap_Resize_block - OK
|
|
|
|
Init - _Heap_Initialize (for test two) - OK
|
|
Init - Heap size=1000
|
|
Init - _Heap_Allocate_aligned - OK
|
|
Init - _Heap_Resize_block - OK
|
|
Init - _Heap_Allocate_aligned - request impossible - not OK
|
|
*** END OF TEST 63 ***
|