• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..25-Jul-20197

abbu_common.aslH A D25-Jul-20192.2 KiB

common.aslH A D25-Jul-201943.6 KiB

DECL.aslH A D25-Jul-20191.7 KiB

DECL_5UP.aslH A D25-Jul-20191.7 KiB

DECL_6UP.aslH A D25-Jul-20191.8 KiB

DECL_7UP.aslH A D25-Jul-20191.8 KiB

ehandle.aslH A D25-Jul-201916.3 KiB

MT_DECL.aslH A D25-Jul-20191.8 KiB

mt_runpoint.aslH A D25-Jul-20192.5 KiB

READMEH A D25-Jul-2019861

runmode.aslH A D25-Jul-201921.2 KiB

runpoint.aslH A D25-Jul-20192.4 KiB

README

1
2CONTENTS
3
4   common control of test run
5
6common.asl
7
8   objects of common use provide the common control
9   of test run, provide the uniform structure of all
10   run-time tests
11
12ehandle.asl
13
14   exceptional conditions support
15
16runmode.asl
17
18   1. It is no longer utilized though available
19
20   Set up the particular desirable set of tests to be run
21   (have effect only when running a group of test cases or
22   even collections) such as all Functional tests, all Complex
23   tests, all Exceptions tests or Full test (all enumerated
24   above tests) compiled all as one DefinitionBlock.
25   See additional comments in runmode.asl file.
26
27   2. Variables which disable/enable pieces of tests.
28
29   This serves different purposes - to prevent crashes,
30   hangs, and so on. All these variables must be finally
31   set to non-zero - so enabling all the excluded now tests.
32
33
34