summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3000_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-09-05 07:56:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-09-05 07:56:47 +0000
commite04963ea715cd93d557593c1a523cbdb66e6ecb7 (patch)
treeb2a8cd5cd3d14c1cc27646c46c060fa1dc4be129 /TAO/tests/Bug_3000_Regression
parent7cbf7b710a05d69843768fa51367f2e4d65f753c (diff)
downloadATCD-e04963ea715cd93d557593c1a523cbdb66e6ecb7.tar.gz
Thu Sep 5 07:55:57 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_2174_Regression/run_test.pl: * tests/Bug_3000_Regression/run_test.pl: * tests/Bug_3531_Regression/run_test.pl: * tests/Bug_3853_Regression/run_test.pl: * tests/Bug_4010_Regression/run_test.pl: * tests/Exposed_Policies/run_test.pl: * tests/HandleExhaustion/run_test.pl: * tests/Hang_Shutdown/run_test.pl: * tests/Muxed_GIOP_Versions/run_test.pl: * tests/OBV/TC_Alignment/run_test.pl: * tests/Optimized_Connection/run_test.pl: * tests/Server_Connection_Purging/run_test.pl: * tests/TransportCurrent/Framework/run_test.pl: * tests/TransportCurrent/IIOP/run_test.pl: Fixes for the Android port commit f90a0bf55e83d6565d0641ea0ba2fe2209f5305a Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:41:29 2013 +0200 Copy conf files to target * TAO/tests/Exposed_Policies/run_test.pl: commit 25b050b9725f79351a75f48cdf978ae236702a70 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:35:23 2013 +0200 Also with the second spawn of the server pass the filename it should use for the IOR * TAO/tests/Hang_Shutdown/run_test.pl: commit 6f0b01d790c1628e81e67c93c4db9f6f3ac37d71 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:14:44 2013 +0200 Removed printing of CommandLine, test framework can do that at a lower level and this method isn't supported on Android currently * TAO/tests/Bug_3000_Regression/run_test.pl: * TAO/tests/Bug_3531_Regression/run_test.pl: * TAO/tests/Bug_3853_Regression/run_test.pl: * TAO/tests/Bug_4010_Regression/run_test.pl: * TAO/tests/Muxed_GIOP_Versions/run_test.pl: * TAO/tests/OBV/TC_Alignment/run_test.pl: * TAO/tests/Server_Connection_Purging/run_test.pl: * TAO/tests/TransportCurrent/Framework/run_test.pl: * TAO/tests/TransportCurrent/IIOP/run_test.pl: commit d5ebcd70308dbb06f97b98764038e2fdb13899e0 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Aug 23 15:13:08 2013 +0200 Improved these scripts so that they will better behave on Android * TAO/tests/Bug_2174_Regression/run_test.pl: * TAO/tests/HandleExhaustion/run_test.pl: * TAO/tests/Optimized_Connection/run_test.pl:
Diffstat (limited to 'TAO/tests/Bug_3000_Regression')
-rwxr-xr-xTAO/tests/Bug_3000_Regression/run_test.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tests/Bug_3000_Regression/run_test.pl b/TAO/tests/Bug_3000_Regression/run_test.pl
index 290a652f090..b5630b00857 100755
--- a/TAO/tests/Bug_3000_Regression/run_test.pl
+++ b/TAO/tests/Bug_3000_Regression/run_test.pl
@@ -57,8 +57,6 @@ $CL2 = $client2->CreateProcess ("client",
"-ORBDottedDecimalAddresses 2 " .
"-ORBEndpoint iiop://:$port2");
-print $SV->CommandLine() . "\n";
-
$server_status = $SV->Spawn ();
if ($server_status != 0) {
@@ -91,8 +89,6 @@ if ($client2->PutFile ($iorfile) == -1) {
exit 1;
}
-print $CL1->CommandLine() . "\n";
-
$client_status = $CL1->SpawnWaitKill ($client1->ProcessStartWaitInterval() + 45);
# The client crashes, therefore it normally exists with status != 0,
@@ -102,8 +98,6 @@ if ($client_status == -1) {
$status = 1;
}
-print $CL2->CommandLine() . "\n";
-
$client_status = $CL2->SpawnWaitKill ($client2->ProcessStartWaitInterval() + 45);
# The client crashes, therefore it normally exists with status != 0,