ACATS 3.0 User's Guide
4.3.1 Legacy Naming
The name of a legacy
test is composed of seven or eight characters. Each character position
serves a specific purpose as described in the table below. The first
column identifies the character position(s) starting from the left, the
second column gives the kind of character allowed, and the third gives
the corresponding meaning:
Position | Kind | Meaning
|
---|
1 | Letter | Test
class (see Section 4.2)
|
2 | Hexadecimal | AIG
chapter containing the test objective
|
3 | Hexadecimal | Section
within the above AIG chapter
|
4 | Alphanumeric | Sub-section
of the above AIG section
|
5-6 | Decimal | Number
of the test objective within the above sub-section
|
7 | Letter | Letter
identifier of the sub-objective of the above objective.
|
8 | Alphanumeric | optional
– Compilation sequence identifier — indicates the compilation
order of multiple files that make up a single test. This position is
used only if the test comprises multiple files.
|
The convention is illustrated below.
Legacy
File Name Convention
In multiple file tests, the intended order of compilation
is indicated by a numeral at position 8. The first file to be compiled
has '0', the second has '1', and so forth.
The chapter and section numbers of the AIG (ACVC
Implementer's Guide) correspond to those in
[Ada83].
Note: The use of a ninth character ('m') to indicate
the file containing the main subprogram has been discontinued. The following
table lists the files containing the main subprograms of the legacy multiple
file tests.
AD7001C0.ADA | BA1010K0.ADA | C38108C1.ADA | CA2008A0.ADA |
|
AD7001D0.ADA | BA1010L0.ADA | C38108D0.ADA | CA2009C0.ADA |
|
B38103C3.ADA | BA1010M0.ADA | C39006C0.ADA | CA2009F0.ADA |
|
B38103E0.ADA | BA1010N0.ADA | C39006F3.ADA | CA3011A4.ADA |
|
B63009C3.ADA | BA1010P0.ADA | C64005D0.ADA | CA5003A6.ADA |
|
B73004B0.ADA | BA1010Q0.ADA | C83022G0.ADA | CA5003B5.ADA |
|
B83003B0.ADA | BA1011B0.ADA | C83024E1.ADA | CA5004B1.ADA |
|
B83004B0.ADA | BA1011C0.ADA | C83F01C2.ADA | CC3019B2.ADA |
|
B83004C2.ADA | BA1020A0.ADA | C83F01D0.ADA | CC3019C2.ADA |
|
B83004D0.ADA | BA1020B6.ADA | C83F03C2.ADA | LA5001A7.ADA |
|
B83024F0.ADA | BA1020C0.ADA | C83F03D0.ADA | LA5007A1.ADA |
|
B83E01E0.ADA | BA1020F2.ADA | C86004B2.ADA | LA5007B1.ADA |
|
B83E01F0.ADA | BA1101B0.ADA | C86004C2.ADA | LA5007C1.ADA |
|
B86001A1.ADA | BA1101C2.ADA | CA1011A6.ADA | LA5007D1.ADA |
|
B95020B2.ADA | BA1109A2.ADA | CA1012A4.ADA | LA5007E1.ADA |
|
BA1001A0.ADA | BA1110A1.ADA | CA1012B4.ADA | LA5007F1.ADA |
|
BA1010A0.ADA | BA2001F0.ADA | CA1013A6.ADA | LA5007G1.ADA |
|
BA1010B0.ADA | BA2003B0.ADA | CA1014A0.ADA | LA5008A1.ADA |
|
BA1010C0.ADA | BA2011A1.ADA | CA1020E3.ADA | LA5008B1.ADA |
|
BA1010D0.ADA | BA3001A0.ADA | CA1022A6.ADA | LA5008C1.ADA |
|
BA1010E0.ADA | BA3001B0.ADA | CA1102A2.ADA | LA5008D1.ADA |
|
BA1010F0.ADA | BA3001C0.ADA | CA2001H3.ADA | LA5008E1.ADA |
|
BA1010G0.ADA | BA3001E0.ADA | CA2002A0.ADA | LA5008F1.ADA |
|
BA1010H0.ADA | BA3001F0.ADA | CA2003A0.ADA | LA5008G1.ADA |
|
BA1010I0.ADA | BA3006A6.ADA | CA2004A0.ADA | |
|
BA1010J0.ADA | BA3006B4.ADA | CA2007A0.ADA | |
|
The file name extension
is three characters long. There are four extensions:
.ada
A file that contains only Ada code. It does not require any pre-processing
to create a compilable test. It will be submitted directly to the implementation
for determination of test results. All implementations must correctly
process these tests.
.dep
A file that has a test involving implementation-dependent features of
the language. These tests may not apply to all implementations.
.tst
A file that has "code" that is not quite Ada; it contains "macro"
symbols to be replaced by implementation-dependent values, and it must
be customized (macro expanded) to prepare it for compilation (see Section
5.2.2). Once customized, the resulting test
must be processed as indicated by its class.
.adt
A file that has been modified by the macro processor. It contains only
Ada code and may be submitted to the implementation for results. All
implementations must correctly process these tests. There are no files
in the ACATS distribution with this extension; they are only produced
as the output of the macro processor.
Modern tests use different file name extensions (see
4.3.2).
Note
that legacy tests have not been renamed for ACATS 3.0. Since [Ada95]
includes some organizational differences from [Ada83],
this means that the name of a legacy test sometimes will not correspond
to the clause of [Ada95] in which the tested
feature is described.