summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-03a9
-rw-r--r--bin/auto_run_tests.lst2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8edcf2d994c..ad3f0c767d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sat Feb 1 09:34:45 2003 Ossama Othman <ossama@uci.edu>
+
+ * bin/auto_run_tests.lst:
+
+ Disable TAO's IORInterceptor test for the GIOP 1.0 build
+ configuration. The test requires IOR tagged components that are
+ not supported in GIOP 1.0. Fixes a false positive in our
+ scoreboard.
+
Fri Jan 31 12:55:26 2003 Frank Hunleth <frank@hunleth.com>
* tests/Reactor_Exceptions_Test.cpp (worker): Added #if defined
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 8edcf2d994c..ad3f0c767d6 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,12 @@
+Sat Feb 1 09:34:45 2003 Ossama Othman <ossama@uci.edu>
+
+ * bin/auto_run_tests.lst:
+
+ Disable TAO's IORInterceptor test for the GIOP 1.0 build
+ configuration. The test requires IOR tagged components that are
+ not supported in GIOP 1.0. Fixes a false positive in our
+ scoreboard.
+
Fri Jan 31 12:55:26 2003 Frank Hunleth <frank@hunleth.com>
* tests/Reactor_Exceptions_Test.cpp (worker): Added #if defined
diff --git a/bin/auto_run_tests.lst b/bin/auto_run_tests.lst
index 66d0f3af014..63d3e41f5b8 100644
--- a/bin/auto_run_tests.lst
+++ b/bin/auto_run_tests.lst
@@ -141,7 +141,7 @@ TAO/tests/InterOp-Naming/run_test.pl: !MINIMUM
TAO/tests/Multiple/run_test.pl: !SUNCC5_1
TAO/tests/Exposed_Policies/run_test.pl: !MINIMUM !ST !Linux
TAO/tests/Portable_Interceptors/Dynamic/run_test.pl: !MINIMUM !DISABLE_INTERCEPTORS
-TAO/tests/Portable_Interceptors/IORInterceptor/run_test.pl: !MINIMUM !DISABLE_INTERCEPTORS
+TAO/tests/Portable_Interceptors/IORInterceptor/run_test.pl: !MINIMUM !DISABLE_INTERCEPTORS !GIOP10
TAO/tests/Portable_Interceptors/ForwardRequest/run_test.pl: !MINIMUM !DISABLE_INTERCEPTORS
TAO/tests/Portable_Interceptors/Service_Context_Manipulation/run_test.pl: !MINIMUM !DISABLE_INTERCEPTORS
TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/run_test.pl: !MINIMUM !DISABLE_INTERCEPTORS