summaryrefslogtreecommitdiff
path: root/tests/misc
Commit message (Collapse)AuthorAgeFilesLines
* ASLTS: Update all copyrights to 2018Robert Moore2018-01-041-1/+1
| | | | All ASL code in the test suite.
* ASLTS: Automated cleanup, no functional changesRobert Moore2018-01-043-19/+16
| | | | Mostly trailing spaces and extra lines at EOF.
* Tests: Fix an incorrect argument countRobert Moore2017-07-271-1/+1
| | | | | The _ERR method requires three arguments, not two. Eliminates a warning message.
* ASLTS: misc: adding ASL/ASL+ converter sampleErik Schmauss2017-05-311-0/+84
| | | | Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
* Tests: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
| | | | Affects all source files.
* Grammar test: Deploy __LINE__ macro to simplify debuggingRobert Moore2016-11-181-74/+75
| | | | ERR_ method now accepts __LINE__ from caller
* Tests: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
| | | | Affects all source files.
* Update grammar.asl testRobert Moore2015-12-181-2/+4
| | | | A couple of small updates.
* Update test file permissions (2)Robert Moore2015-09-232-0/+0
| | | | Set correctly to 644.
* Update test file permissions (1)Robert Moore2015-09-232-0/+0
| | | | Set execute bit to force commit.
* iASL: Add new warnings for method LocalX and ArgX variables.Robert Moore2015-06-251-0/+7
| | | | | | 1) Warn if a Local is set but never used 2) Warn if a ArgX is never used (for non-predefined method names) 3) Warn if a ArgX that is used as a local is never used
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
|
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-272-10680/+10680
| | | | | | This reverts commit 28a95326289ca5ee7cd95f8e8e809dc5564d9509. Commit mistakenly changes file format to CRLF from default LF.
* source and test: update copyright notices to 2015David E. Box2015-01-232-10680/+10680
|
* Tests: Update all copyrights to 2014.Robert Moore2014-01-061-1/+1
| | | | Test suites only. Includes headers in all ASL test code.
* ASLTS: Serialize all methods that create named objects.Robert Moore2013-08-021-42/+42
| | | | | This change greatly reduces the remark that iASL emits when a non-serialized control method creates named objects. David Box.
* Tests: Update all copyrights to 2013.Robert Moore2013-01-081-1/+1
| | | | Test suites only. Includes headers in all ASL test code.
* AcpiExec: Update to test multiple notify handler support.Robert Moore2012-04-201-0/+14
| | | | | Installs/removes multiple notify handlers. Also update grammar.asl to test multiple handlers.
* Tests: Update all copyrights to 2012.Robert Moore2012-01-031-1/+1
| | | | Test suites only.
* Update badcode.asl example for resource tag length checks.Robert Moore2011-09-281-3/+36
| | | | | iASL now checks lengths of fields created against resource tags, they must match.
* badcode.asl: update for iASL return value checking change.Robert Moore2011-04-131-0/+5
| | | | | Add a new case for a method that returns no value, but one is expected.
* badcode.asl: Show warning for _REG with no region.Robert Moore2011-03-301-0/+10
| | | | | Example of warning if a _REG has no corresponding operation region declaration within the same scope.
* Tests: Update badcode.asl for iASL GPE type collision detection.Robert Moore2011-02-081-4/+16
| | | | Add a collision between _Lxx and _Exx names, iASL now detects this.
* iASL: Warn if reserved method incorrectly returns a value.Robert Moore2011-01-271-0/+11
| | | | | | Many predefined names are defined such that they do not return a value. If implemented as a method, issue a warning if such a name returns a value. ACPICA BZ 855.
* Tests: Update all copyrights to 2011.Robert Moore2011-01-031-1/+1
| | | | test suites only.
* Tests: update badcode example file for new iASL error messages.Robert Moore2010-11-031-1/+10
| | | | new _CID/_HID error messages.
* Tests: Update badcode.asl for new iASL error checks.Robert Moore2010-10-061-5/+30
| | | | New _HID checks and null resource descriptor check.
* Tests: Add new file with examples of extended iASL error checking.Robert Moore2010-04-231-0/+295
| | | | | Shows advanced error checking ability of iASL. Compiles with no errors with ASL.
* Tests: Update grammar.asl for iASL changes - resource descriptors.Robert Moore2010-04-231-17/+17
| | | | Fix errors caused by new error checking in iASL.
* Tests: Automated cleanup and copyright update to 2010.Robert Moore2010-01-081-1/+1
| | | | | | | Update all module headers with 2010 copyright. Also includes the automated cleanup, this is the first time it has been run on the test suite source, so there are quite a few changes (removal of extra spaces at the end-of-line, etc.)
* Add grammar.asl test module.Robert Moore2009-05-111-0/+10266
This module provides a quick test of both the compiler and interpreter. It excercises most of the ASL constructs and operators.