Fixes for testConveyor on RTEMS
This commit is contained in:
committed by
mdavidsaver
parent
f3486211f5
commit
6d19349a5d
@@ -17,7 +17,7 @@ PROD_LIBS += pvAccess pvAccessCA pvData $(EPICS_BASE_IOC_LIBS)
|
|||||||
PROD_SYS_LIBS_WIN32 += netapi32 ws2_32
|
PROD_SYS_LIBS_WIN32 += netapi32 ws2_32
|
||||||
|
|
||||||
ifdef BASE_3_16
|
ifdef BASE_3_16
|
||||||
testCaProvider_SRCS_RTEMS += rtemsTestData.c
|
PROD_SRCS_RTEMS += rtemsTestData.c
|
||||||
testCaProvider_SRCS += testIoc_registerRecordDeviceDriver.cpp
|
testCaProvider_SRCS += testIoc_registerRecordDeviceDriver.cpp
|
||||||
REGRDDFLAGS = -l
|
REGRDDFLAGS = -l
|
||||||
|
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ void testOperation(void)
|
|||||||
testFail("Client's notify() not called");
|
testFail("Client's notify() not called");
|
||||||
|
|
||||||
c1.reset(); // Clean up c1
|
c1.reset(); // Clean up c1
|
||||||
if (!cgone.tryWait())
|
if (!cgone.wait(TIMEOUT))
|
||||||
testFail("Client's destructor not called");
|
testFail("Client's destructor not called");
|
||||||
|
|
||||||
testDiag("2. Queue accepts notification while conveyor is busy.");
|
testDiag("2. Queue accepts notification while conveyor is busy.");
|
||||||
|
|||||||
Reference in New Issue
Block a user