Switch RTEMS to the default osdMessageQueue
This commit is contained in:
@@ -208,14 +208,8 @@ void sleepyReceiver(double delay)
|
||||
epicsThreadSleep(delay);
|
||||
}
|
||||
|
||||
#ifdef __rtems__
|
||||
testTodoBegin("RTEMS failure expected");
|
||||
#endif
|
||||
testOk(numSent == SLEEPY_TESTS, "Sent %d (should be %d)",
|
||||
numSent, SLEEPY_TESTS);
|
||||
#ifdef __rtems__
|
||||
testTodoEnd();
|
||||
#endif
|
||||
testOk(numReceived == SLEEPY_TESTS, "Received %d (should be %d)",
|
||||
numReceived, SLEEPY_TESTS);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user