summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-07 04:59:06 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-07 04:59:06 +0000
commit0bc7bdcf645aac2c5e4e931559500012f13a6bb2 (patch)
tree5534125cadb4eedc77a3a8250c6076afb44c8c74
parent6590752e23b906289a49d7a75ff973239cce8aa8 (diff)
downloadATCD-0bc7bdcf645aac2c5e4e931559500012f13a6bb2.tar.gz
Added new tests
-rw-r--r--bin/run_all_list.pm22
1 files changed, 16 insertions, 6 deletions
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm
index 9c1bf1e01c2..b673eb1516e 100644
--- a/bin/run_all_list.pm
+++ b/bin/run_all_list.pm
@@ -13,7 +13,10 @@ if ($^O eq "MSWin32") {
'TAO/tests/Param_Test , run_test.pl',
'TAO/tests/Param_Test , run_test.pl -i dii',
'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl',
+ 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100'
'TAO/performance-tests/Latency , run_test.pl',
+ 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
+ 'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl',
'TAO/tests/OctetSeq , run_test.pl',
'TAO/tests/Multiple_Inheritance , run_test.pl',
'TAO/tests/MT_Client , run_test.pl',
@@ -27,10 +30,12 @@ if ($^O eq "MSWin32") {
'TAO/tests/POA/Destruction , run_test.pl',
'TAO/tests/IORManipulation , run_test.pl',
'TAO/tests/Timeout , run_test.pl',
+ 'TAO/tests/Timed_Buffered_Oneways , run_test.pl',
'TAO/tests/IDL_Test , run_test.pl',
'TAO/tests/ORB_init , run_test.pl',
'TAO/tests/DSI_Gateway , run_test.pl',
'TAO/examples/Buffered_Oneways , run_test.pl',
+ 'TAO/examples/Buffered_AMI , run_test.pl',
'TAO/examples/POA/Adapter_Activator , run_test.pl',
'TAO/examples/POA/DSI , run_test.pl',
'TAO/examples/POA/Default_Servant , run_test.pl',
@@ -62,8 +67,6 @@ if ($^O eq "MSWin32") {
'TAO/examples/Simple/echo , run_test.pl < Echo.idl',
# INTERACTIVE 'TAO/examples/Simple/chat , run_test.pl',
'TAO/orbsvcs/tests/Property , run_test.pl',
- 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
- 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100'
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
);
@@ -73,7 +76,10 @@ if ($^O eq "MSWin32") {
# NOT MINIMUM 'TAO/tests/Param_Test , run_test.pl',
# NOT MINIMUM 'TAO/tests/Param_Test , run_test.pl -i dii',
# NOT MINIMUM 'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl',
+ 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100'
# NOT MINIMUM 'TAO/performance-tests/Latency , run_test.pl',
+ 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
+# NOT MINIMUM 'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl',
'TAO/tests/OctetSeq , run_test.pl',
'TAO/tests/Multiple_Inheritance , run_test.pl',
'TAO/tests/MT_Client , run_test.pl',
@@ -87,7 +93,10 @@ if ($^O eq "MSWin32") {
'TAO/tests/POA/Destruction , run_test.pl',
'TAO/tests/IORManipulation , run_test.pl',
# NOT MINIMUM 'TAO/tests/Timeout , run_test.pl',
+# NOT MINIMUM 'TAO/tests/Timed_Buffered_Oneways , run_test.pl',
'TAO/tests/ORB_init , run_test.pl',
+# NOT MINIMUM 'TAO/examples/Buffered_Oneways , run_test.pl',
+# NOT MINIMUM 'TAO/examples/Buffered_AMI , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/Adapter_Activator , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/DSI , run_test.pl',
# NOT MINIMUM 'TAO/examples/POA/Default_Servant , run_test.pl',
@@ -118,8 +127,6 @@ if ($^O eq "MSWin32") {
'TAO/examples/Simple/echo , run_test.pl < Echo.idl',
# INTERACTIVE 'TAO/examples/Simple/chat , run_test.pl',
'TAO/orbsvcs/tests/Property , run_test.pl',
- 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
- 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100'
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
);
@@ -129,7 +136,10 @@ if ($^O eq "MSWin32") {
'TAO/tests/Param_Test , run_test.pl',
'TAO/tests/Param_Test , run_test.pl -i dii',
# NOT ST 'TAO/performance-tests/Cubit/TAO/IDL_Cubit , run_test.pl',
+# NOT ST 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100'
# NOT ST 'TAO/performance-tests/Latency , run_test.pl',
+ 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl',
+ 'TAO/performance-tests/RTCorba/Oneways/Reliable , run_test.pl',
'TAO/tests/OctetSeq , run_test.pl',
'TAO/tests/Multiple_Inheritance , run_test.pl',
# NOT ST 'TAO/tests/MT_Client , run_test.pl',
@@ -143,9 +153,11 @@ if ($^O eq "MSWin32") {
'TAO/tests/POA/Destruction , run_test.pl',
'TAO/tests/IORManipulation , run_test.pl',
'TAO/tests/Timeout , run_test.pl',
+ 'TAO/tests/Timed_Buffered_Oneways , run_test.pl',
'TAO/tests/ORB_init , run_test.pl',
'TAO/tests/DSI_Gateway , run_test.pl',
'TAO/examples/Buffered_Oneways , run_test.pl',
+ 'TAO/examples/Buffered_AMI , run_test.pl',
'TAO/examples/POA/Adapter_Activator , run_test.pl',
'TAO/examples/POA/DSI , run_test.pl',
'TAO/examples/POA/Default_Servant , run_test.pl',
@@ -176,8 +188,6 @@ if ($^O eq "MSWin32") {
'TAO/examples/Simple/echo , run_test.pl < Echo.idl',
# INTERACTIVE 'TAO/examples/Simple/chat , run_test.pl',
'TAO/orbsvcs/tests/Property , run_test.pl',
- 'TAO/performance-tests/POA/Object_Creation_And_Registration , run_test.pl'
-# NOT ST 'TAO/performance-tests/Cubit/TAO/MT_Cubit , run_test.pl -n 100'
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
);