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 cec4c0f commit df23224Copy full SHA for df23224
test/unit-test/ota_os_posix_utest.c
@@ -95,10 +95,6 @@ void test_OTA_posix_SendAndRecvEvent( void )
95
96
/**
97
* @brief Test that the event queue operations do not succeed for invalid operations.
98
- *
99
- * TODO: 1. need to use timed send or O_NONBLOCK to test event recv failure
100
- * 2. Since the queue is unlinked and other params are not variable, can not test init fail
101
- * 3. Need to set O_NONBLOCK flag for testing send failure
102
*/
103
void test_OTA_posix_InvalidEventQueue( void )
104
{
0 commit comments