summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-28 03:57:46 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-28 03:57:46 +0000
commit772617f8c200a77e6f4e4c15272646a7af928b70 (patch)
tree9b7853a60c482802b758abc93e16dabde29ad7e9
parent554c530226354c0ec9d6ab33348d6281a4f61d58 (diff)
downloadATCD-772617f8c200a77e6f4e4c15272646a7af928b70.tar.gz
ChangeLogTag:Tue Mar 27 19:54:11 2001 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-02a8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--bin/auto_run_tests.lst5
4 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 009f1da96c1..aceac7e87b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Mar 27 19:54:11 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * bin/auto_run_tests.lst:
+ Disable POA/On_Demand_Loading and POA/Loader for Linux/KCC
+ builds, because that compiler has problems with destructors
+ after dynamic loading.
+ Also add the new Hello test to the nightly regression tests.
+
Tue Mar 27 19:43:39 2001 Carlos O'Ryan <coryan@uci.edu>
* include/makeinclude/platform_linux.GNU:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 009f1da96c1..aceac7e87b7 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Tue Mar 27 19:54:11 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * bin/auto_run_tests.lst:
+ Disable POA/On_Demand_Loading and POA/Loader for Linux/KCC
+ builds, because that compiler has problems with destructors
+ after dynamic loading.
+ Also add the new Hello test to the nightly regression tests.
+
Tue Mar 27 19:43:39 2001 Carlos O'Ryan <coryan@uci.edu>
* include/makeinclude/platform_linux.GNU:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 009f1da96c1..aceac7e87b7 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Tue Mar 27 19:54:11 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * bin/auto_run_tests.lst:
+ Disable POA/On_Demand_Loading and POA/Loader for Linux/KCC
+ builds, because that compiler has problems with destructors
+ after dynamic loading.
+ Also add the new Hello test to the nightly regression tests.
+
Tue Mar 27 19:43:39 2001 Carlos O'Ryan <coryan@uci.edu>
* include/makeinclude/platform_linux.GNU:
diff --git a/bin/auto_run_tests.lst b/bin/auto_run_tests.lst
index 9263f92fa27..319e87351e7 100644
--- a/bin/auto_run_tests.lst
+++ b/bin/auto_run_tests.lst
@@ -31,6 +31,7 @@ TAO/tests/RTCORBA/Server_Protocol/run_test.pl: !MINIMUM
TAO/tests/RTCORBA/Client_Protocol/run_test.pl: !MINIMUM
TAO/tests/RTCORBA/Private_Connection/run_test.pl: !MINIMUM
TAO/tests/RTCORBA/Explicit_Binding/run_test.pl: !MINIMUM
+TAO/tests/Hello/run_test.pl
TAO/tests/Muxing/run_test.pl: !ST
TAO/tests/MT_Client/run_test.pl: !ST
TAO/tests/MT_Server/run_test.pl: !ST
@@ -80,9 +81,9 @@ TAO/examples/POA/FindPOA/run_test.pl: !MINIMUM
TAO/examples/POA/Forwarding/run_test.pl: !MINIMUM
TAO/examples/POA/NewPOA/run_test.pl: !MINIMUM
TAO/examples/POA/On_Demand_Activation/run_test.pl: !MINIMUM !STATIC
-TAO/examples/POA/On_Demand_Loading/run_test.pl: !MINIMUM !STATIC
+TAO/examples/POA/On_Demand_Loading/run_test.pl: !MINIMUM !STATIC !KCC_Linux
TAO/examples/POA/Reference_Counted_Servant/run_test.pl
-TAO/examples/POA/Loader/run_test.pl: !MINIMUM !STATIC
+TAO/examples/POA/Loader/run_test.pl: !MINIMUM !STATIC !KCC_Linux
TAO/examples/POA/RootPOA/run_test.pl
TAO/examples/Simple/bank/run_test.pl
TAO/examples/Simple/grid/run_test.pl