Switch RTEMS to the default osdMessageQueue

This commit is contained in:
Andrew Johnson
2020-07-02 16:14:08 -05:00
parent d4781bca28
commit 1eeac6da2f
3 changed files with 0 additions and 285 deletions

View File

@@ -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);