• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

DECL.aslD04-Jan-20251.9 KiB3231

DECL_5UP.aslD04-Jan-20251.9 KiB3231

DECL_6UP.aslD04-Jan-20251.9 KiB3231

DECL_7UP.aslD04-Jan-20251.8 KiB3331

MT_DECL.aslD04-Jan-20251.9 KiB3332

READMED04-Jan-2025861 3420

abbu_common.aslD04-Jan-20254.2 KiB136119

common.aslD04-Jan-202558.8 KiB2,2432,017

ehandle.aslD04-Jan-202525.3 KiB1,134987

mt_runpoint.aslD04-Jan-20252.8 KiB6765

runmode.aslD04-Jan-202525.5 KiB569543

runpoint.aslD04-Jan-20252.7 KiB6765

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