We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4075d6e commit 3c14dd4Copy full SHA for 3c14dd4
features/storage/TESTS/blockdevice/general_block_device/main.cpp
@@ -349,7 +349,7 @@ void test_multi_threads()
349
char *dummy;
350
351
rtos::Thread **bd_thread = new (std::nothrow) rtos::Thread*[TEST_NUM_OF_THREADS];
352
- TEST_SKIP_UNLESS_MESSAGE((*bd_thread) != NULL, "no block device found.");
+ TEST_SKIP_UNLESS_MESSAGE((*bd_thread) != NULL, "not enough heap to run test.");
353
memset(bd_thread, 0, TEST_NUM_OF_THREADS * sizeof(rtos::Thread *));
354
355
for (i_ind = 0; i_ind < TEST_NUM_OF_THREADS; i_ind++) {
0 commit comments