summaryrefslogtreecommitdiff
path: root/ACE/tests/Time_Value_Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* We require each platform to provide std iostreams so define ↵Johnny Willemsen2021-06-081-4/+0
| | | | | | | | | ACE_HAS_CPP98_IOSTREAMS always for backwards compability and removed the checks for it * ACE/ace/Time_Value.cpp: * ACE/ace/Time_Value.h: * ACE/ace/iosfwd.h: * ACE/tests/Time_Value_Test.cpp:
* Extended test to check that max_time is not {0, -1}Johnny Willemsen2016-12-231-0/+2
| | | | * ACE/tests/Time_Value_Test.cpp:
* Update Time_Value_Test.cppINMarkus2016-02-231-0/+45
| | | Added tests for setting of double values and to check performance of normalize for large numbers.
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* Wed May 16 06:42:45 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-161-4/+1
| | | | | | | | | | | | | | | | * ace/Basic_Types.h: * ace/Basic_Types.cpp: * ace/Functor.inl: * ace/High_Res_Timer.inl: * ace/OS_NS_time.h: * ace/OS_NS_time.inl: * tests/Basic_Types_Test.cpp: * tests/Bug_2434_Regression_Test.cpp: * tests/Time_Value_Test.cpp: More cleanup due to removal of NSK * ace/Basic_Types.inl: Removed this file.
* Wed Apr 13 09:39:09 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-131-26/+0
| | | | | | | | | | | | * tests/Time_Value_Test.cpp: * tests/Bug_2434_Regression_Test.cpp: Overflow problem is part of bugzilla 2434, only do the test there, that way Time_Value_Test should run in all builds * tests/ACE_Test.cpp: * tests/Bug_3758_Regression_Test.cpp: * tests/Date_Time_Test.cpp: Layout changes
* Wed Apr 13 07:41:31 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-04-131-3/+5
| | | | | | | | | * ace/Time_Value.inl: Removed truncate_cast because it gives problems on Windows. Thanks to Jonathan Saxton <jsaxton at appsecinc dot com> * tests/Time_Value_Test.cpp: Extended with new test for change above
* Thu Mar 24 13:10:02 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-241-20/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/ACE_Init_Test.h: * tests/ACE_Init_Test_Resource.h: * tests/ACE_Init_Test_StdAfx.h: * tests/Aio_Platform_Test.cpp: * tests/Atomic_Op_Test.cpp: * tests/Auto_Event_Test.cpp: * tests/Auto_IncDec_Test.cpp: * tests/Barrier_Test.cpp: * tests/Based_Pointer_Test.cpp: * tests/Based_Pointer_Test_Lib.cpp: * tests/Basic_Types_Test.cpp: * tests/Bound_Ptr_Test.h: * tests/Buffer_Stream_Test.cpp: * tests/Bug_2434_Regression_Test.cpp: * tests/Bug_2653_Regression_Test.cpp: * tests/Bug_2659_Regression_Test.cpp: * tests/Bug_3539_Regression_Test.cpp: * tests/Bug_3729_Regression_Test.cpp: * tests/CDR_Array_Test.cpp: * tests/CDR_File_Test.cpp: * tests/CDR_Test.cpp: * tests/Cache_Map_Manager_Test.h: * tests/Cache_Map_Manager_Test.cpp: * tests/Cached_Accept_Conn_Test.h: * tests/Cached_Accept_Conn_Test.cpp: * tests/Cached_Allocator_Test.cpp: * tests/Cached_Conn_Test.h: * tests/Cached_Conn_Test.cpp: * tests/Capabilities_Test.cpp: * tests/Codecs_Test.cpp: * tests/Collection_Test.h: * tests/Collection_Test.cpp: * tests/Config_Test.h: * tests/Config_Test.cpp: * tests/Conn_Test.h: * tests/Conn_Test.cpp: * tests/DLL_Test.cpp: * tests/DLL_Test_Impl.h: * tests/DLL_Test_Impl.cpp: * tests/DLList_Test.cpp: * tests/Dirent_Test.cpp: * tests/Dynamic_Priority_Test.cpp: * tests/Dynamic_Test.cpp: * tests/Enum_Interfaces_Test.cpp: * tests/FIFO_Test.cpp: * tests/FlReactor_Test.cpp: * tests/Framework_Component_DLL.h: * tests/Framework_Component_DLL.cpp: * tests/Framework_Component_Test.h: * tests/Future_Set_Test.cpp: * tests/Future_Test.cpp: * tests/Handle_Set_Test.cpp: * tests/Hash_Map_Bucket_Iterator_Test.cpp: * tests/Hash_Map_Manager_Test.cpp: * tests/Hash_Multi_Map_Manager_Test.cpp: * tests/High_Res_Timer_Test.cpp: * tests/INET_Addr_Test.cpp: * tests/IOStream_Test.cpp: * tests/Intrusive_Auto_Ptr_Test.cpp: * tests/Lazy_Map_Manager_Test.cpp: * tests/Log_Msg_Backend_Test.cpp: * tests/Log_Msg_Test.cpp: * tests/Logging_Strategy_Test.cpp: * tests/MEM_Stream_Test.h: * tests/MEM_Stream_Test.cpp: * tests/MM_Shared_Memory_Test.cpp: * tests/MT_NonBlocking_Connect_Test.cpp: * tests/MT_Reactor_Timer_Test.h: * tests/MT_Reactor_Timer_Test.cpp: * tests/MT_Reactor_Upcall_Test.cpp: * tests/MT_Reference_Counted_Event_Handler_Test.cpp: * tests/MT_Reference_Counted_Notify_Test.cpp: * tests/MT_SOCK_Test.cpp: * tests/Main.cpp: * tests/Malloc_Test.h: * tests/Malloc_Test.cpp: * tests/Manual_Event_Test.cpp: * tests/Map_Manager_Test.cpp: * tests/Map_Test.h: * tests/Map_Test.cpp: * tests/Max_Default_Port_Test.h: * tests/Max_Default_Port_Test.cpp: * tests/Mem_Map_Test.cpp: * tests/Message_Block_Test.cpp: * tests/Message_Queue_Notifications_Test.cpp: * tests/Message_Queue_Test.cpp: * tests/Message_Queue_Test_Ex.cpp: * tests/Missing_Svc_Conf_Test.cpp: * tests/Multihomed_INET_Addr_Test.cpp: * tests/Multihomed_INET_Addr_Test_IPV6.cpp: * tests/NDDS_Timer_Test.cpp: * tests/Naming_Test.cpp: * tests/Network_Adapters_Test.h: * tests/Network_Adapters_Test.cpp: * tests/New_Fail_Test.cpp: * tests/NonBlocking_Conn_Test.h: * tests/NonBlocking_Conn_Test.cpp: * tests/Notify_Performance_Test.cpp: * tests/Object_Manager_Flipping_Test.cpp: * tests/Object_Manager_Test.cpp: * tests/Obstack_Test.cpp: * tests/OrdMultiSet_Test.cpp: * tests/Pipe_Test.cpp: * tests/Priority_Buffer_Test.cpp: * tests/Priority_Reactor_Test.h: * tests/Priority_Reactor_Test.cpp: * tests/Priority_Task_Test.cpp: * tests/Proactor_Test.h: * tests/Proactor_Timer_Test.cpp: * tests/Process_Env_Test.cpp: * tests/Process_Manager_Test.cpp: * tests/Process_Manual_Event_Test.cpp: * tests/Process_Mutex_Test.cpp: * tests/Process_Semaphore_Test.cpp: * tests/Process_Strategy_Test.h: * tests/Process_Strategy_Test.cpp: * tests/Process_Test.cpp: * tests/QtReactor_Test.cpp: * tests/RB_Tree_Test.h: * tests/RB_Tree_Test.cpp: * tests/RW_Process_Mutex_Test.cpp: * tests/Reactor_Dispatch_Order_Test.cpp: * tests/Reactor_Dispatch_Order_Test_Dev_Poll.cpp: * tests/Reactor_Exceptions_Test.cpp: * tests/Reactor_Fairness_Test.h: * tests/Reactor_Fairness_Test.cpp: * tests/Reactor_Notify_Test.cpp: * tests/Reactor_Performance_Test.h: * tests/Reactor_Performance_Test.cpp: * tests/Reactor_Registration_Test.cpp: * tests/Reactor_Timer_Test.cpp: * tests/Reactors_Test.cpp: * tests/Reader_Writer_Test.cpp: * tests/Recursive_Condition_Bug_Test.cpp: * tests/Recursive_Condition_Test.cpp: * tests/Recursive_Mutex_Test.cpp: * tests/Refcounted_Auto_Ptr_Test.h: * tests/Refcounted_Event_Handler_Test_DevPoll.cpp: * tests/Reference_Counted_Event_Handler_Test.cpp: * tests/Reverse_Lock_Test.cpp: * tests/SOCK_Connector_Test.cpp: * tests/SOCK_Dgram_Bcast_Test.cpp: * tests/SOCK_Dgram_Test.cpp: * tests/SOCK_Netlink_Test.cpp: * tests/SOCK_SEQPACK_SCTP_Test.cpp: * tests/SOCK_Send_Recv_Test.cpp: * tests/SOCK_Test.cpp: * tests/SPIPE_Test.cpp: * tests/SSL/Main.cpp: * tests/SSL/SSL_Asynch_Stream_Test.cpp: * tests/SSL/Thread_Pool_Reactor_SSL_Test.h: * tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp: * tests/SString_Test.cpp: * tests/SV_Shared_Memory_Test.cpp: * tests/Semaphore_Test.cpp: * tests/Sig_Handlers_Test.cpp: * tests/Signal_Test.cpp: * tests/Sigset_Ops_Test.cpp: * tests/Simple_Message_Block_Test.cpp: * tests/Singleton_Test.cpp: * tests/Svc_Handler_Test.cpp: * tests/TP_Reactor_Test.h: * tests/TP_Reactor_Test.cpp: * tests/TSS_Static_Test.cpp: * tests/TSS_Test.cpp: * tests/TSS_Test_Errno.h: * tests/Task_Ex_Test.cpp: * tests/Task_Test.cpp: * tests/Thread_Attrs_Test.cpp: * tests/Thread_Creation_Threshold_Test.cpp: * tests/Thread_Manager_Test.cpp: * tests/Thread_Mutex_Test.cpp: * tests/Thread_Pool_Reactor_Resume_Test.h: * tests/Thread_Pool_Reactor_Resume_Test.cpp: * tests/Thread_Pool_Reactor_Test.h: * tests/Thread_Pool_Reactor_Test.cpp: * tests/Thread_Pool_Test.cpp: * tests/Time_Service_Test.cpp: * tests/Time_Value_Test.cpp: * tests/Timeprobe_Test.cpp: * tests/Timer_Cancellation_Test.cpp: * tests/Timer_Queue_Reference_Counting_Test.cpp: * tests/Timer_Queue_Test.cpp: * tests/TkReactor_Test.cpp: * tests/Tokens_Test.cpp: * tests/UPIPE_SAP_Test.cpp: * tests/UUID_Test.cpp: * tests/Unbounded_Set_Test.cpp: * tests/Unload_libACE.cpp: * tests/Upgradable_RW_Test.h: * tests/Upgradable_RW_Test.cpp: * tests/Vector_Test.cpp: * tests/WFMO_Reactor_Test.cpp: * tests/XtAthenaReactor_Test.cpp: * tests/XtMotifReactor_Test.cpp: Converted to doxygen style of documentation
* Fri Dec 17 14:42:53 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-12-171-29/+29
| | | | | | * */*.*: Merged RemedyWork branch.
* Removed ACE_RCSIDJohnny Willemsen2010-09-081-5/+5
|
* Wed Sep 1 09:59:42 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>vzykov2010-09-011-1/+1
| | | | | | * tests/Time_Value_Test.cpp: Fixed compile warning on QNX. time_t on QNX is defined as unsigned int.
* ChangeLogTag:Thu Jun 17 21:59:34 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-06-171-0/+19
|
* ChangeLogTag:Sunschmidt2010-02-211-0/+51
|
* Sat Jan 23 18:48:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-01-231-12/+0
| | | | | | * tests/Bug_2434_Regression_Test.cpp: * tests/Time_Value_Test.cpp: Moved another failing test to the bug_2434 file
* Fri Jan 22 08:48:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-01-221-1/+0
| | | | | * tests/Time_Value_Test.cpp: Removed not used variable
* Thu Jan 21 08:13:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-01-211-12/+1
| | | | | | | | | * tests/Time_Value_Test.cpp: * tests/tests.mpc: * tests/run_test.lst: * tests/Bug_2434_Regression_Test.cpp: Moved the 64bit overflow test which fails on 64bit systems to its own file and marked that as not fixed
* ChangeLogTag: Tue Jun 10 11:37:09 UTC 2008 Chad Elliott <elliott_c@ociweb.com>elliott_c2008-06-101-1/+1
|
* ChangeLogTag:Thu Jun 5 14:52:43 UTC 2008 Steve Huston <shuston@riverace.com>Steve Huston2008-06-051-1/+8
|
* ChangeLogTag:Wed Jun 4 16:05:54 UTC 2008 Steve Huston <shuston@riverace.com>Steve Huston2008-06-041-0/+10
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+124
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-124/+0
|
* ChangeLogTag:Tue Jul 10 16:07:38 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-07-101-153/+0
|
* ChangeLogTag: Wed Apr 11 11:37:42 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-04-111-1/+1
|
* ChangeLogTag:Ossama Othman2007-03-091-11/+11
|
* ChangeLogTag:Fri Mar 2 21:42:54 UTC 2007 Ossama Othman <ossama_othman at ↵Ossama Othman2007-03-021-17/+3
| | | | symantec dot com>
* ChangeLogTag:Thu Feb 1 23:46:27 UTC 2007 Steve Huston <shuston@riverace.com>Steve Huston2007-02-011-1/+1
|
* Thu Dec 28 12:37:21 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-12-281-0/+4
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+287