summaryrefslogtreecommitdiff
path: root/ACE/tests/run_test.lst
Commit message (Collapse)AuthorAgeFilesLines
* Starter compiler exception testJohnny Willemsen2021-08-231-0/+1
|
* Run DLL_Test and Process_Test also on WindowsJohnny Willemsen2021-06-251-2/+2
| | | | * ACE/tests/run_test.lst:
* First version of Win32 structured exception handling testJohnny Willemsen2021-06-181-0/+1
| | | | | | | | * ACE/tests/Compiler_Features_39_Test.cpp: Added. * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
* UNIX_Addr_Test should also be excluded for ACE_FOR_TAOJohnny Willemsen2020-08-241-1/+1
| | | | | * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
* Bug_4189_Regression_Test needs to be excluded for ace_for_taoJohnny Willemsen2020-08-241-1/+1
| | | | | | * ACE/tests/Bug_4189_Regression_Test.cpp: * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
* removing multicast interfaces test from face safety buildsTimothy Simpson2020-08-101-1/+1
|
* Adding Test for Multicast Join By InterfaceTimothy Simpson2020-08-051-0/+1
|
* Add ACE_UNIX_Addr test.Like Ma2019-03-121-0/+1
|
* Merge out from masterSteve Huston2018-02-281-0/+1
|\
| * Add new compiler test for a C++ feature TAO is usingJohnny Willemsen2018-02-161-0/+1
| | | | | | | | | | | | | | | | * ACE/tests/Compiler_Features_38_Test.cpp: Added. * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
* | Add UDP changes and test programSteve Huston2018-02-281-0/+1
|/
* updated test list now that test should passAdam Mitz2017-12-211-1/+1
|
* New ACE test: check if ACE_Singleton works after ACE::fini, ACE::initAdam Mitz2017-12-191-0/+1
| | | | | Some lock types work, others don't, due to different logic per lock type in ACE_Object_Manager::get_singleton_lock and how ACE_Singleton uses it.
* TSS_Leak_Test is known to fail at this momentJohnny Willemsen2017-09-021-1/+1
| | | | * ACE/tests/run_test.lst:
* Added a test showing a leaked object created by ACE_TSS<T>Adam Mitz2017-08-171-0/+1
|
* Remove left over $Id tagsJohnny Willemsen2017-08-091-3/+0
| | | | | | | | | | * ACE/bin/msvc_static_order.lst: * ACE/tests/run_test.lst: * TAO/TAO_IDL/fe/idl.ypp: * TAO/bin/tao_orb_tests.lst: * TAO/bin/tao_other_tests.lst: * TAO/tests/Bug_3755_Ext_Regression/all.lst: * TAO/tests/COIOP/COIOP.lst:
* New compiler test for a compiler bug found some time agoJohnny Willemsen2017-07-131-0/+1
| | | | | | | | * ACE/tests/Compiler_Features_37_Test.cpp: Added. * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
* Added C++11 test for using incomplete types and std::is_base_ofJohnny Willemsen2016-03-301-0/+1
| | | | | | | | * ACE/tests/Compiler_Features_36_Test.cpp: Added. * ACE/tests/run_test.lst: * ACE/tests/tests.mpc:
* Split up the MT_Reference_Counted_Event_Handler_Test on LynxOS due to ↵Adam Mitz2015-11-111-1/+3
| | | | resource limitations.
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-5/+5
|
* Revert "Fix connecting timeout without returning -1 in ↵Johnny Willemsen2015-09-161-1/+0
| | | | ACE_Cached_Connect_Strategy_T"
* Merge pull request #45 from likema/feature/fix-cached-connect-return-codeSteve Huston2015-09-151-0/+1
|\ | | | | Fix connecting timeout without returning -1 in ACE_Cached_Connect_Strategy_T
| * Add Cached_Conn_Strategy_Fail_Test into tests/run_test.lstLike Ma2015-09-071-0/+1
| |
* | Added new test for task grp_id handling.Martin Corino2015-05-201-0/+1
| |
* | Continued developing ACE_CDR::Fixed and tao_idl fixed parsing.Adam Mitz2015-04-011-0/+1
|/
* Fix to resume and register event handlers after returning -1 fromJustin Wilson2015-03-031-0/+1
| | | | | | | handle_*. Dev_Poll_Reactor on Linux uses epoll with one-shot and suspends handlers when an event is received. New logic attempts to resume handler when -1 is returned. Added test. From OCITAO 2.2a Fri Nov 14 16:47:56 UTC 2014
* Added the Chrono_Test to the test framework.Marcel Smit2015-02-201-0/+1
| | | | * ACE/tests/run_test.lst:
* ChangelogTag: Fri Oct 31 13:49:11 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-10-311-0/+1
|
* Fri Oct 24 18:41:42 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-10-241-0/+1
| | | | | | | | | | * tests/Bug_4189_Regression_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New test for bugzilla 4189, on Windows it is not possible at this moment to open a ACE_SOCK_Dgram_Bcast multiple times on the same port, even when reuse_addr has been set to 1
* Fri Sep 5 18:00:25 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-09-051-0/+1
| | | | | | | | * tests/Compiler_Features_35_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 compiler test
* Tue May 6 09:25:03 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-05-061-1/+1
| | | | | | * tests/run_test.lst: Changed ACE_Init_Test to require MFC in the test config
* Mon May 5 14:58:57 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-05-051-1/+1
| | | | | | | * tests/run_test.lst: Marked SSL_Asynch_Stream_Test with !FIXED_BUGS_ONLY, this test always fail, see also bugzilla 3164
* Thu Apr 10 11:54:12 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-04-101-1/+0
| | | | | | | | | | | | | | | | | | | * tests/Compiler_Features_02_Test.cpp: * tests/Compiler_Features_04_Test.cpp: * tests/Compiler_Features_05_Test.cpp: * tests/Compiler_Features_06_Test.cpp: * tests/Compiler_Features_07_Test.cpp: * tests/Compiler_Features_11_Test.cpp: * tests/Compiler_Features_12_Test.cpp: Layout changes * tests/run_test.lst: * tests/tests.mpc: * tests/Compiler_Features_30_Test.cpp: Removed this test, an empty initializer list for an array of unknown size is illegal according to the C++ spec
* Fri Apr 4 12:32:57 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-04-041-0/+1
| | | | | | | | * tests/Compiler_Features_34_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++ compiler feature test
* Feb 21 10:09:00 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-211-0/+1
| | | | | | | | | * tests/Compiler_Features_33_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New compiler feature test to validate that a switch with char works as it should
* Tue Dec 31 10:17:54 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-12-311-0/+1
| | | | | | | | * tests/Compiler_Features_32_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 test for unions
* Mon Dec 30 12:31:27 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-12-301-0/+1
| | | | | | | | * tests/Compiler_Features_31_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 test
* Mon Dec 30 11:18:12 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-12-301-0/+2
| | | | | | | | | | | | * ace/os_include/sys/os_stat.h: Define S_ISDIR when not defined * tests/Compiler_Features_29_Test.cpp: * tests/Compiler_Features_30_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Two new C++11 tests
* Sun Oct 27 15:38:07 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-10-271-0/+1
| | | | | | | | * tests/Compiler_Features_28_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 test program
* Tue Sep 17 13:10:05 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-171-0/+1
| | | | | | | | | * tests/Compiler_Features_27_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added C++11 test which tests operator <<= together with std::move
* Fri Sep 13 09:16:44 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-131-0/+1
| | | | | | | | | * tests/Compiler_Features_26_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added new C++11 test which tests shared_ptr comparison with nullptr
* Thu Sep 12 14:12:37 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-121-0/+1
| | | | | | | | * tests/Compiler_Features_25_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: New C++11 is_true/is_false test
* Fri Sep 6 12:35:04 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-09-061-0/+2
| | | | | | | | | * tests/Compiler_Features_23_Test.cpp: * tests/Compiler_Features_24_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Two new C++11 compiler features tests
* Tue Jun 18 07:16:22 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-06-181-0/+1
| | | | | | | | * tests/Compiler_Features_21_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added new C++11 compiler feature test
* Thu Feb 28 19:45:03 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-02-281-0/+1
| | | | | | | | * tests/Compiler_Features_19_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added C++11 test for template alias support
* Merge in OCI_Reliability_Enhancements branch. stanleyk2013-02-051-0/+1
|
* Tue Nov 13 18:17:24 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-131-1/+1
| | | | | * tests/run_test.lst: Bug_4055_Regression_Test needs threads
* ChangelogTag: Tue Nov 6 10:55:47 UTC 2012 Martin Corino <mcorino@remedy.nl>mcorino2012-11-061-0/+1
|
* Thu Sep 27 06:30:22 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-09-271-0/+4
| | | | | | | | | | | | | | | * ace/config-g++-common.h: Introduced a new ACE_HAS_CPP11 which is set with GCC 4.7 at the moment the C++11 features are enabled * tests/Compiler_Features_15_Test.cpp: * tests/Compiler_Features_16_Test.cpp: * tests/Compiler_Features_17_Test.cpp: * tests/Compiler_Features_18_Test.cpp: * tests/run_test.lst: * tests/tests.mpc: Added some new compiler tests to validate the compiler C++11 support
* ChangeLogTag:Thu Sep 6 18:51:47 UTC 2012 Steve Huston <shuston@riverace.com>Steve Huston2012-09-061-1/+1
|