Searched refs:ASL (Results 1 – 25 of 125) sorted by relevance
12345
/acpica-latest/tests/aslts/adm/BugState/ |
D | ALLBUGS_DUP | 8 …1| C | 419 | | | 100 | The ASL Compiler doesn't allow non-constant Time… 10 …3| C | 420 | | | 100 | The ASL Compiler should reject Switch operators … 18 …11| C | | | FIXED | | The ASL Compiler crashes on Create*Field for in… 33 …26| C | | | REJECTED | | The ASL Compiler doesn't forbid images of Strin… 38 …31| C | 422 | | | 100 | The ASL Compiler doesn't try to detect and reje… 39 …32| C | | | FIXED | | The ASL Compiler should reject the same and out… 40 …33| C | | | FIXED | | The ASL-compiler doesn't refuse the same descri… 42 …urce Descriptor Macro (specification, compilation error, to strengthen the ASL Compiler input cont… 43 …36| C | | | FIXED | | The ASL compiler should reject the VendorShort … 46 …39| C | | | | | The ASL Compiler fails on specific expressions … [all …]
|
D | ALLBUGS | 8 …1| C | 419 | | | 100 | The ASL Compiler doesn't allow non-constant Time… 10 …3| C | 420 | | | 100 | The ASL Compiler should reject Switch operators … 18 …11| C | | | FIXED | | The ASL Compiler crashes on Create*Field for in… 33 …26| C | | | REJECTED | | The ASL Compiler doesn't forbid images of Strin… 38 …31| C | 422 | | | 100 | The ASL Compiler doesn't try to detect and reje… 39 …32| C | | | FIXED | | The ASL Compiler should reject the same and out… 40 …33| C | | | FIXED | | The ASL-compiler doesn't refuse the same descri… 42 …urce Descriptor Macro (specification, compilation error, to strengthen the ASL Compiler input cont… 43 …36| C | | | FIXED | | The ASL compiler should reject the VendorShort … 46 …39| C | | | | | The ASL Compiler fails on specific expressions … [all …]
|
/acpica-latest/tests/aslts/ |
D | README | 4 ACPICA ASL grammar validation Test Suite (ASLTS) 8 ASL compiler and interpreter to the ACPI ASL grammar specification. The 11 from inside the test modules coded in ASL. The first local task is performed 16 particular ASL operator while the tests of 'complex' collection verify the 24 The ASL source code is compiled to AML code and then passed to 26 so called ASL-compilation control test collection, which check ability 27 of ASL compiler to reveal and report incorrect ASL code. 34 (option -r of ASL compiler) as well both normal and slack
|
D | HOW_TO_USE | 27 ASL - path to iASL compiler: (example) 29 > export ASL="c:/acpica/libraries/iasl.exe" 122 Line (a) shows the run time in seconds measured by the ASL Timer operator. 232 How to use ASL-compilation control test collection 235 The tests for the ASL Compiler to check its ability to detect, report and 236 reject wrong ASL code are contained in this directory: 243 The tests contain ASL code with compile errors such that no output AML files 244 are expected. Expected are Warning and Error messages to be reported by ASL 245 Compiler for the incorrect ASL code. When implemented, the utility should 246 parse the output of the ASL Compiler for these files to verify the presence
|
D | TESTS | 23 5 | extern | ASL compiler controls | 66 18 | badasl | ASL-incorrect tests compiled with -f option of ASL | 105 1 | bdemof | The same but the tests which require -f option of ASL | 132 0 | dynobj | The ASL Dynamical Object support test |
|
D | HOW_TO_INSTALL | 19 The actual AML code of the individual ASL tests are placed in the following 44 For test generation, the environment variable 'ASL' should be set to the 49 > export ASL="c:/acpica/libraries/iasl.exe"
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0072_ASL/ |
D | DECL.asl | 32 * SUMMARY: The ASL Compiler program returns improper status after compiling invalid ASL code 35 * The ASL compiler returns zero (SUCCESS) while reporting Errors 40 * to check the resulting status of ASL compilation. It may be 41 * a set of a little ASL-code files each forcing one specified 43 * a control script run in cycle compilation of those ASL codes 44 * and verifies the return code of ASL-compiler and distinguish
|
/acpica-latest/tests/aslts/src/ |
D | README | 8 ASL-compilation control test collection. The tests check ability 9 of ASL compiler to reveal and report incorrect ASL code. No AML code 15 The tests of these collections are correct ASL codes which should
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/ |
D | README | 9 ASL-incorrect tests compiled with -f option of ASL. 11 on the ASL compilation stage. 13 ASL Compiler:
|
/acpica-latest/source/compiler/ |
D | readme.txt | 10 Generation of the ASL compiler from source code requires these items: 21 1) The ASL compiler source. 90 to compile ASL source files. The output is sent to the VC output 125 3) Integrating iASL into a Visual Studio ASL project build 128 This procedure creates a project that compiles ASL files to AML. 130 a) Create a new, empty project and add your .ASL files to the project 132 b) For all ASL files in the project, specify a custom build (under
|
/acpica-latest/tests/ |
D | aslts.sh | 65 unset ASL 69 export ASL=$tmp_iasl 134 $ASL -T all 2> /dev/null 149 version=`$ASL | grep version | awk '{print $5}'`
|
/acpica-latest/tests/aslts/bin/ |
D | Do | 615 if [ ! -f $ASL ]; then 616 do_exit 1 "Bad iASL 1: <$ASL> does not exist" 618 x=`$ASL -version | grep "Compiler/Disassembler version"` 621 do_exit 1 "Bad iASL 2: bad signon <$ASL>" 625 do_exit 1 "Bad iASL 3: could not get version <$ASL>" 747 if [ ! -f "$ASL" ]; then
|
/acpica-latest/tests/templates/ |
D | Makefile | 15 $(ASL) -p `basename $@` $< > /dev/null 2> /dev/null 21 $(ASL) -d $< > /dev/null 2> /dev/null 25 $(ASL) $< > /dev/null 2> /dev/null
|
/acpica-latest/generate/unix/ |
D | readme.txt | 86 3) acpihelp, syntax help for ASL operators and reserved names 88 acpihelp displays the syntax for all of the ASL operators, as well 89 as information about the ASL/ACPI reserved names (4-char names that 116 7) iasl, an optimizing ASL compiler/disassembler 118 iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/ |
D | README | 7 of groups of ASL operators. 9 Name of directory Name of group of ASL operators 17 5 | extern | ASL compiler controls |
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0227_ASL/ |
D | MAIN.asl | 36 * Demo of ASL-incorrectness, - "// comment in the last line". 38 * If the last line of ASL-file ends with the comment (in our case 51 * ASL Optimizing Compiler / AML Disassembler version 20040527 [May 27 2004] 58 * ASL Input: gr4.asl - 36 lines, 1494 bytes, 0 keywords
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/badasl/ |
D | badasl.asl | 31 * the -f option on the ASL compilation 34 * (ASL-incorrect tests compiled with -f option of ASL) 36 * ASL Compiler: 66 * ACPICA ASL Compiler run with -f option replaces the specified 68 * PackageList. So - no exceptions. We can't specify the ASL
|
/acpica-latest/tests/aslts/src/compilation/ |
D | README | 4 ASL-compilation control test collection 9 ASL-compilation control test collection
|
/acpica-latest/tests/aslts/doc/plan/ |
D | OperatorsHaveNoSeparateTests | 6 Below are enumerated all the ASL operators 35 instrumentation" supplying the ASL tests with the 85 basing on the conditional #if ASL compilation which is 94 but not comprehensive - there is no #if ASL ability,
|
/acpica-latest/tests/aslts/src/compilation/collection/ |
D | README | 4 ASL-compilation control test collection 7 to the groups of ASL operators which are examined.
|
D | region.asl | 46 // Invalid RegionSpaceKeyword, should cause ASL compiler's 57 // ASL compiler's diagnostics like: 65 // ASL compiler's diagnostics like:
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0233_ASL/ |
D | DECL.asl | 32 …* SUMMARY: An invalid non-ASCII letter in declaration passed to ASL Compiler by Include operator c… 37 * and it causes hang of ASL Compiler in case this definition 38 * is passed to ASL Compiler by Include operator.
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/ |
D | DECL.asl | 32 * SUMMARY: The ASL Compiler fails and reports a large number of "Recursive method call" remarks 34 * While compiling full test the ASL compiler results in Error: 41 * ASL Optimizing Compiler / AML Disassembler version 20041210 [Dec 10 2004]
|
/acpica-latest/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/ |
D | README | 9 The ASL Dynamical Object support tests. 11 during interpretation of different ASL expressions and
|
/acpica-latest/tests/aslts/doc/docs/ |
D | TestOfOperands | 18 ASL tests. 20 All the ASL declarartions allowed by the ASL compiler have to 37 see some ASL functionality is involved by test repeatedly though 49 the ASL operators. Then the next aspect should be taken separately and 78 delivering operands to ASL operators. The following section describes the 90 All the vatiety of ways specifying the immediate images of ASL objects 312 REALITY, LIMITATIONS OF ACPICA ASL 315 But there are several limitations of ACPICA ASL which make 322 Elements of ASL Package could be only Integer, String, Buffer 347 (and aspects) of operands for all the ASL operators, because the ASL [all …]
|
12345