summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-01-13 22:08:06 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-01-13 22:08:06 +0000
commit1f5b83aae5452fb079b1929e82ab4854da71504a (patch)
tree5081f12905cbfba0ecd3db49762876230167df41 /bin
parent251efa80f3821dc67c81ea250c397c36558a036f (diff)
downloadATCD-1f5b83aae5452fb079b1929e82ab4854da71504a.tar.gz
ChangeLogTag: Thu Jan 13 16:06:19 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/auto_compile8
-rwxr-xr-xbin/run_all.pl7
-rw-r--r--bin/run_all_list.pm68
3 files changed, 78 insertions, 5 deletions
diff --git a/bin/auto_compile b/bin/auto_compile
index dc405080ef5..2b3009ad198 100755
--- a/bin/auto_compile
+++ b/bin/auto_compile
@@ -40,6 +40,7 @@ $CMD = basename($0);
$single_threaded = 0;
$minimum_corba = 0;
+$ami = 0;
$dont_update = 0;
$dont_run = 0;
$pre_realclean = 0;
@@ -59,7 +60,10 @@ while ($#ARGV >= 0) {
} elsif ($ARGV[0] eq "-minimum_corba") {
$minimum_corba = 1;
shift;
- } elsif ($ARGV[0] eq "-build_list") {
+ } elsif ($ARGV[0] eq "-ami") {
+ $ami =1;
+ shift;
+ }elsif ($ARGV[0] eq "-build_list") {
shift;
@BUILD_LIST = split (/,/, $ARGV[0]);
shift;
@@ -366,6 +370,8 @@ if ($dont_run == 0) {
@LIST = @SINGLE_THREADED_LIST;
} elsif ($minimum_corba) {
@LIST = @MINIMUM_CORBA_LIST;
+ } elsif ($ami) {
+ @LIST = @AMI_CORBA_LIST;
}
foreach $i (@LIST) {
diff --git a/bin/run_all.pl b/bin/run_all.pl
index 950b61d0e2c..dfa4841262c 100755
--- a/bin/run_all.pl
+++ b/bin/run_all.pl
@@ -30,7 +30,7 @@ $minimum_corba = 0;
$dont_run = 0;
$report_success = 0;
$debug = 0;
-
+$ami=0
@ARGS = ();
while ($#ARGV >= 0) {
if (!($ARGV[0] =~ m/-/)) {
@@ -42,6 +42,9 @@ while ($#ARGV >= 0) {
} elsif ($ARGV[0] eq "-minimum_corba") {
$minimum_corba = 1;
shift;
+ } elsif ($ARGV[0] eq "-ami") {
+ $ami = 1;
+ shift;
} elsif ($ARGV[0] eq "-report_success") {
$report_success = 1;
shift;
@@ -149,6 +152,8 @@ if ($dont_run == 0) {
@LIST = @SINGLE_THREADED_LIST;
} elsif ($minimum_corba) {
@LIST = @MINIMUM_CORBA_LIST;
+ } elsif ($ami) {
+ @LIST = @AMI_CORBA_LIST;
}
$DIR = $ENV{'PWD'};
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm
index 8f313fd71b4..259bdb2cf36 100644
--- a/bin/run_all_list.pm
+++ b/bin/run_all_list.pm
@@ -67,8 +67,8 @@ 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',
-# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
-# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
+ 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane',
+ 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
);
@MINIMUM_CORBA_LIST =
@@ -192,5 +192,67 @@ if ($^O eq "MSWin32") {
# FAILS 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
);
-
+@AMI_CORBA_LIST =
+ ( $ace_tests,
+ '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',
+ 'TAO/tests/MT_Server , run_test.pl',
+ 'TAO/tests/Faults , run_test.pl',
+ 'TAO/tests/NestedUpcall/Simple , run_test.pl',
+ 'TAO/tests/NestedUpcall/MT_Client_Test , run_test.pl',
+ 'TAO/tests/NestedUpcall/Triangle_Test , run_test.pl',
+ 'TAO/tests/POA/Identity , run_test.pl',
+ 'TAO/tests/POA/Deactivation , run_test.pl',
+ '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/tests/AMI , 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',
+ 'TAO/examples/POA/Explicit_Activation , run_test.pl',
+ 'TAO/examples/POA/FindPOA , run_test.pl',
+ 'TAO/examples/POA/Forwarding , run_test.pl',
+ 'TAO/examples/POA/NewPOA , run_test.pl',
+ 'TAO/examples/POA/On_Demand_Activation , run_test.pl',
+ 'TAO/examples/POA/On_Demand_Loading , run_test.pl',
+ 'TAO/examples/POA/Reference_Counted_Servant , run_test.pl',
+ 'TAO/examples/POA/Loader , run_test.pl',
+ 'TAO/examples/POA/RootPOA , run_test.pl',
+ 'TAO/examples/POA/Adapter_Activator , run_test.pl',
+ 'TAO/examples/Simple/bank , run_test.pl',
+ 'TAO/examples/Simple/grid , run_test.pl',
+ 'TAO/examples/Simple/time-date , run_test.pl',
+ 'TAO/examples/Simple/time , run_test.pl',
+ 'TAO/examples/Load_Balancing , run_test.pl',
+ 'TAO/orbsvcs/tests/Simple_Naming , run_test.pl',
+ 'TAO/orbsvcs/tests/Trading , run_test.pl',
+ 'TAO/orbsvcs/tests/Event/Basic , run_test.pl',
+ 'TAO/orbsvcs/tests/Event/Performance , run_test.pl',
+ 'TAO/orbsvcs/tests/EC_Basic , run_test.pl',
+ 'TAO/orbsvcs/tests/EC_Custom_Marshal , run_test.pl',
+ 'TAO/orbsvcs/tests/EC_Throughput , run_test.pl',
+# BREAKS LINUX 'TAO/orbsvcs/tests/EC_Mcast , run_test.pl',
+# FAILS 'TAO/orbsvcs/tests/EC_Multiple , run_test.pl',
+ 'TAO/orbsvcs/tests/Event_Latency , run_test.pl',
+ '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/orbsvcs/tests/ImplRepo , run_test.pl airplane',
+ 'TAO/orbsvcs/tests/ImplRepo , run_test.pl airplane_ir',
+ );
1;