Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / CDR / README
blob115c4b60e10a57041632c14a9bc8575f8e4925d1
3 This directory contains the following tests for the CDR stream class;
5         . basic_types
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.
11         . growth
13           Helps measure how the growth strategy affects the
14           performance of CDR streams.
16         . tc
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
21           their CDR buffers.
23         . allocator
25           Measure the performance and predictability of TSS vs. global
26           allocators.
28         . alignment
30           A test for a very subtle alignment problem on the octet
31           sequence optimizations.  Does not happen now, but this is
32           the regression test.