# # ChangeLog for tests/SystemQueue-tests.cc # # Generated by Trac 1.6 # Apr 27, 2024, 2:43:48 AM Wed, 19 Mar 2014 17:49:14 GMT hock@… [12772] * tests/SystemQueue-tests.cc (modified) modified unit test Wed, 19 Mar 2014 17:41:45 GMT hock@… [12771] * source/ariba/utility/system/SystemQueue.cpp (modified) * source/ariba/utility/system/SystemQueue.h (modified) * tests/SystemQueue-tests.cc (modified) added new interface: SystemQueue::am_I_in_the_SysQ_thread for ... Fri, 14 Mar 2014 19:26:33 GMT hock@… [12765] * source/ariba/utility/system/SystemQueue.cpp (modified) * source/ariba/utility/system/SystemQueue.h (modified) * tests/SystemQueue-tests.cc (modified) new functionality: SystemQueue::leave() and SystemQueue::join() ( + ... Fri, 14 Mar 2014 18:58:45 GMT hock@… [12764] * source/ariba/utility/system/SystemEvent.h (modified) * source/ariba/utility/system/SystemQueue.cpp (modified) * source/ariba/utility/system/SystemQueue.h (modified) * tests/SystemQueue-tests.cc (modified) New SystemQueue... ... is passing all unit tests, now. :-) Thu, 13 Mar 2014 18:30:17 GMT hock@… [12763] * source/ariba/utility/system/SystemEvent.h (modified) * source/ariba/utility/system/SystemQueue.cpp (modified) * source/ariba/utility/system/SystemQueue.h (modified) * tests/SystemQueue-tests.cc (modified) priority queue (but not tested) --> FIXME in SystemEvent.h (has to ... Wed, 12 Mar 2014 17:58:54 GMT hock@… [12762] * source/ariba/utility/system/SystemQueue.cpp (modified) * source/ariba/utility/system/SystemQueue.h (modified) * tests/SystemQueue-tests.cc (modified) New System Queue Threading test (aka "isEmpty() test") is now ... Wed, 12 Mar 2014 17:09:20 GMT hock@… [12761] * source/ariba/utility/logging/Logging.h (modified) * source/ariba/utility/system/SystemEvent.h (modified) * source/ariba/utility/system/SystemQueue.cpp (added) * source/ariba/utility/system/SystemQueue.h (added) * tests/SystemQueue-tests.cc (modified) New System Queue: The new System Queue already passes most tests ... Mon, 10 Mar 2014 17:19:18 GMT hock@… [12758] * tests/SystemQueue-tests.cc (modified) .. Mon, 10 Mar 2014 17:17:42 GMT hock@… [12757] * tests/SystemQueue-tests.cc (modified) TEST_F(SystemQueueTimingTest, TimingMultipleCalls) Mon, 10 Mar 2014 17:09:22 GMT hock@… [12756] * tests/SystemQueue-tests.cc (modified) TEST_F(SystemQueueTimingTest, TimingSingleCall) Fri, 07 Mar 2014 18:46:29 GMT hock@… [12755] * tests/SystemQueue-tests.cc (modified) TEST_F(SystemQueueTimingTest, NotEmptyWhileWaiting) which also fails.. Fri, 07 Mar 2014 18:39:42 GMT hock@… [12754] * tests/SystemQueue-tests.cc (modified) TEST_F(SystemQueueTimingTest, MultipleCalls) which fails, every ... Fri, 07 Mar 2014 18:16:51 GMT hock@… [12753] * tests/SystemQueue-tests.cc (modified) moved some (usually needed) code in the fixture Fri, 07 Mar 2014 18:08:35 GMT hock@… [12752] * tests/SystemQueue-tests.cc (modified) TEST_F(SystemQueueTimingTest, DelayedCall) Fri, 07 Mar 2014 16:09:37 GMT hock@… [12751] * tests/SystemQueue-tests.cc (modified) TEST_F(SystemQueueTest, MultipleCalls) A bit more complicated than ... Thu, 06 Mar 2014 17:07:56 GMT hock@… [12750] * tests/SystemQueue-tests.cc (modified) fixed Wed, 05 Mar 2014 18:55:12 GMT hock@… [12749] * tests/SystemQueue-tests.cc (modified) first test that actually runs the SystemQueue (but a FIXME is still ... Wed, 05 Mar 2014 18:17:47 GMT hock@… [12748] * tests/SystemQueue-tests.cc (modified) added 2 simple real test for the SystemQueue Wed, 05 Mar 2014 18:09:43 GMT hock@… [12747] * tests/CMakeLists.txt (modified) * tests/SystemQueue-tests.cc (added) Exemplary test that actually involves ariba.