mbed-os/TESTS/mbedmicro-rtos-mbed
Russ Butler c3f5b64b79 Remove double free RTOS tests
Remove the double free RTOS tests since this was never defined
behavior of CMSIS-RTOS. This allows testing to pass.

The RTX commit which caused this test to start failing is:
c3b123ef4256f65537e2597af475fc20ec9a383e
RTX5: updated MemoryPoolFree (removed count check) [SDCMSIS-801]

Note - Double freeing an element from a memory pool was never safe.
The error return value when double freeing was misleading since memory
corruption may still be occurring in that case. For more information
on this see SDCMSIS-801.
2018-08-26 12:54:32 -05:00
..
CircularBuffer tests: astyle fix 2018-08-03 10:23:38 +01:00
MemoryPool Remove double free RTOS tests 2018-08-26 12:54:32 -05:00
basic tests: astyle fix 2018-08-03 10:23:38 +01:00
condition_variable tests: astyle fix 2018-08-03 10:23:38 +01:00
event_flags tests: astyle fix 2018-08-03 10:23:38 +01:00
heap_and_stack tests: astyle fix 2018-08-03 10:23:38 +01:00
kernel_tick_count add kernel ticker test 2018-07-02 13:48:06 +02:00
mail Remove double free RTOS tests 2018-08-26 12:54:32 -05:00
malloc tests: astyle fix 2018-08-03 10:23:38 +01:00
mutex tests: astyle fix 2018-08-03 10:23:38 +01:00
queue tests: astyle fix 2018-08-03 10:23:38 +01:00
rtostimer tests: astyle fix 2018-08-03 10:23:38 +01:00
semaphore tests: astyle fix 2018-08-03 10:23:38 +01:00
signals tests: astyle fix 2018-08-03 10:23:38 +01:00
systimer Update deep sleep lock check in tests 2018-08-17 09:29:41 -05:00
threads RTOS threads test: Handle out of memory cases 2018-08-09 17:32:48 +03:00