blob: 115c4b60e10a57041632c14a9bc8575f8e4925d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
This directory contains the following tests for the CDR stream class;
. basic_types
Simply encodes a lot of CORBA::Octets, CORBA::Short and
CORBA::Long into a CDR stream and then decodes them;
verifying that the same results are obtained.
. growth
Helps measure how the growth strategy affects the
performance of CDR streams.
. tc
TAO implements TypeCodes using a CDR buffer (this was
inherited from the Sun IIOP engine), this test verifies that
some of the basic TypeCodes actually are able to interpret
their CDR buffers.
. allocator
Measure the performance and predictability of TSS vs. global
allocators.
. alignment
A test for a very subtle alignment problem on the octet
sequence optimizations. Does not happen now, but this is
the regression test.
|