1CONTENTS
2
3   The tests to demonstrate the encountered bugs of ACPICA and
4   prove their actual fixes. Pass of the test means the relevant
5   bug has been fixed. All the useful additional tests designed
6   during the work on bug fixes and related to those bug's nearest
7   conditions could be accumulated here as well.
8
9N      - internal number of bug
10
11N_ASL  - demo test for iASL type bug,
12         no .aml result code is expected or produced,
13         nothing to verify in run-mode.
14         Should be checked separately by running iASl
15         and checking the result of compilation.
16
17N_SPEC - bug of specification
18
19N_ML   - demo test for Memory leak type bug,
20         usually contains the program allowing to compare
21         (to visually observe) the rate of execution before
22         and after fixing the bug
23
24N      - independing on the actual component producing bug #N there
25         is an .aml result code of compilation of test which performs
26         some operations and verifies their results, so should be run.
27         PASS result of run means the bug #N has been fixed.
28
29ASL_RUNTIME
30
31       - when bug of iASL has been fixed add this test to bdemo/bdemo
32         to run it too
33
34ACTION_REQUIRED
35
36       - could not be run automatically,
37         to check this bug-fix some actions are required
38
39DEMO_IMPOSSIBLE
40
41       - impossible to verify bug-fix, so no demo test provided
42
43bdemo
44
45   to compile all the bdemo tests as one DefinitionBlock
46
47bdemof
48
49   to compile all the bdemof tests as one DefinitionBlock
50
51   The tests require utilyzing of the -f option on the ASL
52   compilation stage.
53
54   ASL Compiler:
55
56      -f  -  Ignore errors, force creation of AML output file(s)
57
58
59
60