summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-31 02:54:22 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-01-31 02:54:22 +0000
commit34a5b190313aa64d5b872b47b0a0d09bc11cff9f (patch)
tree86885ccec47620f95400f3773b95ab99c24f8d0e
parent6b547f0966c410d6e0622362f70334f0b837b662 (diff)
downloadATCD-34a5b190313aa64d5b872b47b0a0d09bc11cff9f.tar.gz
ChangeLogTag: Thu Jan 30 21:50:27 2003 Frank Hunleth <frank@hunleth.com>
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-03a8
-rw-r--r--ace/config-openbsd.h3
-rw-r--r--bin/auto_run_tests.lst4
4 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2367fb3a426..7fed9812586 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jan 30 21:50:27 2003 Frank Hunleth <frank@hunleth.com>
+
+ * ace/config-openbsd.h: Added ACE_LACKS_SETSCHED, since it turns
+ out that sched_setscheduler hasn't been implemented on OpenBSD.
+
+ * bin/auto_run_tests.lst: Disabled the MT_Cubit test for OpenBSD,
+ since it fails completely when sched_params returns an error.
+
Thu Jan 30 10:34:02 2003 Ossama Othman <ossama@uci.edu>
From Olivier Brunet <o.brunet@free.fr>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 2367fb3a426..7fed9812586 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,11 @@
+Thu Jan 30 21:50:27 2003 Frank Hunleth <frank@hunleth.com>
+
+ * ace/config-openbsd.h: Added ACE_LACKS_SETSCHED, since it turns
+ out that sched_setscheduler hasn't been implemented on OpenBSD.
+
+ * bin/auto_run_tests.lst: Disabled the MT_Cubit test for OpenBSD,
+ since it fails completely when sched_params returns an error.
+
Thu Jan 30 10:34:02 2003 Ossama Othman <ossama@uci.edu>
From Olivier Brunet <o.brunet@free.fr>
diff --git a/ace/config-openbsd.h b/ace/config-openbsd.h
index 8738398669b..f0edabffd19 100644
--- a/ace/config-openbsd.h
+++ b/ace/config-openbsd.h
@@ -226,6 +226,9 @@
#define ACE_HAS_SNPRINTF
+// OpenBSD 3.2 lacks sched_setscheduler (see /usr/src/lib/libc_r/TODO)
+#define ACE_LACKS_SETSCHED
+
// OpenBSD supports IPv6 by default, but ACE IPv6 code
// has compile errors.
//#define ACE_HAS_IPV6
diff --git a/bin/auto_run_tests.lst b/bin/auto_run_tests.lst
index 27eef3b55bf..66d0f3af014 100644
--- a/bin/auto_run_tests.lst
+++ b/bin/auto_run_tests.lst
@@ -14,7 +14,7 @@ TAO/tests/Param_Test/run_test.pl: !MINIMUM
TAO/tests/Param_Test/run_test_dii.pl: !MINIMUM
TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl: !MINIMUM !ST
TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test_lite.pl: !MINIMUM !ST !STATIC
-TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl: !ST
+TAO/performance-tests/Cubit/TAO/MT_Cubit/run_test.pl: !ST !OpenBSD
TAO/performance-tests/Latency/Single_Threaded/run_test.pl
TAO/performance-tests/Latency/Thread_Pool/run_test.pl: !ST
@@ -151,7 +151,7 @@ TAO/tests/ORT/run_test.pl: !MINIMUM !DISABLE_INTERCEPTORS
TAO/tests/Object_Loader/run_test.pl: !STATIC
TAO/examples/POA/Adapter_Activator/run_test.pl: !MINIMUM !SUNCC5_1
-TAO/examples/POA/POA_BiDir/run_test.pl: !MINIMUM
+TAO/examples/POA/POA_BiDir/run_test.pl: !MINIMUM
TAO/examples/POA/DSI/run_test.pl: !MINIMUM
TAO/examples/POA/Default_Servant/run_test.pl: !MINIMUM
TAO/examples/POA/Explicit_Activation/run_test.pl: !MINIMUM