summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_4_37'.ACE-4_4_37nobody1998-04-053-350/+0
* Reactor_Notify_Test is OK on VxWorks now.levine1998-04-031-1/+4
* Reactor_Notify_Test is OK on Chorus nowlevine1998-04-021-1/+1
* (Supplier_Task::handle_output): added a thr_yield () so that the Supplier_Tas...levine1998-04-021-16/+22
* *** empty log message ***schmidt1998-04-021-43/+84
* (handler): oops, egcs didn't like checking *signal_catcher for non-nulllevine1998-04-011-1/+1
* (worker): cache the thread's Signal_Catcher on entry.levine1998-03-311-25/+52
* Made settings for Env_Value_Test consistent with the other tests.Steve Huston1998-03-271-0/+0
* with Green Hills on VxWorks, rename main to ace_main for compatibility with r...levine1998-03-271-1/+7
* oops, length of OrdMultiSet_Test string is 17, not 10levine1998-03-261-3/+3
* (consumer): added no-op statement to suppress GHS warning about unusedlevine1998-03-181-12/+14
* (test): added no-op statement to suppress GHS warning about unused local vari...levine1998-03-181-0/+2
* ACE_Profile_Timer now uses units of usec if ACE_LACKS_FLOATING_POINTlevine1998-03-161-11/+2
* *** empty log message ***schmidt1998-03-141-1/+1
* added ACE_LACKS_FLOATING_POINT supportlevine1998-03-131-10/+21
* (main): don't run test_performance on Chorus, because it loses itslevine1998-03-131-0/+9
* check for $chorus not being set as a string, not an integerlevine1998-03-071-1/+2
* added capability for executing the tests on a remote (Chorus) targetlevine1998-03-071-22/+58
* only 50 iterations on CHORUSlevine1998-03-061-15/+21
* (main): if ACE_LACKS_LONGLONG_T, use ACE_U_LongLong instead of long longlevine1998-03-041-2/+4
* added ACE_LACKS_GETHOSTENT, so that SOCK_Connector_Test doesn't have to enume...levine1998-03-041-2/+2
* added another multiplication testlevine1998-03-031-1/+6
* added tests of new ACE_U_LongLong operatorslevine1998-02-271-0/+38
* *** empty log message ***schmidt1998-02-264-104/+104
* Added Env_Value_Test and OrdMultiSet_Test. Removed all explicit link against...nanbor1998-02-242-311/+360
* (server): break out of while loop if read from client_handler fails.levine1998-02-231-2/+4
* (Consumer::svc): removed thr_yield for LynxOS, now that ACE_OS::cond_timedwai...levine1998-02-211-7/+0
* disabled some tests on LynxOSlevine1998-02-191-6/+10
* weakened to work with LynxOSlevine1998-02-191-9/+17
* use ACE_DEFAULT_SERVER_HOST on LynxOS, and removed #include of sys/utsname.h ...levine1998-02-191-34/+29
* replace file_size with line_length because that's more accuratelevine1998-02-191-48/+50
* (Consumer::svc): added a thr_yield so that the test magically works onlevine1998-02-181-11/+18
* re-enable LM_DEBUG messages at the end, so the "Ending" messageslevine1998-02-171-0/+5
* (spawn): suppress warning message about retrying task activation unless -d op...levine1998-02-171-6/+28
* (open): fallback to minimum ACE_SCHED_OTHER priority instead of 0levine1998-02-161-10/+21
* Made a smaller sleepbrunsch1998-02-151-1/+1
* Added a quick test to check to make sure the earliest time is reportedbrunsch1998-02-151-1/+18
* Added MT_Reactor_Timer_TEstSteve Huston1998-02-111-0/+1
* Test for reactors and timers in multiple threads.Steve Huston1998-02-112-0/+187
* updated a comment re. the VxWorks task name testlevine1998-02-061-1/+1
* (main): printout signed values instead of unsignedlevine1998-02-031-2/+2
* (test_map_manager): print out item.int_id_ instead of local i so that item ge...levine1998-02-031-46/+46
* added ACE_DNode<int> explicit template instantiationcdgill1998-02-021-1/+3
* added OrdMultiSet_Testcdgill1998-02-024-1/+8
* Added OrdMultiSet_Testcdgill1998-02-021-0/+1
* Ordered Multi-Set Testcdgill1998-02-021-0/+58
* added OrdMultiSet_Test.dspcdgill1998-02-021-0/+12
* disabled Message_Queue_Testlevine1998-02-021-4/+4
* tests ordered multiset container and iteratorcdgill1998-02-011-0/+213
* updated comment to explain why we can't use spawn with ACE_HAS_NONSTATIC_OBJE...levine1998-01-291-1/+2