disturb
other concurrent tests (see KC21-017). They have been rewritten on the
trunk
to work correctly without impacting other tests.
Subversion-branch: /branches/polyorb/2.8
Subversion-revision: 182817
parameter
sources are registered earlier so that they override static sources.
(System.Parameters.Static, System.Partition_Interface.The_DSA_Source):
Register these parameter sources later than the above ones to ensure
that
the latter override the former.
(System.Partition_Interface.Initialize_Parameters): Set local access
point
information according to self_location and, in the case of an embedded
name
server, of boot_location; set name server location from boot_location.
(XE_Back.PolyORB.Initilalize_Parameters): Add parameters identifying the
main partition and the nameserver kind.
KA26-015
Subversion-branch: /trunk/polyorb
Subversion-revision: 180641
we do not want the possible type conversions involved in creating
wrapper
Any's for these variables to generate validity check failures.
Fixes failures on ALL_TYPES with full validity checks.
Subversion-branch: /trunk/polyorb
Subversion-revision: 180539
Receive_Socket raises an exception. This must be taken into account as
a case of invalid TE.
Fixes OBJECT_0 failure on XP.
Subversion-branch: /trunk/polyorb
Subversion-revision: 180525
the
temp files have the same name, and that causes duplicates, which cause
Insert
to crash.
KA13-016
Subversion-branch: /trunk/polyorb
Subversion-revision: 180076
Remove the -Werror flag, because we're getting some warnings in C code,
and
it's not 100% clear how to fix them, because the relevant .h files
differ
across machines.
For KA06-001.
Subversion-branch: /trunk/polyorb
Subversion-revision: 179999
(Open_Source): Open the file in Binary rather than Text mode, because
otherwise
we don't know what size buffer to allocate and how many bytes to read.
On
windows, CR characters are deleted by Text mode, and that messes up the
count.
(Iterate_Lines): Deal with windows-style (CRLF) line endings, since
we're now
using binary mode.
Fixes KA06-002.
Subversion-branch: /trunk/polyorb
Subversion-revision: 179998