3 This directory contains the following tests for the CDR stream class;
7 Simply encodes a lot of CORBA::Octets, CORBA::Short and
8 CORBA::Long into a CDR stream and then decodes them;
9 verifying that the same results are obtained.
13 Helps measure how the growth strategy affects the
14 performance of CDR streams.
18 TAO implements TypeCodes using a CDR buffer (this was
19 inherited from the Sun IIOP engine), this test verifies that
20 some of the basic TypeCodes actually are able to interpret
25 Measure the performance and predictability of TSS vs. global
30 A test for a very subtle alignment problem on the octet
31 sequence optimizations. Does not happen now, but this is