- Jul 09, 2020
-
-
Martin Killenberg authored
- fixed that ConsumingFanOut is propagating the data to the slaves in case of exceptions - /testPropagateDataFaultFlag currently passing (still commented sections)
-
Martin Killenberg authored
- activated some tests which were commented out in testPropagateDataFaultFlag - data validity propagation still failing. Only the data content is working until now.
-
vargheseg authored
-
vargheseg authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
- Started reordering test sequence - Clean up read modes
-
- Jul 08, 2020
-
-
Martin Killenberg authored
- Removed extra exception handling from TriggerFanOut. It is all done by the ExceptionHandlingDecorator - ExceptionHandlingDecorator does not drop out of testable mode until the device is initialised.
-
Christoph Kampmeyer authored
Adapt test sequence of testDataFlowOnDeviceException to new spec.
-
- Jul 07, 2020
-
-
Christoph Kampmeyer authored
Apapt test sequences of testDeviceReadFailure and testDataValidPropagationOnException according to new data validity and exception handling specifications. Also fixes data race on runApplication in the constructor of data_validity_propagation_noTestFacility test suite.
-
Martin Killenberg authored
- Removed extra exception handling from TriggerFanOut. It is all done by the ExceptionHandlingDecorator - ExceptionHandlingDecorator does not drop out of testable mode until the device is initialised.
-
- Jul 06, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
- Jun 23, 2020
-
-
Martin Killenberg authored
testAppModuleConnections uses BOOST_CHECK_EUQAL instead of BOOST_CHECK at some places for easier debugging
-
- Jun 18, 2020
-
-
Christoph Kampmeyer authored
-
- Jun 16, 2020
-
-
Christoph Kampmeyer authored
-
- May 04, 2020
-
-
Christoph Kampmeyer authored
Throws logic_error if these modifiers are used in the top level
-
Christoph Kampmeyer authored
-
- Apr 29, 2020
-
-
Christoph Kampmeyer authored
Currently does not get the modules in a way that they can be downcasted to test if StatusMonitor, etc
-
- Apr 28, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
- Test use of illegal modifiers on top level in findTag() - Test getVirtualQualifiedName()
-
- Apr 27, 2020
-
-
Christoph Kampmeyer authored
-
- Apr 24, 2020
-
-
Christoph Kampmeyer authored
-
- Apr 23, 2020
-
-
Christoph Kampmeyer authored
-
Christoph Kampmeyer authored
-
- Apr 20, 2020
-
-
Martin Killenberg authored
-
- Apr 14, 2020
-
-
Martin Christoph Hierholzer authored
Initially, devices are closed and hence there is an error message. It goes away shortly when the device got opened. The new behavior is according to specification.
-
Martin Christoph Hierholzer authored
allows to control whether to wait for device recoveries in stepApplication
-
- Apr 09, 2020
-
-
Jens Georg authored
-
- Mar 26, 2020
-
-
Martin Killenberg authored
-
- Mar 23, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
- Mar 12, 2020
-
-
Martin Killenberg authored
-
Martin Killenberg authored
-
Martin Killenberg authored
- The direction cannot be determined from the accessor which is being decorated - Fixed wrong usage of feeding/consuming in Applicaton::createDeviceVariable. Was used consistently wrong, so there was no behaviour bug. But the code was confusing because the direction was wrong. Tests still failing.
-
- Mar 11, 2020
-
-
Martin Killenberg authored
- All accessors come up in exception state. - Read-accessors increase counter in init phase Assertion is gone, but tests still failing
-